GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_tex_yyguts_t Struct Reference
Collaboration diagram for octave_tex_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
 
void * yyextra_r
 
FILE * yyin_r
 
int yyleng_r
 
int yylineno_r
 
OCTAVE_TEX_STYPEyylval_r
 
FILE * yyout_r
 
char * yytext_r
 

Detailed Description

Definition at line 1007 of file oct-tex-lexer.cc.

Member Data Documentation

◆ yy_buffer_stack

YY_BUFFER_STATE* octave_tex_yyguts_t::yy_buffer_stack

Stack as an array.

Definition at line 1017 of file oct-tex-lexer.cc.

◆ yy_buffer_stack_max

size_t octave_tex_yyguts_t::yy_buffer_stack_max

capacity of stack.

Definition at line 1016 of file oct-tex-lexer.cc.

◆ yy_buffer_stack_top

size_t octave_tex_yyguts_t::yy_buffer_stack_top

index of top of stack.

Definition at line 1015 of file oct-tex-lexer.cc.

◆ yy_c_buf_p

char* octave_tex_yyguts_t::yy_c_buf_p

Definition at line 1021 of file oct-tex-lexer.cc.

◆ yy_did_buffer_switch_on_eof

int octave_tex_yyguts_t::yy_did_buffer_switch_on_eof

Definition at line 1024 of file oct-tex-lexer.cc.

◆ yy_flex_debug_r

int octave_tex_yyguts_t::yy_flex_debug_r

Definition at line 1032 of file oct-tex-lexer.cc.

◆ yy_hold_char

char octave_tex_yyguts_t::yy_hold_char

Definition at line 1018 of file oct-tex-lexer.cc.

◆ yy_init

int octave_tex_yyguts_t::yy_init

Definition at line 1022 of file oct-tex-lexer.cc.

◆ yy_last_accepting_cpos

char* octave_tex_yyguts_t::yy_last_accepting_cpos

Definition at line 1029 of file oct-tex-lexer.cc.

◆ yy_last_accepting_state

yy_state_type octave_tex_yyguts_t::yy_last_accepting_state

Definition at line 1028 of file oct-tex-lexer.cc.

◆ yy_more_flag

int octave_tex_yyguts_t::yy_more_flag

Definition at line 1035 of file oct-tex-lexer.cc.

◆ yy_more_len

int octave_tex_yyguts_t::yy_more_len

Definition at line 1036 of file oct-tex-lexer.cc.

◆ yy_n_chars

int octave_tex_yyguts_t::yy_n_chars

Definition at line 1019 of file oct-tex-lexer.cc.

◆ yy_start

int octave_tex_yyguts_t::yy_start

Definition at line 1023 of file oct-tex-lexer.cc.

◆ yy_start_stack

int* octave_tex_yyguts_t::yy_start_stack

Definition at line 1027 of file oct-tex-lexer.cc.

◆ yy_start_stack_depth

int octave_tex_yyguts_t::yy_start_stack_depth

Definition at line 1026 of file oct-tex-lexer.cc.

◆ yy_start_stack_ptr

int octave_tex_yyguts_t::yy_start_stack_ptr

Definition at line 1025 of file oct-tex-lexer.cc.

◆ yyextra_r

void* octave_tex_yyguts_t::yyextra_r

Definition at line 1011 of file oct-tex-lexer.cc.

◆ yyin_r

FILE* octave_tex_yyguts_t::yyin_r

Definition at line 1014 of file oct-tex-lexer.cc.

◆ yyleng_r

int octave_tex_yyguts_t::yyleng_r

Definition at line 1020 of file oct-tex-lexer.cc.

◆ yylineno_r

int octave_tex_yyguts_t::yylineno_r

Definition at line 1031 of file oct-tex-lexer.cc.

◆ yylval_r

OCTAVE_TEX_STYPE* octave_tex_yyguts_t::yylval_r

Definition at line 1038 of file oct-tex-lexer.cc.

◆ yyout_r

FILE * octave_tex_yyguts_t::yyout_r

Definition at line 1014 of file oct-tex-lexer.cc.

◆ yytext_r

char* octave_tex_yyguts_t::yytext_r

Definition at line 1034 of file oct-tex-lexer.cc.


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