Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c2593 var *tmpvars; in exec_builtin() local
2603 tmpvars = nvalloc(4); in exec_builtin()
2604 #define TMPVAR0 (tmpvars) in exec_builtin()
2605 #define TMPVAR1 (tmpvars + 1) in exec_builtin()
2606 #define TMPVAR2 (tmpvars + 2) in exec_builtin()
2607 #define TMPVAR3 (tmpvars + 3) in exec_builtin()
2608 #define TMPVAR(i) (tmpvars + (i)) in exec_builtin()
2772 nvfree(tmpvars, 4); in exec_builtin()
2856 var *tmpvars; in evaluate() local
2863 tmpvars = nvalloc(2); in evaluate()
[all …]