Searched refs:top_nest (Results 1 – 1 of 1) sorted by relevance
2808 nest_save *top_nest, *end_nests; in parse_regex() local2848 top_nest = NULL; in parse_regex()4044 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()4177 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()4184 top_nest->flags = 0; in parse_regex()4338 (top_nest-1)->nest_depth == nest_depth) top_nest--; in parse_regex()4810 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()4934 if (top_nest != NULL && top_nest->nest_depth == nest_depth && in parse_regex()4950 if (top_nest != NULL && top_nest->nest_depth == nest_depth) in parse_regex()4965 if (top_nest == (nest_save *)(cb->start_workspace)) top_nest = NULL; in parse_regex()[all …]
Completed in 37 milliseconds