Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dprogram.h224 #define BC_PROGRAM_POP(pop) (pop) macro
229 #define BC_PROGRAM_POP(pop) (BC_IS_BC || (pop)) macro
245 #define BC_PROGRAM_POP(pop) (BC_IS_BC) macro
/freebsd/contrib/bc/src/
H A Dprogram.c1024 if (BC_PROGRAM_POP(pop)) bc_vec_pop(&p->results); in bc_program_print()