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

Public Attributes

YY_BUFFER_STATEyy_buffer_stack
 Stack as an array. More...
 
size_t yy_buffer_stack_max
 capacity of stack. More...
 
size_t yy_buffer_stack_top
 index of top of stack. More...
 
char * yy_c_buf_p
 
int yy_did_buffer_switch_on_eof
 
int yy_flex_debug_r
 
char yy_hold_char
 
int yy_init
 
char * yy_last_accepting_cpos
 
yy_state_type yy_last_accepting_state
 
int yy_more_flag
 
int yy_more_len
 
int yy_n_chars
 
int yy_start
 
int * yy_start_stack
 
int yy_start_stack_depth
 
int yy_start_stack_ptr
 
octave::base_lexeryyextra_r
 
FILE * yyin_r
 
int yyleng_r
 
int yylineno_r
 
OCTAVE_STYPEyylval_r
 
FILE * yyout_r
 
char * yytext_r
 

Detailed Description

Definition at line 1326 of file lex.cc.

Member Data Documentation

◆ yy_buffer_stack

YY_BUFFER_STATE* yyguts_t::yy_buffer_stack

◆ yy_buffer_stack_max

size_t yyguts_t::yy_buffer_stack_max

capacity of stack.

Definition at line 1335 of file lex.cc.

Referenced by octave_ensure_buffer_stack(), octave_tex_ensure_buffer_stack(), and yy_init_globals().

◆ yy_buffer_stack_top

◆ yy_c_buf_p

◆ yy_did_buffer_switch_on_eof

◆ yy_flex_debug_r

int yyguts_t::yy_flex_debug_r

Definition at line 1351 of file lex.cc.

◆ yy_hold_char

◆ yy_init

int yyguts_t::yy_init

Definition at line 1341 of file lex.cc.

Referenced by octave_lex(), octave_tex_lex(), and yy_init_globals().

◆ yy_last_accepting_cpos

char* yyguts_t::yy_last_accepting_cpos

Definition at line 1348 of file lex.cc.

Referenced by octave_lex(), octave_tex_lex(), yy_get_previous_state(), and yy_try_NUL_trans().

◆ yy_last_accepting_state

yy_state_type yyguts_t::yy_last_accepting_state

Definition at line 1347 of file lex.cc.

Referenced by octave_lex(), octave_tex_lex(), yy_get_previous_state(), and yy_try_NUL_trans().

◆ yy_more_flag

int yyguts_t::yy_more_flag

Definition at line 1354 of file lex.cc.

◆ yy_more_len

int yyguts_t::yy_more_len

Definition at line 1355 of file lex.cc.

◆ yy_n_chars

◆ yy_start

int yyguts_t::yy_start

Definition at line 1342 of file lex.cc.

Referenced by octave_lex(), octave_tex_lex(), yy_get_previous_state(), and yy_init_globals().

◆ yy_start_stack

int* yyguts_t::yy_start_stack

Definition at line 1346 of file lex.cc.

Referenced by octave_lex_destroy(), octave_tex_lex_destroy(), and yy_init_globals().

◆ yy_start_stack_depth

int yyguts_t::yy_start_stack_depth

Definition at line 1345 of file lex.cc.

Referenced by yy_init_globals().

◆ yy_start_stack_ptr

int yyguts_t::yy_start_stack_ptr

Definition at line 1344 of file lex.cc.

Referenced by yy_init_globals().

◆ yyextra_r

octave::base_lexer* yyguts_t::yyextra_r

Definition at line 1330 of file lex.cc.

◆ yyin_r

FILE* yyguts_t::yyin_r

Definition at line 1333 of file lex.cc.

◆ yyleng_r

int yyguts_t::yyleng_r

Definition at line 1339 of file lex.cc.

◆ yylineno_r

int yyguts_t::yylineno_r

Definition at line 1350 of file lex.cc.

◆ yylval_r

OCTAVE_STYPE* yyguts_t::yylval_r

Definition at line 1357 of file lex.cc.

◆ yyout_r

FILE * yyguts_t::yyout_r

Definition at line 1333 of file lex.cc.

◆ yytext_r

char* yyguts_t::yytext_r

Definition at line 1353 of file lex.cc.


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