Searched refs:top_nest (Results 1 – 1 of 1) sorted by relevance
2525 nest_save *top_nest, *end_nests; in parse_regex() local2565 top_nest = NULL; in parse_regex()3776 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()3908 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()3915 top_nest->flags = 0; in parse_regex()4020 (top_nest-1)->nest_depth == nest_depth) top_nest--; in parse_regex()4490 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()4613 if (top_nest != NULL && top_nest->nest_depth == nest_depth && in parse_regex()4629 if (top_nest != NULL && top_nest->nest_depth == nest_depth) in parse_regex()4643 if (top_nest == (nest_save *)(cb->start_workspace)) top_nest = NULL; in parse_regex()[all …]
Completed in 26 milliseconds