Searched refs:BC_PROG_STACK (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/bc/src/
H A Dprogram.c288 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 2)))
293 assert(BC_PROG_STACK(&p->results, idx + 2));
353 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 1)))
358 assert(BC_PROG_STACK(&p->results, idx + 1));
573 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 1)))
578 assert(BC_PROG_STACK(&p->results, idx + 1));
737 assert(BC_PROG_STACK(&p->results, 1 + !push));
757 if (BC_ERR(!BC_PROG_STACK(&p->results, 1)))
760 assert(BC_PROG_STACK(&p->results, 1));
963 if (BC_ERR(!BC_PROG_STACK(
[all...]
/freebsd-13-stable/contrib/bc/include/
H A Dprogram.h110 #define BC_PROG_STACK(s, n) ((s)->len >= ((size_t) (n))) macro

Completed in 174 milliseconds