|
GDB (xrefs)
|
#include <stdio.h>#include <string.h>#include <errno.h>#include <stdlib.h>#include <unistd.h>#include <ctype.h>Go to the source code of this file.
Classes | |
| struct | yy_buffer_state |
| struct | yy_trans_info |
Typedefs | |
| typedef signed char | flex_int8_t |
| typedef short int | flex_int16_t |
| typedef int | flex_int32_t |
| typedef unsigned char | flex_uint8_t |
| typedef unsigned short int | flex_uint16_t |
| typedef unsigned int | flex_uint32_t |
| typedef struct yy_buffer_state * | YY_BUFFER_STATE |
| typedef size_t | yy_size_t |
| typedef unsigned char | YY_CHAR |
| typedef int | yy_state_type |
| typedef void(* | dummy_function) () |
Variables | |
| yy_size_t | yyleng |
| FILE * | yyin = (FILE *) 0 |
| FILE * | yyout = (FILE *) 0 |
| static size_t | yy_buffer_stack_top = 0 |
| static size_t | yy_buffer_stack_max = 0 |
| static YY_BUFFER_STATE * | yy_buffer_stack = 0 |
| static char | yy_hold_char |
| static yy_size_t | yy_n_chars |
| static char * | yy_c_buf_p = (char *) 0 |
| static int | yy_init = 0 |
| static int | yy_start = 0 |
| static int | yy_did_buffer_switch_on_eof |
| int | yylineno = 1 |
| char * | yytext |
| static yyconst flex_int16_t | yy_accept [207] |
| static yyconst flex_int32_t | yy_ec [256] |
| static yyconst flex_int32_t | yy_meta [68] |
| static yyconst flex_int16_t | yy_base [229] |
| static yyconst flex_int16_t | yy_def [229] |
| static yyconst flex_int16_t | yy_nxt [1320] |
| static yyconst flex_int16_t | yy_chk [1320] |
| static yy_state_type | yy_last_accepting_state |
| static char * | yy_last_accepting_cpos |
| int | yy_flex_debug = 0 |
| static char | numbuf [NUMERAL_WIDTH] |
| YY_DECL | |
| register char * | yy_cp |
| register char * | yy_bp |
| register int | yy_act |
| dummy_function | ada_flex_use [] |
Definition at line 979 of file ada-lex.c.
Referenced by hardwire_raw().
| #define LONGEST_SIGN ((ULONGEST) 1 << (sizeof(LONGEST) * HOST_CHAR_BIT - 1)) |
| #define unput | ( | c | ) | yyunput( c, (yytext_ptr) ) |
| #define YY_AT_BOL | ( | ) | (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
| #define YY_CURRENT_BUFFER |
Definition at line 273 of file ada-lex.c.
Referenced by if().
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
| #define YY_DO_BEFORE_ACTION |
| #define YY_EXIT_FAILURE 2 |
| #define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg ) |
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) |
| #define YY_INPUT | ( | BUF, | |
| RESULT, | |||
| MAX_SIZE | |||
| ) |
| #define yy_new_buffer yy_create_buffer |
| #define YY_RULE_SETUP YY_USER_ACTION |
| #define YY_SC_TO_UI | ( | c | ) | ((unsigned int) (unsigned char) c) |
| #define yy_set_bol | ( | at_bol | ) |
| #define yy_set_interactive | ( | is_interactive | ) |
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
| #define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
| #define yyless | ( | n | ) |
| #define yyless | ( | n | ) |
| #define YYTABLES_NAME "yytables" |
| typedef short int flex_int16_t |
| typedef int flex_int32_t |
| typedef signed char flex_int8_t |
| typedef unsigned short int flex_uint16_t |
| typedef unsigned int flex_uint32_t |
| typedef unsigned char flex_uint8_t |
| typedef struct yy_buffer_state* YY_BUFFER_STATE |
| typedef int yy_state_type |
|
static |
| if | ( | ! | yy_init | ) |
Definition at line 1072 of file ada-lex.c.
References YY_BUF_SIZE, yy_create_buffer(), YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_init, yy_load_buffer_state(), yy_start, yyensure_buffer_stack(), yyin, and yyout.
Referenced by aarch64_linux_stopped_data_address(), abs_op(), alphacoff_locate_sections(), bppy_get_expression(), breakpoint_hit_catch_exec(), breakpoint_hit_catch_fork(), breakpoint_hit_catch_solib(), breakpoint_hit_catch_syscall(), breakpoint_hit_catch_vfork(), build_bp_list(), check_status_catch_solib(), cplus_describe_child(), decode_vmflags(), delete_breakpoint(), discard_pending_stop_replies(), display_descriptor(), display_selector(), do_ppc_sysv_return_value(), dwarf2_evaluate_loc_desc_full(), emit_stop_event(), execute_cfa_program(), find_definition(), frscm_scm_from_frame(), gdbscm_breakpoint_expression(), hppa_frame_cache(), i387_collect_xsave(), info_mappings_callback(), install_new_value(), kill_child_of_pending_fork(), macro_undef(), mips_elf_make_msymbol_special(), new_height_ok(), parse_partial_symbols(), parse_symbol(), ppc64_sysv_abi_push_val(), ppc_linux_remove_hw_breakpoint(), read_one_sym(), record_linux_system_call(), signal_catchpoint_breakpoint_hit(), signal_catchpoint_insert_location(), signal_catchpoint_remove_location(), sparc32_sol2_sigtramp_frame_cache(), sparc64_sol2_sigtramp_frame_cache(), spu_gdbarch_init(), tdesc_start_field(), thumb2_record_asimd_struct_ld_st(), typy_legacy_template_argument(), watchpoint_check(), xtensa_window_interrupt_frame_cache(), and yyparse().
|
static |
|
static |
|
static |
Definition at line 2885 of file ada-lex.c.
References lexptr, yyleng, and yyrestart().
| YY_BUFFER_STATE yy_create_buffer | ( | FILE * | file, |
| int | size | ||
| ) |
Referenced by if().
| void yy_delete_buffer | ( | YY_BUFFER_STATE | b | ) |
|
static |
| void yy_flush_buffer | ( | YY_BUFFER_STATE | b | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by if().
| YY_BUFFER_STATE yy_scan_buffer | ( | char * | base, |
| yy_size_t | size | ||
| ) |
| YY_BUFFER_STATE yy_scan_bytes | ( | yyconst char * | bytes, |
| yy_size_t | len | ||
| ) |
| YY_BUFFER_STATE yy_scan_string | ( | yyconst char * | yy_str | ) |
| void yy_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer | ) |
|
static |
|
static |
Referenced by if().
| void yyfree | ( | void * | ) |
| int yyget_debug | ( | void | ) |
| YY_EXTRA_TYPE yyget_extra | ( | void | ) |
| FILE* yyget_in | ( | void | ) |
| yy_size_t yyget_leng | ( | void | ) |
| int yyget_lineno | ( | void | ) |
| FILE* yyget_out | ( | void | ) |
| char* yyget_text | ( | void | ) |
| int yylex_destroy | ( | void | ) |
| void yypop_buffer_state | ( | void | ) |
| void yypush_buffer_state | ( | YY_BUFFER_STATE | new_buffer | ) |
| void yyrestart | ( | FILE * | input_file | ) |
Referenced by rewind_to_char().
| void yyset_debug | ( | int | debug_flag | ) |
| void yyset_extra | ( | YY_EXTRA_TYPE | user_defined | ) |
| void yyset_in | ( | FILE * | in_str | ) |
| void yyset_lineno | ( | int | line_number | ) |
| void yyset_out | ( | FILE * | out_str | ) |
|
static |
| void* yyxrealloc | ( | void * | , |
| yy_size_t | |||
| ) |
| dummy_function ada_flex_use[] |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| YY_DECL |
The main scanner function which does all the work.
|
static |
|
static |
|
static |
|
static |
|
static |
| FILE * yyin = (FILE *) 0 |
Definition at line 347 of file ada-lex.c.
Referenced by ada_parse(), and if().
| yy_size_t yyleng |
Definition at line 285 of file ada-lex.c.
Referenced by rewind_to_char().
1.8.10