Lines Matching refs:to_state
46 state_number *to_state;
114 to_state = xcalloc (ngotos, sizeof *to_state);
124 to_state[k] = sp->states[i]->number;
171 state_number stateno = to_state[i];
230 symbol_number symbol1 = states[to_state[i]]->accessing_symbol;
476 /* from_state[i] is not removed, so it and thus to_state[i] are
477 reachable, so to_state[i] != nstates_old. */
478 aver (old_to_new[to_state[i]] != nstates_old);
480 to_state[ngotos_reachable] = old_to_new[to_state[i]];