Lines Matching refs:BC_PROG_STACK

445 		if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 2)))  in bc_program_binPrep()
450 assert(BC_PROG_STACK(&p->results, idx + 2)); in bc_program_binPrep()
551 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 1))) in bc_program_prep()
556 assert(BC_PROG_STACK(&p->results, idx + 1)); in bc_program_prep()
882 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 1))) in bc_program_print()
887 assert(BC_PROG_STACK(&p->results, idx + 1)); in bc_program_print()
1084 assert(BC_PROG_STACK(&p->results, 1 + !push)); in bc_program_assignStr()
1122 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_copyToVar()
1126 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_copyToVar()
1472 if (BC_ERR(!BC_PROG_STACK(v, 2 - copy))) { in bc_program_pushVar()
1477 assert(BC_PROG_STACK(v, 2 - copy)); in bc_program_pushVar()
1640 assert(BC_PROG_STACK(&p->results, nargs)); in bc_program_call()
1731 assert(BC_PROG_STACK(&p->stack, 2)); in bc_program_return()
1735 assert(BC_PROG_STACK(&p->results, ip->len + (inst == BC_INST_RET))); in bc_program_return()
1823 if (BC_IS_DC && BC_ERR(!BC_PROG_STACK(&p->results, 1))) in bc_program_builtin()
1827 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_builtin()
1976 if (BC_IS_DC && BC_ERR(!BC_PROG_STACK(&p->results, 3))) in bc_program_modexp()
1981 assert(BC_PROG_STACK(&p->results, 3)); in bc_program_modexp()
2067 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_asciify()
2069 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_asciify()
2115 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_printStream()
2117 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_printStream()
2251 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_execStr()
2253 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_execStr()
3059 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) in bc_program_exec()
3064 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_exec()
3076 if (BC_ERR(!BC_PROG_STACK(&p->results, 2))) in bc_program_exec()
3079 assert(BC_PROG_STACK(&p->results, 2)); in bc_program_exec()
3115 assert(BC_PROG_STACK(&p->stack, 2)); in bc_program_exec()
3179 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) in bc_program_exec()
3182 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_exec()