Home
last modified time | relevance | path

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

/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsbase.h724 # define tfree(p) macro
729 # define tfree(p) free((malloc_type)(p)) macro
/dflybsd-src/contrib/awk/
H A Drun.c925 void tfree(Cell *a) /* free a tempcell */ in tfree() function