Searched refs:prevrec (Results 1 – 3 of 3) sorted by relevance
2805 for (ri = md->recursive; ri != NULL; ri = ri->prevrec) in internal_dfa_exec()2814 new_recursive.prevrec = md->recursive; in internal_dfa_exec()2828 md->recursive = new_recursive.prevrec; /* Done this recursion */ in internal_dfa_exec()
2466 struct recursion_info *prevrec; /* Previous recursion record (or NULL) */ member2477 struct dfa_recursion_info *prevrec; member
1763 for (ri = md->recursive; ri != NULL; ri = ri->prevrec) in match()1772 new_recursive.prevrec = md->recursive; in match()1808 md->recursive = new_recursive.prevrec; in match()1847 md->recursive = new_recursive.prevrec; in match()