OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
676
tfree
(struct op *t, Area *ap)
function
705
tfree
(t->left, ap);
706
tfree
(t->right, ap);
exec.c
765
tfree
(tp->val.t, tp->areap);
1012
tfree
(tp->val.t, tp->areap);
[
all
...]
syn.c
1163
tfree
(t, ATEMP);
sh.h
[
all
...]
Completed in 119 milliseconds