Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c285 BC_RESULT_TEMP, enumerator
2430 case BC_RESULT_TEMP: in bc_result_free()
4548 r->t = BC_RESULT_TEMP; in bc_program_num()
4552 case BC_RESULT_TEMP: in bc_program_num()
4664 if (lt == BC_RESULT_CONSTANT || lt == BC_RESULT_TEMP ||lt == BC_RESULT_ARRAY) in bc_program_assignPrep()
4675 r->t = BC_RESULT_TEMP; in bc_program_binOpRetire()
4873 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_unary()
5103 copy.t = BC_RESULT_TEMP; in bc_program_incdec()
5193 res.t = BC_RESULT_TEMP; in bc_program_return()
5270 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_builtin()