Home | History | Annotate | Download | only in src

Lines Matching defs:states

35    A core represents one state.  States are numbered in the NUMBER
37 state 0 and NSTATES is the number of states. (FIXME: This sentence
53 look-ahead token alone). When the states are generated, these
58 contains a vector of numbers of the states that transitions can go
59 to. The accessing_symbol fields of those states' cores say what
71 states should explicitly be errors (for implementing %nonassoc).
94 | Numbering states. |
117 state *states[1];
122 TRANSITIONS->states[Num]? Can be a token (amongst which the error
126 (Transitions->states[Num]->accessing_symbol)
128 /* Is the TRANSITIONS->states[Num] a shift? (as opposed to gotos). */
133 /* Is the TRANSITIONS->states[Num] a goto?. */
138 /* Is the TRANSITIONS->states[Num] labelled by the error token? */
147 (Transitions->states[Num] = NULL)
150 (Transitions->states[Num] == NULL)
195 | states. |
241 /* Create/destroy the states hash table. */
252 /* All the states, indexed by the state number. */
253 extern state **states;
255 /* Free all the states. */