Searched refs:subexp (Results 1 – 2 of 2) sorted by relevance
156 def brkt(subexp): argument157 if " " in subexp:158 return "(" + subexp + ")"160 return subexp260 subexp = callback(args)262 stack.append(subexp)
90 static struct expr *parse_expr(int subexp);401 static struct expr *parse_expr(int subexp) in parse_expr() argument410 if (subexp) { in parse_expr()420 if (!subexp) { in parse_expr()