Searched refs:nfa_listid (Results 1 – 2 of 2) sorted by relevance
5295 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 …]
1162 int nfa_listid; member