|
GDB (xrefs)
|
#include "parser-defs.h"
Public Attributes | |
| int | type |
| char * | ptr |
| int | length |
Definition at line 84 of file parser-defs.h.
| int typed_stoken::length |
Definition at line 91 of file parser-defs.h.
Referenced by c_print_token(), parse_string_or_char(), write_exp_string_vector(), and yyparse().
| char* typed_stoken::ptr |
Definition at line 89 of file parser-defs.h.
Referenced by c_print_token(), parse_string_or_char(), write_exp_string_vector(), and yyparse().
| int typed_stoken::type |
Definition at line 87 of file parser-defs.h.
Referenced by c_print_token(), parse_string_or_char(), and yyparse().
1.8.10