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

  /external/mksh/src/
tree.c 692 tfree(struct op *t, Area *ap) function
721 tfree(t->left, ap);
722 tfree(t->right, ap);
  /ndk/sources/host-tools/nawk-20071023/
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...]

Completed in 72 milliseconds