Lines Matching refs:BC_PROG_STACK
486 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 2))) in bc_program_binPrep()
493 assert(BC_PROG_STACK(&p->results, idx + 2)); in bc_program_binPrep()
601 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 1))) in bc_program_prep()
608 assert(BC_PROG_STACK(&p->results, idx + 1)); in bc_program_prep()
964 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 1))) in bc_program_print()
971 assert(BC_PROG_STACK(&p->results, idx + 1)); in bc_program_print()
1185 assert(BC_PROG_STACK(&p->results, 1 + !push)); in bc_program_assignStr()
1220 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_copyToVar()
1224 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_copyToVar()
1616 if (BC_ERR(!BC_PROG_STACK(v, 2 - copy))) in bc_program_pushVar()
1622 assert(BC_PROG_STACK(v, 2 - copy)); in bc_program_pushVar()
1800 assert(BC_PROG_STACK(&p->results, nargs)); in bc_program_call()
1872 assert(BC_PROG_STACK(&p->stack, 2)); in bc_program_return()
1876 assert(BC_PROG_STACK(&p->results, ip->len + (inst == BC_INST_RET))); in bc_program_return()
1967 if (BC_IS_DC && BC_ERR(!BC_PROG_STACK(&p->results, 1))) in bc_program_builtin()
1973 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_builtin()
2168 if (BC_IS_DC && BC_ERR(!BC_PROG_STACK(&p->results, 3))) in bc_program_modexp()
2175 assert(BC_PROG_STACK(&p->results, 3)); in bc_program_modexp()
2245 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_asciify()
2247 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_asciify()
2358 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_printStream()
2360 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_printStream()
2504 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_execStr()
2506 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_execStr()
3465 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) in bc_program_exec()
3472 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_exec()
3486 if (BC_ERR(!BC_PROG_STACK(&p->results, 2))) in bc_program_exec()
3491 assert(BC_PROG_STACK(&p->results, 2)); in bc_program_exec()
3538 assert(BC_PROG_STACK(&p->stack, 2)); in bc_program_exec()
3612 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) in bc_program_exec()
3617 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_exec()