Searched defs:tempfree (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Drun.c30 #define tempfree(a) {if (istemp(a)) {xfree(a->sval); a->tval = 0; }} macro
117 tempfree(x);
135 tempfree(x);
140 tempfree(x);
143 tempfree(x);
149 tempfree(x);
178 tempfree(x);
216 tempfree(x);
238 tempfree(x);
244 tempfree(
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c29 #define tempfree(x, s) if (istemp(x)) tfree(x, s) macro
122 tempfree(x, "execute");
142 tempfree(x, "");
150 tempfree(x, "");
161 tempfree(x, "");
232 tempfree(y, "callargs");
268 tempfree(t, "oargsarr");
273 tempfree(t, "fp->args");
277 tempfree(fcn, "call.fcn");
281 tempfree(
[all...]

Completed in 47 milliseconds