Home | History | Annotate | Download | only in src

Lines Matching defs:from_state

45 state_number *from_state;
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_reachable] = old_to_new[from_state[i]];