Home
last modified time | relevance | path

Searched refs:BC_RESULT_TEMP (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
Dbc.c285 BC_RESULT_TEMP, enumerator
2432 case BC_RESULT_TEMP: in bc_result_free()
4563 r->t = BC_RESULT_TEMP; in bc_program_num()
4567 case BC_RESULT_TEMP: in bc_program_num()
4679 if (lt == BC_RESULT_CONSTANT || lt == BC_RESULT_TEMP ||lt == BC_RESULT_ARRAY) in bc_program_assignPrep()
4690 r->t = BC_RESULT_TEMP; in bc_program_binOpRetire()
4889 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_unary()
5119 copy.t = BC_RESULT_TEMP; in bc_program_incdec()
5209 res.t = BC_RESULT_TEMP; in bc_program_return()
5286 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_builtin()