Home
last modified time | relevance | path

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

/NextBSD/gnu/usr.bin/rcs/rcsclean/
HDrcsclean.c325 tfree(a);
330 tfree(offset);
/NextBSD/gnu/usr.bin/rcs/lib/
HDrcsutil.c293 tfree(p->alloc); in ffree()
294 tfree(p); in ffree()
309 tfree(p->alloc);
310 tfree(p);
HDmerger.c146 tfree(b[i]);
HDrcsbase.h714 # define tfree(p) macro
719 # define tfree(p) free((malloc_type)(p)) macro
HDrcsfnms.c421 tfree(b->string);
453 tfree(b->string);
HDrcslex.c875 tfree(f->base);
919 tfree(f->base);
/NextBSD/contrib/one-true-awk/
HDproto.h160 extern void tfree(Cell *);
HDrun.c40 #define tempfree(x) if (istemp(x)) tfree(x); else
683 void tfree(Cell *a) /* free a tempcell */ in tfree() function
/NextBSD/gnu/usr.bin/rcs/rcs/
HDrcs.c962 tfree(pt);