Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c5295 int save_nfa_listid = rex.nfa_listid; in recursive_regmatch()
5411 if (rex.nfa_listid <= rex.nfa_alt_listid) in recursive_regmatch()
5412 rex.nfa_listid = rex.nfa_alt_listid; in recursive_regmatch()
5425 rex.nfa_alt_listid = rex.nfa_listid; in recursive_regmatch()
5436 rex.nfa_listid = save_nfa_listid; in recursive_regmatch()
5810 thislist->id = rex.nfa_listid + 1; in nfa_regmatch()
5869 ++rex.nfa_listid; in nfa_regmatch()
5871 && (rex.nfa_listid >= NFA_MAX_STATES in nfa_regmatch()
5882 thislist->id = rex.nfa_listid; in nfa_regmatch()
5883 nextlist->id = rex.nfa_listid + 1; in nfa_regmatch()
[all …]
H A Dregexp.c1162 int nfa_listid; member