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

/freebsd-13-stable/contrib/bc/include/
H A Dbc.h119 #define BC_PARSE_OP_PREC(op) (BC_PARSE_OP_DATA(op) & ~(BC_LEX_CHAR_MSB(1))) macro
/freebsd-13-stable/contrib/bc/src/
H A Dbc_parse.c139 uchar l, r = BC_PARSE_OP_PREC(type);
147 l = BC_PARSE_OP_PREC(t);

Completed in 110 milliseconds