Lines Matching refs:state_t
14078 (state): Renamed from state_t.
16232 * src/state.h (state_t): Remove the `lookaheads',
16271 state_t.
16392 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
16615 (state_t): Rename member `shifts' as `transitions'.
16784 (new_itemsets, append_states, save_reductions): Take a state_t as
16792 * src/state.h (state_t): Remove the `next' member.
16808 * src/states.h (state_t): Remove the `link' member, no longer
16840 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
17234 * src/state.h (state_t): Replace the `lookaheadsp' member, a
17679 * src/state.h (state_t): `solved_conflicts' is a new member.
17793 * src/state.h (state_t): Member `nitems' is unsigned short.
18148 (state_t.number): Is a token_number_t.
19492 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
19558 * src/output.c (action_row, token_actions): Use a state_t instead
19567 (conflicts_print, print_reductions): Use a state_t instead of an
19645 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
20060 * src/lalr.h (state_t): Remove.
20061 (state_table): Be state_t **, not state_t *.
20063 (state_t, STATE_ALLOC): this.
20092 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
20094 (state_t.reductions, state_t.shifts): this.
20798 (rrhs, rlhs): Remove, part of state_t.
20834 (state_t): this structure.
20842 (state_t): this structure.
20850 (state_t): this structure.
20856 * src/lalr.h (state_t): New.
20857 (state_table): Be a state_t * instead of a core **.
20858 (accessing_symbol): Remove, part of state_t.