Searched refs:tempfree (Results 1 – 2 of 2) sorted by relevance
49 #define tempfree(x) do { if (istemp(x)) tfree(x); } while (/*CONSTCOND*/0) macro51 void tempfree(Cell *p) { in tempfree() function178 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 …]
45 tempfree in cat, thanks to Miguel Pineiro Jr and valgrind.1165 removed extra arg on gettemp, tempfree. minor error message rewording.