GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Public Attributes | |
YY_BUFFER_STATE * | yy_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 |
int | yy_full_lp |
char * | yy_full_match |
int * | yy_full_state |
char | yy_hold_char |
int | yy_init |
char * | yy_last_accepting_cpos |
yy_state_type | yy_last_accepting_state |
int | yy_looking_for_trail_begin |
int | yy_lp |
int | yy_more_flag |
int | yy_more_len |
yy_size_t | yy_n_chars |
int | yy_start |
int * | yy_start_stack |
int | yy_start_stack_depth |
int | yy_start_stack_ptr |
yy_state_type * | yy_state_buf |
yy_state_type * | yy_state_ptr |
void * | yyextra_r |
octave_base_lexer * | yyextra_r |
FILE * | yyin_r |
yy_size_t | yyleng_r |
int | yylineno_r |
OCTAVE_TEX_STYPE * | yylval_r |
OCTAVE_STYPE * | yylval_r |
FILE * | yyout_r |
char * | yytext_r |
Definition at line 797 of file oct-tex-lexer.cc.
YY_BUFFER_STATE * yyguts_t::yy_buffer_stack |
Stack as an array.
Definition at line 807 of file oct-tex-lexer.cc.
Referenced by octave_ensure_buffer_stack(), octave_lex_destroy(), octave_tex_ensure_buffer_stack(), octave_tex_lex_destroy(), and yy_init_globals().
size_t yyguts_t::yy_buffer_stack_max |
capacity of stack.
Definition at line 806 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 |
index of top of stack.
Definition at line 805 of file oct-tex-lexer.cc.
Referenced by octave_ensure_buffer_stack(), octave_pop_buffer_state(), octave_push_buffer_state(), octave_tex_ensure_buffer_stack(), octave_tex_pop_buffer_state(), octave_tex_push_buffer_state(), and yy_init_globals().
char * yyguts_t::yy_c_buf_p |
Definition at line 811 of file oct-tex-lexer.cc.
Referenced by input(), octave__load_buffer_state(), octave__switch_to_buffer(), octave_lex(), octave_push_buffer_state(), octave_tex__load_buffer_state(), octave_tex__switch_to_buffer(), octave_tex_lex(), octave_tex_push_buffer_state(), yy_get_next_buffer(), yy_get_previous_state(), yy_init_globals(), yy_try_NUL_trans(), and yyunput().
int yyguts_t::yy_did_buffer_switch_on_eof |
Definition at line 814 of file oct-tex-lexer.cc.
Referenced by input(), octave__switch_to_buffer(), octave_lex(), octave_pop_buffer_state(), octave_push_buffer_state(), octave_tex__switch_to_buffer(), octave_tex_lex(), octave_tex_pop_buffer_state(), and octave_tex_push_buffer_state().
int yyguts_t::yy_flex_debug_r |
Definition at line 822 of file oct-tex-lexer.cc.
int yyguts_t::yy_full_lp |
Definition at line 1121 of file lex.cc.
Referenced by octave_lex().
char* yyguts_t::yy_full_match |
Definition at line 1115 of file lex.cc.
Referenced by octave_lex(), and yy_init_globals().
int* yyguts_t::yy_full_state |
Definition at line 1122 of file lex.cc.
Referenced by octave_lex().
char yyguts_t::yy_hold_char |
Definition at line 808 of file oct-tex-lexer.cc.
Referenced by input(), octave__load_buffer_state(), octave__switch_to_buffer(), octave_lex(), octave_push_buffer_state(), octave_tex__load_buffer_state(), octave_tex__switch_to_buffer(), octave_tex_lex(), octave_tex_push_buffer_state(), and yyunput().
int yyguts_t::yy_init |
Definition at line 812 of file oct-tex-lexer.cc.
Referenced by octave_lex(), octave_tex_lex(), and yy_init_globals().
char * yyguts_t::yy_last_accepting_cpos |
Definition at line 819 of file oct-tex-lexer.cc.
Referenced by octave_tex_lex(), yy_get_previous_state(), and yy_try_NUL_trans().
yy_state_type yyguts_t::yy_last_accepting_state |
Definition at line 818 of file oct-tex-lexer.cc.
Referenced by octave_tex_lex(), yy_get_previous_state(), and yy_try_NUL_trans().
int yyguts_t::yy_looking_for_trail_begin |
Definition at line 1120 of file lex.cc.
Referenced by octave_lex().
int yyguts_t::yy_lp |
Definition at line 1116 of file lex.cc.
Referenced by octave_lex(), and yy_init_globals().
int yyguts_t::yy_more_flag |
Definition at line 825 of file oct-tex-lexer.cc.
int yyguts_t::yy_more_len |
Definition at line 826 of file oct-tex-lexer.cc.
yy_size_t yyguts_t::yy_n_chars |
Definition at line 809 of file oct-tex-lexer.cc.
Referenced by input(), octave__load_buffer_state(), octave__switch_to_buffer(), octave_lex(), octave_push_buffer_state(), octave_tex__load_buffer_state(), octave_tex__switch_to_buffer(), octave_tex_lex(), octave_tex_push_buffer_state(), yy_get_next_buffer(), and yyunput().
int yyguts_t::yy_start |
Definition at line 813 of file oct-tex-lexer.cc.
Referenced by octave_lex(), octave_tex_lex(), yy_get_previous_state(), and yy_init_globals().
int * yyguts_t::yy_start_stack |
Definition at line 817 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 816 of file oct-tex-lexer.cc.
Referenced by yy_init_globals().
int yyguts_t::yy_start_stack_ptr |
Definition at line 815 of file oct-tex-lexer.cc.
Referenced by yy_init_globals().
yy_state_type* yyguts_t::yy_state_buf |
Definition at line 1113 of file lex.cc.
Referenced by octave_lex(), octave_lex_destroy(), yy_get_previous_state(), and yy_init_globals().
yy_state_type* yyguts_t::yy_state_ptr |
Definition at line 1114 of file lex.cc.
Referenced by octave_lex(), yy_get_previous_state(), yy_init_globals(), and yy_try_NUL_trans().
void* yyguts_t::yyextra_r |
Definition at line 801 of file oct-tex-lexer.cc.
octave_base_lexer* yyguts_t::yyextra_r |
FILE * yyguts_t::yyin_r |
Definition at line 804 of file oct-tex-lexer.cc.
yy_size_t yyguts_t::yyleng_r |
Definition at line 810 of file oct-tex-lexer.cc.
int yyguts_t::yylineno_r |
Definition at line 821 of file oct-tex-lexer.cc.
OCTAVE_TEX_STYPE* yyguts_t::yylval_r |
Definition at line 828 of file oct-tex-lexer.cc.
OCTAVE_STYPE* yyguts_t::yylval_r |
FILE * yyguts_t::yyout_r |
Definition at line 804 of file oct-tex-lexer.cc.
char * yyguts_t::yytext_r |
Definition at line 824 of file oct-tex-lexer.cc.