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

/macosx-10.10.1/procmail-14/procmail/src/
H A Decommon.h6 tfree P((void*a));
H A Dshell.h8 #define free(p) tfree(p)
H A Decommon.c32 void tfree(a)void*a; function
H A Drobust.h9 tfree P((void*const p)),
H A Dlockfile.c257 void tfree(p)void*const p; /* stub */ function
H A Drobust.c90 void tfree(p)void*const p; function
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dtext.c274 static Tstack tstack, tfree; variable
281 if ((s = tfree))
282 tfree = s->prev;
308 s->prev = tfree;
309 tfree = s;
/macosx-10.10.1/awk-20/src/
H A Dproto.h160 extern void tfree(Cell *);
H A Drun.c37 #define tempfree(x) if (istemp(x)) tfree(x); else
48 tfree(p);
682 void tfree(Cell *a) /* free a tempcell */ function

Completed in 106 milliseconds