HomeSort by relevance Sort by last modified time
    Searched refs:tfree (Results 1 - 6 of 6) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
proto.h 165 extern void tfree(Cell *);
run.c 37 #define tempfree(x) if (istemp(x)) tfree(x); else
48 tfree(p);
679 void tfree(Cell *a) /* free a tempcell */ function
    [all...]
  /external/mksh/src/
tree.c 692 tfree(struct op *t, Area *ap) function
721 tfree(t->left, ap);
722 tfree(t->right, ap);
exec.c 778 tfree(tp->val.t, tp->areap);
1025 tfree(tp->val.t, tp->areap);
    [all...]
syn.c 1156 tfree(t, ATEMP);
sh.h     [all...]

Completed in 670 milliseconds