Home
last modified time | relevance | path

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

/external/one-true-awk/
Drun.c39 #define tempfree(x) if (istemp(x)) tfree(x); else macro
172 tempfree(x); in execute()
189 tempfree(x); in program()
196 tempfree(x); in program()
205 tempfree(x); in program()
264 tempfree(y); in call()
295 tempfree(t); in call()
300 tempfree(t); in call()
305 tempfree(t); in call()
308 tempfree(t); in call()
[all …]
DFIXES838 removed extra arg on gettemp, tempfree. minor error message rewording.