GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Attributes | List of all members
yyguts_t Struct Reference
Collaboration diagram for yyguts_t:
Collaboration graph
[legend]

Public Attributes

YY_BUFFER_STATEyy_buffer_stack
 Stack as an array.
size_t yy_buffer_stack_max
 capacity of stack.
size_t yy_buffer_stack_top
 index of top of stack.
charyy_c_buf_p
int yy_did_buffer_switch_on_eof
int yy_flex_debug_r
char yy_hold_char
int yy_init
charyy_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
intyy_start_stack
int yy_start_stack_depth
int yy_start_stack_ptr
voidyyextra_r
octave_base_lexeryyextra_r
FILE * yyin_r
int yyleng_r
int yylineno_r
YYSTYPEyylval_r
FILE * yyout_r
charyytext_r

Detailed Description

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

Member Data Documentation

YY_BUFFER_STATE * yyguts_t::yy_buffer_stack
size_t yyguts_t::yy_buffer_stack_max

capacity of stack.

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

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

size_t yyguts_t::yy_buffer_stack_top
char * yyguts_t::yy_c_buf_p
int yyguts_t::yy_did_buffer_switch_on_eof
int yyguts_t::yy_flex_debug_r

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

char yyguts_t::yy_hold_char
int yyguts_t::yy_init

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

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

char * yyguts_t::yy_last_accepting_cpos
yy_state_type yyguts_t::yy_last_accepting_state
int yyguts_t::yy_more_flag

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

int yyguts_t::yy_more_len

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

int yyguts_t::yy_n_chars
int yyguts_t::yy_start
int * yyguts_t::yy_start_stack

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

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

int yyguts_t::yy_start_stack_depth

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

Referenced by yy_init_globals().

int yyguts_t::yy_start_stack_ptr

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

Referenced by yy_init_globals().

void* yyguts_t::yyextra_r

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

octave_base_lexer* yyguts_t::yyextra_r

Definition at line 1112 of file lex.cc.

FILE * yyguts_t::yyin_r

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

int yyguts_t::yyleng_r

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

int yyguts_t::yylineno_r

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

YYSTYPE * yyguts_t::yylval_r

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

FILE * yyguts_t::yyout_r

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

char * yyguts_t::yytext_r

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


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