Home
last modified time | relevance | path

Searched refs:hashfree (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontext.c50 if (op->filtab) hashfree(op->filtab); in ppcontext()
51 if (op->prdtab) hashfree(op->prdtab); in ppcontext()
52 if (op->symtab) hashfree(op->symtab); in ppcontext()
H A Dppop.c1090 hashfree(pp.symtab); in ppop()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dhsearch.c69 static void hashfree(Dt_t* dt, Void_t* obj, Dtdisc_t* disc) in hashfree() function
71 static void hashfree(dt, obj, disc) in hashfree()
85 NIL(Dtmake_f), hashfree,
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashfree.c40 hashfree(register Hash_table_t* tab) in hashfree() function
H A Dhashalloc.c198 if (!ret) hashfree(tab); in hashalloc()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h191 extern Hash_table_t* hashfree(Hash_table_t*);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME27 hashfree free a hashalloc()'d table
H A DMakefile68 hashlib.h hashalloc.c hashdump.c hashfree.c hashlast.c \
H A DMamfile562 make hashfree.o
563 make hash/hashfree.c
565 done hash/hashfree.c
566 meta hashfree.o %.c>%.o hash/hashfree.c hashfree
567 prev hash/hashfree.c
568 …{CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -D_PACKAGE_ast -c hash/hashfree.c
569 done hashfree.o generated
6100 …inddir.o seekdir.o telldir.o getcwd.o fastfind.o hashalloc.o hashdump.o hashfree.o hashlast.o hash…
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers713 hashfree;
H A DMakefile.defs197 hash/hashfree.o \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c3625 #undef hashfree
3627 extern Dt_t *hashfree(Dt_t *root) in hashfree() function