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

/freebsd-12-stable/contrib/bc/include/
H A Dbc.h148 #define BC_PARSE_TOKEN_INST(t) ((uchar) ((t) - BC_LEX_NEG + BC_INST_NEG)) macro
/freebsd-12-stable/contrib/bc/src/
H A Dbc_parse.c150 bc_parse_push(p, BC_PARSE_TOKEN_INST(t));
163 bc_parse_push(p, BC_PARSE_TOKEN_INST(top));
433 *prev = BC_PARSE_TOKEN_INST(type);
1280 prev = BC_PARSE_TOKEN_INST(t);
1457 bc_parse_push(p, BC_PARSE_TOKEN_INST(top));

Completed in 165 milliseconds