Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dbc.c6295 BcResult *opnd; in zxc_program_builtin() local
6302 opnd = bc_vec_top(&G.prog.results); in zxc_program_builtin()
6304 s = zxc_program_num(opnd, &num); in zxc_program_builtin()
6308 if (!BC_PROG_NUM(opnd, num) && !len) in zxc_program_builtin()
6317 else if (len && opnd->t == XC_RESULT_ARRAY) { in zxc_program_builtin()
6322 else if (len && !BC_PROG_NUM(opnd, num)) { in zxc_program_builtin()
6324 size_t idx = opnd->t == XC_RESULT_STR ? opnd->d.id.idx : num->rdx; in zxc_program_builtin()
6526 BcResult *opnd; in zdc_program_nquit() local
6530 s = zxc_program_prep(&opnd, &num); in zdc_program_nquit()