Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c278 BC_RESULT_VAR, enumerator
2439 case BC_RESULT_VAR: in bc_result_free()
4561 case BC_RESULT_VAR: in bc_program_num()
4566 BcType type = (r->t == BC_RESULT_VAR) ? BC_TYPE_VAR : BC_TYPE_ARRAY; in bc_program_num()
4630 if (lt == (*r)->t && (lt == BC_RESULT_VAR || lt == BC_RESULT_ARRAY_ELEM)) in bc_program_binPrep()
4958 if (ptr->t == BC_RESULT_VAR || ptr->t == BC_RESULT_ARRAY) { in bc_program_copyToVar()
5047 r.t = BC_RESULT_VAR; in bc_program_pushVar()
5152 if (arg->t == BC_RESULT_VAR || arg->t == BC_RESULT_ARRAY) { in bc_program_call()
5156 (!id->len) != (arg->t == BC_RESULT_VAR); in bc_program_call()