Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dproto.h167 extern void tfree(Cell *);
H A Drun.c49 #define tempfree(x) do { if (istemp(x)) tfree(x); } while (/*CONSTCOND*/0)
57 tfree(p); in tempfree()
926 void tfree(Cell *a) /* free a tempcell */ in tfree() function