Lines Matching refs:BC_RESULT_TEMP
202 r->t = BC_RESULT_TEMP; in bc_program_num()
207 case BC_RESULT_TEMP: in bc_program_num()
352 if (BC_ERR(lt == BC_RESULT_CONSTANT || lt == BC_RESULT_TEMP || in bc_program_assignPrep()
376 r->t = BC_RESULT_TEMP; in bc_program_binOpRetire()
617 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_unary()
931 r.t = BC_RESULT_TEMP; in bc_program_pushVar()
993 copy.t = BC_RESULT_TEMP; in bc_program_incdec()
1111 res.t = BC_RESULT_TEMP; in bc_program_return()
1213 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_builtin()
1237 res.t = BC_RESULT_TEMP; in bc_program_divmod()
1285 res.t = BC_RESULT_TEMP; in bc_program_stackLen()
1826 bc_program_pushBigDig(p, dig, BC_RESULT_TEMP); in bc_program_exec()