Searched refs:BC_PARSE_OP_PREFIX (Results 1 – 1 of 1) sorted by relevance
528 #define BC_PARSE_OP_PREFIX(t) ((t) == BC_LEX_OP_BOOL_NOT || (t) == BC_LEX_NEG) macro3150 *nexprs -= !BC_PARSE_OP_PREFIX(t); in bc_parse_operator()3167 *nexs -= !BC_PARSE_OP_PREFIX(top); in bc_parse_rightParen()4239 if (BC_PARSE_OP_PREFIX(t)) { in bc_parse_expr_err()4240 if (!bin_last && !BC_PARSE_OP_PREFIX(p->l.last)) in bc_parse_expr_err()4251 bin_last = !BC_PARSE_OP_PREFIX(t); in bc_parse_expr_err()4402 nexprs -= !BC_PARSE_OP_PREFIX(top); in bc_parse_expr_err()