Searched refs:BC_LEX_OP_MINUS (Results 1 – 5 of 5) sorted by relevance
156 BC_LEX_OP_MINUS, enumerator
273 case BC_LEX_OP_MINUS: in dc_parse_token()
301 else bc_lex_assign(l, BC_LEX_OP_ASSIGN_MINUS, BC_LEX_OP_MINUS); in bc_lex_token()
800 type = BC_PARSE_LEAF(*prev, binlast, rparen) ? BC_LEX_OP_MINUS : BC_LEX_NEG; in bc_parse_minus()805 if (type != BC_LEX_OP_MINUS) bc_vec_push(&p->ops, &type); in bc_parse_minus()1700 case BC_LEX_OP_MINUS: in bc_parse_stmt()2099 case BC_LEX_OP_MINUS: in bc_parse_expr_err()
1091 BC_LEX_OP_MINUS,