Berkeley YACC
1993-03-03
Berkeley's version of Yet Another Compiler Compiler
|
#include <defs.h>
Data Fields | |
struct core * | next |
struct core * | link |
short | number |
short | accessing_symbol |
short | nitems |
short | items [1] |
short core::accessing_symbol |
Definition at line 134 of file defs.h.
Referenced by initialize_states(), new_state(), and set_accessing_symbol().
short core::items[1] |
Definition at line 136 of file defs.h.
Referenced by generate_states(), get_state(), initialize_states(), new_state(), and print_core().
struct core* core::link |
Definition at line 132 of file defs.h.
Referenced by get_state(), and initialize_states().
struct core* core::next |
Definition at line 131 of file defs.h.
Referenced by free_itemsets(), generate_states(), initialize_states(), new_state(), set_accessing_symbol(), set_state_table(), and show_cores().
short core::nitems |
Definition at line 135 of file defs.h.
Referenced by generate_states(), get_state(), initialize_states(), new_state(), and print_core().
short core::number |
Definition at line 133 of file defs.h.
Referenced by get_state(), initialize_states(), new_state(), save_reductions(), save_shifts(), set_accessing_symbol(), and set_state_table().