Searched refs:crux_depth (Results 1 – 1 of 1) sorted by relevance
13977 int crux_depth, str_depth; in my_getSmallExpression() local13990 crux_depth = str_depth; in my_getSmallExpression()14006 while (crux_depth > 0 && (*str == ')' || *str == ' ' || *str == '\t')) in my_getSmallExpression()14008 crux_depth--; in my_getSmallExpression()14010 if (crux_depth > 0) in my_getSmallExpression()