Searched refs:crux_depth (Results 1 – 1 of 1) sorted by relevance
10982 int crux_depth, str_depth; in my_getSmallExpression() local10995 crux_depth = str_depth; in my_getSmallExpression()11011 while (crux_depth > 0 && (*str == ')' || *str == ' ' || *str == '\t')) in my_getSmallExpression()11013 crux_depth--; in my_getSmallExpression()11015 if (crux_depth > 0) in my_getSmallExpression()