
Data Fields | |
| struct hash_entry * | ident |
| const char * | buf |
| int | buf_len |
| struct macro_arg * | args |
| int | argc |
Definition at line 1021 of file romcc.c.
struct hash_entry* macro::ident [read] |
Definition at line 1022 of file romcc.c.
Referenced by do_define_macro(), expand_macro(), macro_expand_args(), read_macro_args(), and tag_macro_name().
| const char* macro::buf |
Definition at line 1023 of file romcc.c.
Referenced by do_define_macro(), expand_macro(), and undef_macro().
| int macro::buf_len |
Definition at line 1024 of file romcc.c.
Referenced by do_define_macro(), expand_macro(), and tag_macro_name().
struct macro_arg* macro::args [read] |
Definition at line 1025 of file romcc.c.
Referenced by do_define_macro(), read_macro_args(), and undef_macro().
| int macro::argc |
Definition at line 1026 of file romcc.c.
Referenced by compile_macro(), do_define_macro(), expand_macro(), free_macro_args(), macro_expand_args(), and read_macro_args().
1.5.5