Searched defs:accessing_symbol (Results 1 - 2 of 2) sorted by relevance

/external/bison/src/
H A Dstate.h57 to. The accessing_symbol fields of those states' cores say what
73 leads to a next-to-final state whose accessing_symbol is the
75 the final state, whose accessing_symbol is zero (end of input).
123 (Transitions->states[Num]->accessing_symbol)
201 symbol_number accessing_symbol; member in struct:state
230 state *state_new (symbol_number accessing_symbol,
H A Dstate.c130 state_new (symbol_number accessing_symbol, argument
140 res->accessing_symbol = accessing_symbol;
167 res->accessing_symbol = s->accessing_symbol;

Completed in 71 milliseconds