Home
last modified time | relevance | path

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

/dports/math/gh-bc/bc-5.2.1/src/
H A Dlang.c274 case BC_RESULT_ARRAY: in bc_result_copy()
331 case BC_RESULT_ARRAY: in bc_result_free()
H A Dprogram.c88 if (BC_ERR((r->t != BC_RESULT_ARRAY) != (!t))) bc_err(BC_ERR_EXEC_TYPE); in bc_program_type_match()
315 case BC_RESULT_ARRAY: in bc_program_num()
1532 r.t = BC_RESULT_ARRAY; in bc_program_pushArray()
1660 if (arg->t == BC_RESULT_VAR || arg->t == BC_RESULT_ARRAY) { in bc_program_call()
1877 if (opd->t == BC_RESULT_ARRAY) { in bc_program_builtin()
/dports/math/gh-bc/bc-5.2.1/include/
H A Dlang.h413 BC_RESULT_ARRAY, enumerator
H A Dprogram.h246 ((r)->t != BC_RESULT_ARRAY && (r)->t != BC_RESULT_STR && !BC_PROG_STR(n))
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dbc.c280 BC_RESULT_ARRAY, enumerator
578 ((r)->t != BC_RESULT_ARRAY && (r)->t != BC_RESULT_STR && !BC_PROG_STR(n))
2442 case BC_RESULT_ARRAY: in bc_result_free()
4467 if ((r->t != BC_RESULT_ARRAY) != (!t)) return bc_vm_err(BC_ERROR_EXEC_TYPE); in bc_program_type_match()
4577 case BC_RESULT_ARRAY: in bc_program_num()
4679 if (lt == BC_RESULT_CONSTANT || lt == BC_RESULT_TEMP ||lt == BC_RESULT_ARRAY) in bc_program_assignPrep()
4974 if (ptr->t == BC_RESULT_VAR || ptr->t == BC_RESULT_ARRAY) { in bc_program_copyToVar()
5081 r.t = BC_RESULT_ARRAY; in bc_program_pushArray()
5168 if (arg->t == BC_RESULT_VAR || arg->t == BC_RESULT_ARRAY) { in bc_program_call()
5277 if (opnd->t == BC_RESULT_ARRAY) in bc_program_builtin()