|
Berkeley YACC
1993-03-03
Berkeley's version of Yet Another Compiler Compiler
|
#include <defs.h>
Collaboration diagram for shifts:Data Fields | |
| struct shifts * | next |
| short | number |
| short | nshifts |
| short | shift [1] |
| struct shifts* shifts::next |
Definition at line 145 of file defs.h.
Referenced by free_shifts(), save_shifts(), set_goto_map(), set_shift_table(), and show_shifts().
| short shifts::nshifts |
Definition at line 147 of file defs.h.
Referenced by build_relations(), find_final_state(), get_shifts(), initialize_F(), print_actions(), print_gotos(), save_shifts(), and set_goto_map().
| short shifts::number |
Definition at line 146 of file defs.h.
Referenced by save_shifts(), set_goto_map(), and set_shift_table().
| short shifts::shift[1] |
Definition at line 148 of file defs.h.
Referenced by build_relations(), find_final_state(), get_shifts(), initialize_F(), print_actions(), print_gotos(), save_shifts(), and set_goto_map().