Home
last modified time | relevance | path

Searched refs:istate (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_nfa.c263 static int istate; // Index in the state vector, used in alloc_state() variable
299 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()