Lines Matching refs:tmpvars
2593 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()
2864 #define TMPVAR0 (tmpvars) in evaluate()
2865 #define TMPVAR1 (tmpvars + 1) in evaluate()
3522 nvfree(tmpvars, 2); in evaluate()