Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Drun.c63 #define tempfree(x) if (istemp(x)) tfree(x)
97 static void tfree(Cell *);
770 tfree(Cell *a) /* free a tempcell */ in tfree() function