Searched refs:istate (Results 1 – 1 of 1) sorted by relevance
263 static int istate; // Index in the state vector, used in alloc_state() variable299 istate = 0; in nfa_regcomp_start()2994 if (istate >= nstate) in alloc_state()2997 s = &state_ptr[istate++]; in alloc_state()3004 s->id = istate; in alloc_state()3898 if (istate >= nstate) in post2nfa()3904 matchstate = &state_ptr[istate++]; // the match state in post2nfa()