
Data Fields | |
| struct hashnode * | next |
| struct hashnode * | prev |
| struct hashnode ** | bucket_hdr |
| enum node_type | type |
| int | length |
| U_CHAR * | name |
| union hashval | value |
Definition at line 280 of file tradcpp.c.
struct hashnode * hashnode::next [read] |
struct hashnode * hashnode::prev [read] |
struct hashnode ** hashnode::bucket_hdr [read] |
| enum node_type hashnode::type |
Definition at line 286 of file tradcpp.c.
Referenced by do_assert(), do_define(), do_unassert(), do_undef(), dump_all_macros(), install(), macarg(), rescan(), special_symbol(), and test_assertion().
| int hashnode::length |
Definition at line 288 of file tradcpp.c.
Referenced by do_assert(), do_undef(), dump_all_macros(), install(), lookup(), and rescan().
union hashval hashnode::value [write] |
Definition at line 289 of file tradcpp.c.
Referenced by do_assert(), do_define(), do_line(), do_unassert(), dump_all_macros(), and rescan().
1.5.6