Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c41 NFA_START_COLL, // [abc] start enumerator
1848 EMIT(NFA_START_COLL); in nfa_regatom()
2759 case NFA_START_COLL: STRCPY(code, "NFA_START_COLL"); break; in nfa_set_code()
3202 case NFA_START_COLL: in nfa_max_width()
4451 case NFA_START_COLL: in match_follows()
6438 case NFA_START_COLL: in nfa_regmatch()
6453 result_if_matched = (t->state->c == NFA_START_COLL); in nfa_regmatch()