Searched refs:nested_parenthesis_level (Results 1 – 1 of 1) sorted by relevance
879 int nested_parenthesis_level = 1; in collect_arguments() local884 while (++next != end && nested_parenthesis_level) { in collect_arguments()900 ++nested_parenthesis_level; in collect_arguments()907 if (--nested_parenthesis_level >= 1) in collect_arguments()938 if (1 == nested_parenthesis_level) { in collect_arguments()987 if (nested_parenthesis_level >= 1) { in collect_arguments()