GDB (xrefs)
|
#include "parser-defs.h"
Public Attributes | |
int | type |
char * | ptr |
int | length |
Definition at line 373 of file parser-defs.h.
int typed_stoken::length |
Definition at line 380 of file parser-defs.h.
Referenced by parser_state::push_c_string(), and yyparse().
char* typed_stoken::ptr |
Definition at line 378 of file parser-defs.h.
Referenced by parser_state::push_c_string(), and yyparse().
int typed_stoken::type |
Definition at line 376 of file parser-defs.h.
Referenced by yyparse().