Searched refs:BC_PARSE_OP_PREFIX (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dbc.h143 #define BC_PARSE_OP_PREFIX(t) ((t) == BC_LEX_OP_BOOL_NOT || (t) == BC_LEX_NEG) macro
/freebsd-12-stable/contrib/bc/src/
H A Dbc_parse.c152 *nexprs -= !BC_PARSE_OP_PREFIX(t);
165 *nexs -= !BC_PARSE_OP_PREFIX(top);
1272 if (BC_PARSE_OP_PREFIX(t)) {
1273 if (BC_ERR(!bin_last && !BC_PARSE_OP_PREFIX(p->l.last)))
1284 bin_last = !BC_PARSE_OP_PREFIX(t);
1459 nexprs -= !BC_PARSE_OP_PREFIX(top);

Completed in 130 milliseconds