Searched refs:nfa_has_backref (Results 1 – 2 of 2) sorted by relevance
317 rex.nfa_has_backref = FALSE; in nfa_regcomp_start()1558 rex.nfa_has_backref = TRUE; in nfa_regatom()4250 if (rex.nfa_has_backref) in sub_equal()4282 if (rex.nfa_has_backref) in sub_equal()4483 if (!rex.nfa_has_backref || has_state_with_pos(l, state, subs, NULL)) in state_in_list()4619 if (!rex.nfa_has_backref && pim == NULL && !l->has_pim in addstate()7387 rex.nfa_has_backref = prog->has_backref; in nfa_regexec_both()7543 prog->has_backref = rex.nfa_has_backref; in nfa_regcomp()
1155 int nfa_has_backref; // NFA regexp \1 .. \9 encountered. member