Searched refs:BC_PROGRAM_POP (Results 1 – 2 of 2) sorted by relevance
232 #define BC_PROGRAM_POP(pop) (pop) macro237 #define BC_PROGRAM_POP(pop) (BC_IS_BC || (pop)) macro253 #define BC_PROGRAM_POP(pop) (BC_IS_BC) macro
1034 if (BC_PROGRAM_POP(pop)) bc_vec_pop(&p->results); in bc_program_print()