Home
last modified time | relevance | path

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

/external/one-true-awk/
Drun.c37 #define tempfree(x) if (istemp(x)) tfree(x); else macro
170 tempfree(x); in execute()
187 tempfree(x); in program()
194 tempfree(x); in program()
203 tempfree(x); in program()
262 tempfree(y); in call()
293 tempfree(t); in call()
298 tempfree(t); in call()
303 tempfree(t); in call()
306 tempfree(t); in call()
[all …]
DFIXES762 removed extra arg on gettemp, tempfree. minor error message rewording.