Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c282 BC_RESULT_STR, enumerator
577 ((r)->t != BC_RESULT_ARRAY && (r)->t != BC_RESULT_STR && !BC_PROG_STR(n))
2447 case BC_RESULT_STR: in bc_result_free()
4551 case BC_RESULT_STR: in bc_program_num()
4633 if (lt == BC_RESULT_STR) return bc_vm_err(BC_ERROR_EXEC_TYPE); in bc_program_binPrep()
4833 size_t i = (r->t == BC_RESULT_STR) ? r->d.id.len : n->rdx; in bc_program_print()
5534 r.t = BC_RESULT_STR; in bc_program_exec()