Searched refs:BC_LEX_OP_MINUS (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dlex.h92 BC_LEX_OP_MINUS, enumerator in enum:BcLexType
/freebsd-12-stable/contrib/bc/src/
H A Dbc_lex.c216 else bc_lex_assign(l, BC_LEX_OP_ASSIGN_MINUS, BC_LEX_OP_MINUS);
H A Dbc_parse.c432 type = BC_PARSE_LEAF(*prev, binlast, rparen) ? BC_LEX_OP_MINUS : BC_LEX_NEG;
437 if (type != BC_LEX_OP_MINUS) bc_vec_push(&p->ops, &type);
999 case BC_LEX_OP_MINUS:
1223 case BC_LEX_OP_MINUS:
H A Ddata.c818 BC_LEX_INVALID, BC_LEX_OP_MINUS, BC_LEX_INVALID, BC_LEX_OP_DIVIDE,

Completed in 95 milliseconds