Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c150 NFA_ZCLOSE, enumerator
2716 case NFA_ZCLOSE: in nfa_set_code()
2727 code[11] = c - NFA_ZCLOSE + '0'; in nfa_set_code()
3321 case NFA_ZCLOSE: in nfa_max_width()
3749 case NFA_ZOPEN: mclose = NFA_ZCLOSE; break; in post2nfa()
4553 case NFA_ZCLOSE: in addstate()
4872 case NFA_ZCLOSE: in addstate()
4890 else if (state->c >= NFA_ZCLOSE && state->c <= NFA_ZCLOSE9) in addstate()
4892 subidx = state->c - NFA_ZCLOSE; in addstate()
4937 if (state->c >= NFA_ZCLOSE && state->c <= NFA_ZCLOSE9) in addstate()
[all …]