Home
last modified time | relevance | path

Searched refs:hashscan (Results 1 – 22 of 22) sorted by relevance

/titanic_51/usr/src/lib/libast/common/hash/
H A Dhashwalk.c43 if (!(pos = hashscan(tab, flags))) in hashwalk()
H A Dhashscan.c47 hashscan(register Hash_table_t* tab, register int flags) in hashscan() function
/titanic_51/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashwalk.c43 if (!(pos = hashscan(tab, flags))) in hashwalk()
H A Dhashscan.c37 * pos = hashscan(tab, flags);
47 hashscan(register Hash_table_t* tab, register int flags) in hashscan() function
/titanic_51/usr/src/lib/libast/common/include/
H A Dhash.h195 extern Hash_position_t* hashscan(Hash_table_t*, int);
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h195 extern Hash_position_t* hashscan(Hash_table_t*, int);
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dhash.h205 extern __MANGLE__ Hash_position_t* hashscan __PROTO__((Hash_table_t*, int));
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h205 extern __MANGLE__ Hash_position_t* hashscan __PROTO__((Hash_table_t*, int));
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h205 extern __MANGLE__ Hash_position_t* hashscan __PROTO__((Hash_table_t*, int));
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h205 extern __MANGLE__ Hash_position_t* hashscan __PROTO__((Hash_table_t*, int));
/titanic_51/usr/src/lib/libast/common/
H A DREADME29 hashscan entry generator for scoped table scan
H A DRELEASE1490 allow multiple hashscan() with scope caveat
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DREADME29 hashscan entry generator for scoped table scan
H A DMakefile69 hashlook.c hashscan.c hashsize.c hashview.c hashwalk.c \
H A DMamfile586 make hashscan.o
587 make hash/hashscan.c
589 done hash/hashscan.c
590 meta hashscan.o %.c>%.o hash/hashscan.c hashscan
591 prev hash/hashscan.c
592 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -D_PACKAGE_ast -c hash/hashscan.c
593 done hashscan.o generated
6100 exec - ${AR} rc libast.a state.o transition.o opendir.o readdir.o rewinddir.o seekdir.o telldir.o getcwd.o fastfind.o hashalloc.o hashdump.o hashfree.o hashlast.o hashlook.o hashscan
[all...]
H A DRELEASE1678 allow multiple hashscan() with scope caveat
/titanic_51/usr/src/lib/libast/
H A Dmapfile-vers475 hashscan;
H A DMakefile.com172 common/hash/hashscan.o \
/titanic_51/usr/src/cmd/ast/libast/
H A Dmapfile-vers485 hashscan;
H A DMakefile.defs200 hash/hashscan.o \
/titanic_51/usr/src/lib/libpp/common/
H A Dppop.c1504 if (tab && (pos = hashscan(tab, 0))) in ppop()
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppop.c1554 if (tab && (pos = hashscan(tab, 0))) in ppop()