Lines Matching refs:BC_IS_BC
55 if (BC_IS_BC) p->strs = &f->strs; in bc_program_setVecs()
325 min = BC_RESULT_TEMP - ((unsigned int) (BC_IS_BC)); in bc_program_assignPrep()
460 else s = bc_read_line(&buf, BC_IS_BC ? "read> " : "?> "); in bc_program_read()
596 if (BC_IS_BC) bc_num_copy(&p->last, n); in bc_program_print()
614 if (BC_IS_BC || pop) bc_vec_pop(&p->results); in bc_program_print()
767 if (BC_IS_BC) in bc_program_copyToVar()
1245 if (BC_IS_BC && opd->t == BC_RESULT_ARRAY) { in bc_program_builtin()
1275 else if (BC_IS_BC || BC_PROG_NUM(opd, num)) in bc_program_builtin()
1668 if (BC_IS_BC) { in bc_program_insertFunc()
1709 if (BC_IS_BC) bc_num_free(&p->last); in bc_program_free()
1771 if (BC_IS_BC) bc_num_init(&p->last, BC_NUM_DEF_SIZE); in bc_program_init()
1879 assert(BC_IS_BC); in bc_program_exec()
2109 if (!BC_IS_BC) { in bc_program_exec()