GNU Octave  8.1.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 1722 of file oct-parse.cc.

Member Data Documentation

◆ octave_nerrs

int octave_pstate::octave_nerrs

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

◆ yyerrstatus

int octave_pstate::yyerrstatus

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

◆ yynew

int octave_pstate::yynew

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

◆ yyss

yy_state_t* octave_pstate::yyss

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

◆ yyssa

yy_state_t octave_pstate::yyssa[200]

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

◆ yyssp

yy_state_t* octave_pstate::yyssp

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

◆ yystacksize

long octave_pstate::yystacksize

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

◆ yystate

yy_state_fast_t octave_pstate::yystate

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

◆ yyvs

OCTAVE_STYPE* octave_pstate::yyvs

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

◆ yyvsa

OCTAVE_STYPE octave_pstate::yyvsa[200]

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

◆ yyvsp

OCTAVE_STYPE* octave_pstate::yyvsp

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


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