Lines Matching refs:state
1726 nodes, so we are creating holes in the state space
2495 while (trans->state != NULL)
2517 if (trans->state == NULL)
2518 (trans + 1)->state = NULL;
2523 trans->state = transitions + offs[p2->position];
2605 from each state. */
2793 /* Add a dummy node for the final state.
2857 initial[i].state = transitions + offs[p->position];
2874 initial[i].state = NULL;
2918 if (tnfa->transitions[i].state)
2930 for (trans = tnfa->initial; trans->state; trans++)