Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c114 NFA_SKIP, // Skip characters enumerator
2637 case NFA_SKIP: STRCPY(code, "NFA_SKIP"); break; in nfa_set_code()
3290 case NFA_SKIP: in nfa_max_width()
3679 skip = alloc_state(NFA_SKIP, NULL, NULL); in post2nfa()
3831 s1 = alloc_state(NFA_SKIP, NULL, NULL); in post2nfa()
4613 if (state->lastlist[nfa_ll_index] == l->id && state->c != NFA_SKIP) in addstate()
6756 case NFA_SKIP: in nfa_regmatch()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt1088 Solution: Always add NFA_SKIP, also when it already exists at the start