Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c81 NFA_COMPOSING, // Next nodes in NFA are part of the enumerator
2164 EMIT(NFA_COMPOSING); in nfa_regatom()
2672 case NFA_COMPOSING: STRCPY(code, "NFA_COMPOSING"); break; in nfa_set_code()
3366 case NFA_COMPOSING: in nfa_max_width()
3705 case NFA_COMPOSING: // char with composing char in post2nfa()
3760 case NFA_COMPOSING: mclose = NFA_END_COMPOSING; break; in post2nfa()
3796 if (mopen == NFA_COMPOSING) in post2nfa()
4414 case NFA_COMPOSING: in match_follows()
5609 case NFA_COMPOSING: in failure_chance()
6344 case NFA_COMPOSING: in nfa_regmatch()