Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Drun.c37 #define tempfree(x) if (istemp(x)) tfree(x); else macro
169 tempfree(x); in execute()
186 tempfree(x); in program()
193 tempfree(x); in program()
202 tempfree(x); in program()
261 tempfree(y); in call()
292 tempfree(t); in call()
297 tempfree(t); in call()
302 tempfree(t); in call()
305 tempfree(t); in call()
[all …]
DFIXES676 removed extra arg on gettemp, tempfree. minor error message rewording.