Lines Matching refs:BC_ERR

66 	if (BC_ERR(!BC_PROG_NUM(r, n))) bc_err(BC_ERR_EXEC_TYPE);  in bc_program_type_num()
79 if (BC_ERR((r->t != BC_RESULT_ARRAY) != (!t))) bc_err(BC_ERR_EXEC_TYPE); in bc_program_type_match()
454 if (BC_ERR((*r)->t == BC_RESULT_VOID)) bc_err(BC_ERR_EXEC_VOID_VAL); in bc_program_operand()
486 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 2))) in bc_program_binPrep()
514 if (BC_ERR(lt == BC_RESULT_STR)) bc_err(BC_ERR_EXEC_TYPE); in bc_program_binPrep()
570 if (BC_ERR(lt >= min && lt <= BC_RESULT_ONE)) bc_err(BC_ERR_EXEC_TYPE); in bc_program_assignPrep()
601 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 1))) in bc_program_prep()
794 if (BC_ERR(vm->read_prs.l.t != BC_LEX_NLINE && in bc_program_read()
964 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 1))) in bc_program_print()
982 if (BC_ERR(pop)) bc_err(BC_ERR_EXEC_VOID_VAL); in bc_program_print()
1220 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_copyToVar()
1245 if (BC_ERR(!var)) bc_err(BC_ERR_EXEC_TYPE); in bc_program_copyToVar()
1388 if (BC_ERR(val > max || val < min)) in bc_program_assignBuiltin()
1616 if (BC_ERR(!BC_PROG_STACK(v, 2 - copy))) in bc_program_pushVar()
1791 if (BC_ERR(!f->code.len)) bc_verr(BC_ERR_EXEC_UNDEF_FUNC, f->name); in bc_program_call()
1792 if (BC_ERR(nargs != f->nparams)) in bc_program_call()
1809 if (BC_ERR(arg->t == BC_RESULT_VOID)) bc_err(BC_ERR_EXEC_VOID_VAL); in bc_program_call()
1967 if (BC_IS_DC && BC_ERR(!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()
2245 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_asciify()
2358 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_printStream()
2504 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_execStr()
2543 if (BC_ERR(!BC_PROG_STR(n))) bc_err(BC_ERR_EXEC_TYPE); in bc_program_execStr()
3479 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) in bc_program_exec()
3500 if (BC_ERR(!BC_PROG_STACK(&p->results, 2))) in bc_program_exec()
3626 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) in bc_program_exec()
3747 if (BC_ERR(s != BC_STATUS_SUCCESS && vm->status == BC_STATUS_SUCCESS)) in bc_program_exec()