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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
PCCTSAST.h 132 virtual void tfree();
PCCTSAST.cpp 359 tfree() function in class:PCCTS_AST
362 if ( t->down()!=NULL ) t->down()->tfree();
363 if ( t->right()!=NULL ) t->right()->tfree();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
PCCTSAST.h 132 virtual void tfree();
PCCTSAST.cpp 345 tfree() function in class:PCCTS_AST
348 if ( t->down()!=NULL ) t->down()->tfree();
349 if ( t->right()!=NULL ) t->right()->tfree();
  /external/one-true-awk/
proto.h 161 extern void tfree(Cell *);
run.c 39 #define tempfree(x) if (istemp(x)) tfree(x); else
50 tfree(p);
697 void tfree(Cell *a) /* free a tempcell */ function
    [all...]
  /external/mksh/src/
exec.c 800 tfree(tp->val.t, tp->areap);
1097 tfree(tp->val.t, tp->areap);
    [all...]
syn.c 1168 tfree(t, ATEMP);
sh.h     [all...]

Completed in 7911 milliseconds