GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_pstate Struct Reference
Collaboration diagram for octave_pstate:

Public Attributes

int octave_nerrs
 
int yyerrstatus
 
int yynew
 
yy_state_tyyss
 
yy_state_t yyssa [200]
 
yy_state_tyyssp
 
long yystacksize
 
yy_state_fast_t yystate
 
OCTAVE_STYPEyyvs
 
OCTAVE_STYPE yyvsa [200]
 
OCTAVE_STYPEyyvsp
 

Detailed Description

Definition at line 1971 of file oct-parse.cc.

Member Data Documentation

◆ octave_nerrs

int octave_pstate::octave_nerrs

Definition at line 1974 of file oct-parse.cc.

◆ yyerrstatus

int octave_pstate::yyerrstatus

Definition at line 1978 of file oct-parse.cc.

◆ yynew

int octave_pstate::yynew

Definition at line 1997 of file oct-parse.cc.

◆ yyss

yy_state_t* octave_pstate::yyss

Definition at line 1988 of file oct-parse.cc.

◆ yyssa

yy_state_t octave_pstate::yyssa[200]

Definition at line 1987 of file oct-parse.cc.

◆ yyssp

yy_state_t* octave_pstate::yyssp

Definition at line 1989 of file oct-parse.cc.

◆ yystacksize

long octave_pstate::yystacksize

Definition at line 1984 of file oct-parse.cc.

◆ yystate

yy_state_fast_t octave_pstate::yystate

Definition at line 1976 of file oct-parse.cc.

◆ yyvs

OCTAVE_STYPE* octave_pstate::yyvs

Definition at line 1993 of file oct-parse.cc.

◆ yyvsa

OCTAVE_STYPE octave_pstate::yyvsa[200]

Definition at line 1992 of file oct-parse.cc.

◆ yyvsp

OCTAVE_STYPE* octave_pstate::yyvsp

Definition at line 1994 of file oct-parse.cc.


The documentation for this struct was generated from the following file: