Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c83 NFA_END_COMPOSING, // End of a composing char in the NFA enumerator
2673 case NFA_END_COMPOSING: STRCPY(code, "NFA_END_COMPOSING"); break; in nfa_set_code()
3367 case NFA_END_COMPOSING: in nfa_max_width()
3760 case NFA_COMPOSING: mclose = NFA_END_COMPOSING; break; in post2nfa()
6371 while (sta->c != NFA_END_COMPOSING) in nfa_regmatch()
6399 while (sta->c != NFA_END_COMPOSING) in nfa_regmatch()