HomeSort by: relevance | last modified time | path
    Searched defs:tfree (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/arch/m68k/
code.c 33 #define p1tfree tfree
37 #define tfree p1tfree macro
249 tfree(a);
274 tfree(a);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
optim.c 41 #define tfree p1tfree macro
195 tfree(p->n_left);
234 tfree(p->n_left);
256 p->n_right->n_op = UMUL; /* for tfree() */
257 tfree(p);
429 tfree(p);
432 tfree(p->n_left);
gcc_compat.c 42 #define tfree p1tfree macro
489 tfree(r->n_right);
563 tfree(p);
838 tfree(p1);
843 tfree(p1);
866 tfree(p1);
1028 tfree(p1);
1054 tfree(p1);
init.c 70 #define tfree p1tfree macro
238 tfree(p);
883 tfree(il->n);
1080 tfree(q);
1212 tfree(r);
1217 tfree(p);
1227 tfree(p);
1244 tfree(p);
1245 tfree(q);
1257 tfree(p)
    [all...]
pftn.c 76 #define tfree p1tfree macro
585 tfree(p);
1739 p->n_left = bcon(0); /* For tfree() */
1864 tfree(p);
2021 ap[j]->n_op = ICON; /* for tfree() */
2055 tfree(n);
3204 tfree(q);
3212 tfree(q);
3245 tfree(q);
3281 tfree(r)
    [all...]
  /src/bin/ksh/
tree.c 700 tfree(t, ap) function
727 tfree(t->left, ap);
728 tfree(t->right, ap);
  /src/external/bsd/pcc/dist/pcc/arch/mips/
code.c 45 #define tfree p1tfree macro
local.c 39 #define tfree p1tfree macro
732 tfree(a);
  /src/external/bsd/pcc/dist/pcc/arch/vax/
code.c 43 #define tfree p1tfree macro
430 tfree(a);
461 tfree(a);
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
local.c 35 #define tfree p1tfree macro
219 tfree(p);
256 tfree(p);
code.c 40 #define tfree p1tfree macro
616 tfree(a);
691 tfree(a);
698 tfree(a);
1189 tfree(a);
1213 tfree(a);
  /src/external/bsd/pcc/dist/pcc/mip/
common.c 405 tfree(NODE *p) function
  /src/external/gpl2/rcs/dist/src/
rcsbase.h 715 # define tfree(p) macro
720 # define tfree(p) free((malloc_type)(p)) macro
  /src/external/historical/nawk/dist/
run.c 53 #define tempfree(x) do { if (istemp(x)) tfree(x); } while (/*CONSTCOND*/0)
61 tfree(p);
917 void tfree(Cell *a) /* free a tempcell */ function

Completed in 96 milliseconds