Searched refs:findvar (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/editors/ |
D | awk.c | 798 #define findvar(hash, name) ((var*) hash_find((hash), (name))) macro 982 v = findvar(iamarray(a), itoa(idx)); in setari_u() 1753 v = findvar(ahash, t_string); in parse_program() 2826 fname = getvar_s(findvar(iamarray(intvar[ARGV]), ind)); in next_input_file() 3088 res = op->r.n ? findvar(iamarray(L.v), R.s) : L.v; in evaluate() 3612 setvar_u(findvar(iamarray(intvar[ENVIRON]), s), s1 + 1); in awk_main()
|
/busybox-1.35.0/shell/ |
D | ash.c | 2332 findvar(struct var **vpp, const char *name) in findvar() function 2350 v = *findvar(hashvar(name), name); in lookupvar() 2419 vpp = findvar(vpp, s); in setvareq() 9974 vp = *findvar(vpp, name); in mklocal() 14049 vp = *findvar(hashvar(name), name); in exportcmd()
|