Home
last modified time | relevance | path

Searched refs:BC_PARSE_TOP_OP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bc/include/
H A Dbc.h287 #define BC_PARSE_TOP_OP(p) (*((BcLexType*) bc_vec_top(&(p)->ops))) macro
/freebsd/contrib/bc/src/
H A Dbc_parse.c262 t = BC_PARSE_TOP_OP(p); in bc_parse_operator()
304 while ((top = BC_PARSE_TOP_OP(p)) != BC_LEX_LPAREN) in bc_parse_rightParen()
2501 top = BC_PARSE_TOP_OP(p); in bc_parse_expr_err()