Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c280 BC_RESULT_ARRAY, enumerator
577 ((r)->t != BC_RESULT_ARRAY && (r)->t != BC_RESULT_STR && !BC_PROG_STR(n))
2440 case BC_RESULT_ARRAY: in bc_result_free()
4452 if ((r->t != BC_RESULT_ARRAY) != (!t)) return bc_vm_err(BC_ERROR_EXEC_TYPE); in bc_program_type_match()
4562 case BC_RESULT_ARRAY: in bc_program_num()
4664 if (lt == BC_RESULT_CONSTANT || lt == BC_RESULT_TEMP ||lt == BC_RESULT_ARRAY) in bc_program_assignPrep()
4958 if (ptr->t == BC_RESULT_VAR || ptr->t == BC_RESULT_ARRAY) { in bc_program_copyToVar()
5065 r.t = BC_RESULT_ARRAY; in bc_program_pushArray()
5152 if (arg->t == BC_RESULT_VAR || arg->t == BC_RESULT_ARRAY) { in bc_program_call()
5261 if (opnd->t == BC_RESULT_ARRAY) in bc_program_builtin()