Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Drun.c49 #define tempfree(x) do { if (istemp(x)) tfree(x); } while (/*CONSTCOND*/0) macro
51 void tempfree(Cell *p) { in tempfree() function
178 tempfree(x); in execute()
195 tempfree(x); in program()
202 tempfree(x); in program()
211 tempfree(x); in program()
270 tempfree(y); in call()
300 tempfree(t); in call()
305 tempfree(t); in call()
310 tempfree(t); in call()
[all …]
H A DFIXES.1e45 tempfree in cat, thanks to Miguel Pineiro Jr and valgrind.
1165 removed extra arg on gettemp, tempfree. minor error message rewording.