Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dproto.h165 extern void tfree(Cell *);
Drun.c37 #define tempfree(x) if (istemp(x)) tfree(x); else
679 void tfree(Cell *a) /* free a tempcell */ in tfree() function