Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c79 NFA_END_INVISIBLE_NEG, enumerator
2669 case NFA_END_INVISIBLE_NEG: STRCPY(code, "NFA_END_INVISIBLE_NEG"); break; in nfa_set_code()
3189 case NFA_END_INVISIBLE_NEG: in nfa_max_width()
3637 end_state = NFA_END_INVISIBLE_NEG; in post2nfa()
3645 end_state = NFA_END_INVISIBLE_NEG; in post2nfa()
4398 case NFA_END_INVISIBLE_NEG: in match_follows()
5984 case NFA_END_INVISIBLE_NEG: in nfa_regmatch()
6022 if (t->state->c != NFA_END_INVISIBLE_NEG) in nfa_regmatch()