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

/external/bison/src/
H A Dlalr.c45 state_number *from_state; variable
113 from_state = xcalloc (ngotos, sizeof *from_state);
123 from_state[k] = s;
147 s = from_state[middle];
238 state *s = states[from_state[i]];
472 /* If old_to_new[from_state[i]] = nstates_old, remove this goto
474 if (old_to_new[from_state[i]] != nstates_old)
476 /* from_state[i] is not removed, so it and thus to_state[i] are
479 from_state[ngotos_reachabl
[all...]

Completed in 89 milliseconds