Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/oawk/
H A Drun.c30 #define tempfree(a) {if (istemp(a)) {xfree(a->sval); a->tval = 0; }} macro
117 tempfree(x); in execute()
135 tempfree(x); in program()
140 tempfree(x); in program()
143 tempfree(x); in program()
149 tempfree(x); in program()
178 tempfree(x); in array()
216 tempfree(x); in matchop()
238 tempfree(x); in boolop()
244 tempfree(y); in boolop()
[all …]
/titanic_44/usr/src/cmd/awk/
H A Drun.c29 #define tempfree(x, s) if (istemp(x)) tfree(x, s) macro
122 tempfree(x, "execute"); in r_execute()
142 tempfree(x, ""); in program()
150 tempfree(x, ""); in program()
161 tempfree(x, ""); in program()
232 tempfree(y, "callargs"); in call()
268 tempfree(t, "oargsarr"); in call()
273 tempfree(t, "fp->args"); in call()
277 tempfree(fcn, "call.fcn"); in call()
281 tempfree(y, "fcn ret"); /* this can free twice! */ in call()
[all …]