| References Variables: | yy_transition | parse-lex.c |
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 35
#define INT8_MIN -128
#define INT8_MAX 127
#define INT16_MAX 32767
#define INT32_MAX 2147483647
#define UINT8_MAX 255U
#define UINT16_MAX 65535U
#define UINT32_MAX 4294967295U
#define yyconst const
#define YY_SC_TO_UI( c )
#define YYSTATE YY_START
#define YY_STATE_EOF( state )
#define YY_END_OF_BUFFER_CHAR 0
#define YY_BUF_SIZE 16384
#define YY_TYPEDEF_YY_BUFFER_STATE
#define EOB_ACT_CONTINUE_SCAN 0
#define yyless( n )
#define unput( c )
#define YY_STRUCT_YY_BUFFER_STATE
#define YY_BUFFER_EOF_PENDING 2
#define YY_CURRENT_BUFFER_LVALUE
#define yy_new_buffer yy_create_buffer
#define yy_set_interactive( is_interactive )
#define yy_set_bol( at_bol )
#define yytext_ptr yytext
#define REJECT reject_used_but_not_detected
#define YY_RESTORE_YY_MORE_OFFSET
#define YY_INPUT( buf, result, max_size )
#define YY_START_STACK_INCR 25
#define YY_FATAL_ERROR( msg )
#define YY_BREAK break
#define YY_RULE_SETUP YY_USER_ACTION
#define yyless( n )
#define YYTABLES_NAME "yytables"
| See: | Type struct yy_buffer_state |
| struct yy_buffer_state | |
| { | |
| FILE* yy_input_file; | |
| char* yy_ch_buf; | |
| char* yy_buf_pos; | |
| yy_size_t yy_buf_size; | |
| int yy_n_chars; | |
| int yy_is_our_buffer; | |
| int yy_is_interactive; | |
| int yy_at_bol; | |
| int yy_bs_lineno; | < The line count. |
| int yy_bs_column; | < The column count. |
| int yy_fill_buffer; | |
| int yy_buffer_status; | |
| } |
| struct yy_trans_info | |
| { | |
| flex_int32_t yy_verify; | |
| flex_int32_t yy_nxt; | |
| } |
| Visible in: | parse-lex.c | |
| Used in: | yyget_leng() | parse-lex.c |
| yylex() | parse-lex.c |
| Visible in: | parse-lex.c | |
| Used in: | yy_init_globals() | parse-lex.c |
| yyget_out() | parse-lex.c | |
| yylex() | parse-lex.c | |
| yyset_out() | parse-lex.c |
| Visible in: | parse-lex.c | |
| Used in: | yyget_lineno() | parse-lex.c |
| yyset_lineno() | parse-lex.c |
| Visible in: | parse-lex.c | |
| Used in: | yyget_debug() | parse-lex.c |
| yyset_debug() | parse-lex.c |
extern int in_header
| Defined in: | preproc.c |
option_all_comments
One of the options controlling how comments are processed, use all comments not just the specially formattted ones.
extern int option_all_comments
| Defined in: | cxref.c |
option_block_comments
One of the options controlling how comments are processed, remove the leading block comment marker.
extern int option_block_comments
| Defined in: | cxref.c |
option_no_comments
One of the options controlling how comments are processed, ignore all comments.
extern int option_no_comments
| Defined in: | cxref.c |
option_warn
Flag that indicates if the comment warnings are to be issued.
extern int option_warn
| Defined in: | cxref.c |
static size_t yy_buffer_stack_top
yy_buffer_stack_max
< capacity of stack.
static size_t yy_buffer_stack_max
| Used in: | yy_init_globals() | |
| yyensure_buffer_stack() |
yy_buffer_stack
< Stack as an array.
static YY_BUFFER_STATE* yy_buffer_stack
yy_hold_char
static char yy_hold_char
| Used in: | yy_load_buffer_state() | |
| yy_switch_to_buffer() | ||
| yylex() | ||
| yypush_buffer_state() | ||
| yyunput() |
yy_n_chars
static int yy_n_chars
| Used in: | yy_get_next_buffer() | |
| yy_load_buffer_state() | ||
| yy_switch_to_buffer() | ||
| yylex() | ||
| yypush_buffer_state() | ||
| yyunput() |
yy_c_buf_p
static char* yy_c_buf_p
| Used in: | yy_get_next_buffer() | |
| yy_get_previous_state() | ||
| yy_init_globals() | ||
| yy_load_buffer_state() | ||
| yy_switch_to_buffer() | ||
| yy_try_NUL_trans() | ||
| yylex() | ||
| yypush_buffer_state() | ||
| yyunput() |
| Used in: | yy_init_globals() | |
| yylex() |
| Used in: | ResetLexer() | |
| yy_get_previous_state() | ||
| yy_init_globals() | ||
| yylex() |
yy_did_buffer_switch_on_eof
static int yy_did_buffer_switch_on_eof
| Used in: | yy_switch_to_buffer() | |
| yylex() | ||
| yypop_buffer_state() | ||
| yypush_buffer_state() |
yy_transition
static const struct yy_trans_info yy_transition[58070]
| Used in: | parse-lex.c |
yy_start_state_list
static const struct yy_trans_info* yy_start_state_list[43]
| Used in: | yy_get_previous_state() | |
| yylex() |
yy_last_accepting_state
static yy_state_type yy_last_accepting_state
| Used in: | yy_get_previous_state() | |
| yy_try_NUL_trans() | ||
| yylex() |
yy_last_accepting_cpos
static char* yy_last_accepting_cpos
| Used in: | yy_get_previous_state() | |
| yy_try_NUL_trans() | ||
| yylex() |
inc_file_flags
The flags that come out of GCC when a file is included.
| Used in: | ResetLexer() | |
| yylex() |
inc_file
The name of a file seen in a CPP_INC_FILE state.
| Used in: | ResetLexer() | |
| yylex() |
define_value
The value of the thing that is defined (but only if it is simple).
| Used in: | ResetLexer() | |
| yylex() |
comment_init_state
The lex state at the time that a comment is seen.
| Used in: | ResetLexer() | |
| yylex() |
gnu_va_arg_depth
To get around the GCC __builtin_va_arg keyword, skip over matched () counted by this.
| Used in: | ResetLexer() | |
| yylex() |
gnu_att_depth
To get around the GCC __attribute__ keyword, skip over matched () counted by this.
| Used in: | ResetLexer() | |
| yylex() |
gnu_typ_depth
To get around the GCC __typeof__ keyword, skip over matched () counted by this.
| Used in: | ResetLexer() | |
| yylex() |
gnu_offset_depth
To get around the GCC __offsetof keyword, skip over matched () counted by this.
| Used in: | yylex() |
push_past
If we see a comment immediately after a ',', ';', '};', '},' or ')' then push it before.
| Used in: | ResetLexer() | |
| yylex() |
| Prototyped in: | cxref.h | |
| Called by: | main() | cxref.c |
| References Variables: | comment_init_state | parse-lex.c |
| define_value | parse-lex.c | |
| gnu_att_depth | parse-lex.c | |
| gnu_typ_depth | parse-lex.c | |
| gnu_va_arg_depth | parse-lex.c | |
| inc_file | parse-lex.c | |
| inc_file_flags | parse-lex.c | |
| parse_file | parse-lex.c | |
| parse_line | parse-lex.c | |
| push_past | parse-lex.c | |
| yy_start | parse-lex.c | |
YY_BUFFER_STATE yy_create_buffer ( FILE* file, int size )
| Prototyped in: | parse-lex.c | |
| Calls: | yy_fatal_error() | parse-lex.c |
| yy_init_buffer() | parse-lex.c | |
| yyalloc() | parse-lex.c | |
| Called by: | yylex() | parse-lex.c |
| yyrestart() | parse-lex.c | |
void yy_delete_buffer ( YY_BUFFER_STATE b )
| Prototyped in: | parse-lex.c | |
| Calls: | yyfree() | parse-lex.c |
| Called by: | yylex_destroy() | parse-lex.c |
| yypop_buffer_state() | parse-lex.c | |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_top | parse-lex.c | |
void yy_flush_buffer ( YY_BUFFER_STATE b )
| Prototyped in: | parse-lex.c | |
| Calls: | yy_load_buffer_state() | parse-lex.c |
| Called by: | yy_init_buffer() | parse-lex.c |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_top | parse-lex.c | |
YY_BUFFER_STATE yy_scan_buffer ( char* base, yy_size_t size )
| Prototyped in: | parse-lex.c | |
| Calls: | yy_fatal_error() | parse-lex.c |
| yy_switch_to_buffer() | parse-lex.c | |
| yyalloc() | parse-lex.c | |
| Called by: | yy_scan_bytes() | parse-lex.c |
YY_BUFFER_STATE yy_scan_bytes ( const char* yybytes, int _yybytes_len )
| Prototyped in: | parse-lex.c | |
| Calls: | yy_fatal_error() | parse-lex.c |
| yy_scan_buffer() | parse-lex.c | |
| yyalloc() | parse-lex.c | |
| Called by: | yy_scan_string() | parse-lex.c |
YY_BUFFER_STATE yy_scan_string ( const char* yystr )
| Prototyped in: | parse-lex.c | |
| Calls: | yy_scan_bytes() | parse-lex.c |
| strlen() | ||
void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer )
| Prototyped in: | parse-lex.c | |
| Calls: | yy_load_buffer_state() | parse-lex.c |
| yyensure_buffer_stack() | parse-lex.c | |
| Called by: | yy_scan_buffer() | parse-lex.c |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_top | parse-lex.c | |
| yy_c_buf_p | parse-lex.c | |
| yy_did_buffer_switch_on_eof | parse-lex.c | |
| yy_hold_char | parse-lex.c | |
| yy_n_chars | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| Calls: | malloc() | |
| Called by: | yy_create_buffer() | parse-lex.c |
| yy_scan_buffer() | parse-lex.c | |
| yy_scan_bytes() | parse-lex.c | |
| yyensure_buffer_stack() | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| Calls: | free() | |
| Called by: | yy_delete_buffer() | parse-lex.c |
| yylex_destroy() | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| References Variables: | yy_flex_debug | parse-lex.c |
| Prototyped in: | parse-lex.c | |
| References Variables: | yyin | parse-lex.c |
| Prototyped in: | parse-lex.c | |
| References Variables: | yyleng | parse-lex.c |
| Prototyped in: | parse-lex.c | |
| References Variables: | yylineno | parse-lex.c |
| Prototyped in: | parse-lex.c | |
| References Variables: | yyout | parse-lex.c |
| Prototyped in: | parse-lex.c | |
| References Variables: | yytext | parse-lex.c |
| Prototyped in: | parse-lex.c | |
| Calls: | yy_delete_buffer() | parse-lex.c |
| yy_init_globals() | parse-lex.c | |
| yyfree() | parse-lex.c | |
| yypop_buffer_state() | parse-lex.c | |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_top | parse-lex.c | |
void yypop_buffer_state ( void )
| Prototyped in: | parse-lex.c | |
| Calls: | yy_delete_buffer() | parse-lex.c |
| yy_load_buffer_state() | parse-lex.c | |
| Called by: | yylex_destroy() | parse-lex.c |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_top | parse-lex.c | |
| yy_did_buffer_switch_on_eof | parse-lex.c | |
void yypush_buffer_state ( YY_BUFFER_STATE new_buffer )
| Prototyped in: | parse-lex.c | |
| Calls: | yy_load_buffer_state() | parse-lex.c |
| yyensure_buffer_stack() | parse-lex.c | |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_top | parse-lex.c | |
| yy_c_buf_p | parse-lex.c | |
| yy_did_buffer_switch_on_eof | parse-lex.c | |
| yy_hold_char | parse-lex.c | |
| yy_n_chars | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| Calls: | realloc() | |
| Called by: | yy_get_next_buffer() | parse-lex.c |
| yyensure_buffer_stack() | parse-lex.c | |
void yyrestart ( FILE* input_file )
| Prototyped in: | parse-lex.c | |
| Calls: | yy_create_buffer() | parse-lex.c |
| yy_init_buffer() | parse-lex.c | |
| yy_load_buffer_state() | parse-lex.c | |
| yyensure_buffer_stack() | parse-lex.c | |
| Called by: | DocumentTheFile() | cxref.c |
| yy_get_next_buffer() | parse-lex.c | |
| yylex() | parse-lex.c | |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_top | parse-lex.c | |
| yyin | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| References Variables: | yy_flex_debug | parse-lex.c |
void yyset_in ( FILE* in_str )
| Prototyped in: | parse-lex.c | |
| References Variables: | yyin | parse-lex.c |
void yyset_lineno ( int line_number )
| Prototyped in: | parse-lex.c | |
| References Variables: | yylineno | parse-lex.c |
| Prototyped in: | parse-lex.c | |
| References Variables: | yyout | parse-lex.c |
| Prototyped in: | parse-lex.c | |
| Calls: | exit(), fprintf() | |
| Called by: | yy_create_buffer() | parse-lex.c |
| yy_get_next_buffer() | parse-lex.c | |
| yy_scan_buffer() | parse-lex.c | |
| yy_scan_bytes() | parse-lex.c | |
| yyensure_buffer_stack() | parse-lex.c | |
| yylex() | parse-lex.c | |
| yyunput() | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| Calls: | yy_fatal_error() | parse-lex.c |
| yyrealloc() | parse-lex.c | |
| yyrestart() | parse-lex.c | |
| __errno_location(), clearerr(), fileno(), read() | ||
| Called by: | yylex() | parse-lex.c |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_top | parse-lex.c | |
| yy_c_buf_p | parse-lex.c | |
| yy_n_chars | parse-lex.c | |
| yyin | parse-lex.c | |
| yytext | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| Called by: | yylex() | parse-lex.c |
| References Variables: | yy_c_buf_p | parse-lex.c |
| yy_last_accepting_cpos | parse-lex.c | |
| yy_last_accepting_state | parse-lex.c | |
| yy_start | parse-lex.c | |
| yy_start_state_list | parse-lex.c | |
| yytext | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| Calls: | yy_flush_buffer() | parse-lex.c |
| __errno_location(), fileno(), isatty() | ||
| Called by: | yy_create_buffer() | parse-lex.c |
| yyrestart() | parse-lex.c | |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_top | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| Called by: | yylex_destroy() | parse-lex.c |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_max | parse-lex.c | |
| yy_buffer_stack_top | parse-lex.c | |
| yy_c_buf_p | parse-lex.c | |
| yy_init | parse-lex.c | |
| yy_start | parse-lex.c | |
| yyin | parse-lex.c | |
| yyout | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| Called by: | yylex() | parse-lex.c |
| References Variables: | yy_c_buf_p | parse-lex.c |
| yy_last_accepting_cpos | parse-lex.c | |
| yy_last_accepting_state | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| Calls: | yy_fatal_error() | parse-lex.c |
| yyalloc() | parse-lex.c | |
| yyrealloc() | parse-lex.c | |
| memset() | ||
| Called by: | yy_switch_to_buffer() | parse-lex.c |
| yylex() | parse-lex.c | |
| yypush_buffer_state() | parse-lex.c | |
| yyrestart() | parse-lex.c | |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_max | parse-lex.c | |
| yy_buffer_stack_top | parse-lex.c | |
| Prototyped in: | parse-lex.c | |
| Calls: | yy_fatal_error() | parse-lex.c |
| Called by: | yylex() | parse-lex.c |
| References Variables: | yy_buffer_stack | parse-lex.c |
| yy_buffer_stack_top | parse-lex.c | |
| yy_c_buf_p | parse-lex.c | |
| yy_hold_char | parse-lex.c | |
| yy_n_chars | parse-lex.c | |
| yytext | parse-lex.c | |