Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c269 static int nfa_ll_index = 0; variable
4481 if (state->lastlist[nfa_ll_index] == l->id) in state_in_list()
4613 if (state->lastlist[nfa_ll_index] == l->id && state->c != NFA_SKIP) in addstate()
4691 state->lastlist[nfa_ll_index] = l->id; in addstate()
5386 if (nfa_ll_index == 1) in recursive_regmatch()
5410 ++nfa_ll_index; in recursive_regmatch()
5424 --nfa_ll_index; in recursive_regmatch()