Searched refs:BC_PROGRAM_POP (Results 1 – 2 of 2) sorted by relevance
224 #define BC_PROGRAM_POP(pop) (pop) macro229 #define BC_PROGRAM_POP(pop) (BC_IS_BC || (pop)) macro245 #define BC_PROGRAM_POP(pop) (BC_IS_BC) macro
1024 if (BC_PROGRAM_POP(pop)) bc_vec_pop(&p->results); in bc_program_print()