Searched refs:BC_PARSE_TOP_OP (Results 1 – 1 of 1) sorted by relevance
520 #define BC_PARSE_TOP_OP(p) (*((BcLexType*) bc_vec_top(&(p)->ops))) macro3142 t = BC_PARSE_TOP_OP(p); in bc_parse_operator()3162 while ((top = BC_PARSE_TOP_OP(p)) != BC_LEX_LPAREN) { in bc_parse_rightParen()4394 top = BC_PARSE_TOP_OP(p); in bc_parse_expr_err()