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

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Dmerger.c146 tfree(b[i]);
H A Drcsutil.c293 tfree(p->alloc);
294 tfree(p);
309 tfree(p->alloc);
310 tfree(p);
H A Drcsbase.h714 # define tfree(p) macro
719 # define tfree(p) free((malloc_type)(p)) macro
H A Drcsfnms.c335 * We would tfree(p) here,
421 tfree(b->string);
453 tfree(b->string);
H A Drcslex.c875 tfree(f->base);
919 tfree(f->base);
/freebsd-9.3-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c325 tfree(a);
330 tfree(offset);
/freebsd-9.3-release/contrib/one-true-awk/
H A Dproto.h160 extern void tfree(Cell *);
H A Drun.c40 #define tempfree(x) if (istemp(x)) tfree(x); else
51 tfree(p);
683 void tfree(Cell *a) /* free a tempcell */ function
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c962 tfree(pt);

Completed in 103 milliseconds