Searched refs:NST_RECURSION (Results 1 – 3 of 3) sorted by relevance
126 #define NST_RECURSION (1<<7) macro140 #define IS_ENCLOSE_RECURSION(en) (((en)->state & NST_RECURSION) != 0)150 #define SET_CALL_RECURSION(node) (node)->u.call.state |= NST_RECURSION151 #define IS_CALL_RECURSION(cn) (((cn)->state & NST_RECURSION) != 0)
2037 if (br->state & NST_RECURSION) break; in get_min_match_length()2191 if (br->state & NST_RECURSION) { in get_max_match_length()2960 if (r != 0) SET_ENCLOSE_STATUS(node, NST_RECURSION); in subexp_recursive_check_trav()4736 if (br->state & NST_RECURSION) { in optimize_node_left()
1311 NBREF(node)->state |= NST_RECURSION; /* /...(\1).../ */ in node_new_backref()
Completed in 37 milliseconds