Searched refs:perform_binop (Results 1 – 1 of 1) sorted by relevance
182 static int perform_binop(enum token, const char *, const char *);376 return !perform_binop(op->op_num, a1, a3); in three_arg()517 return perform_binop(op->op_num, opnd1, opnd2); in binop()522 perform_binop(enum token op_num, const char *opnd1, const char *opnd2) in perform_binop() function