Searched refs:hashscan (Results 1 – 22 of 22) sorted by relevance
/titanic_51/usr/src/lib/libast/common/hash/ |
H A D | hashwalk.c | 43 if (!(pos = hashscan(tab, flags))) in hashwalk()
|
H A D | hashscan.c | 47 hashscan(register Hash_table_t* tab, register int flags) in hashscan() function
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/hash/ |
H A D | hashwalk.c | 43 if (!(pos = hashscan(tab, flags))) in hashwalk()
|
H A D | hashscan.c | 37 * 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 D | hash.h | 195 extern Hash_position_t* hashscan(Hash_table_t*, int);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | hash.h | 195 extern Hash_position_t* hashscan(Hash_table_t*, int);
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | hash.h | 205 extern __MANGLE__ Hash_position_t* hashscan __PROTO__((Hash_table_t*, int));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | hash.h | 205 extern __MANGLE__ Hash_position_t* hashscan __PROTO__((Hash_table_t*, int));
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | hash.h | 205 extern __MANGLE__ Hash_position_t* hashscan __PROTO__((Hash_table_t*, int));
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | hash.h | 205 extern __MANGLE__ Hash_position_t* hashscan __PROTO__((Hash_table_t*, int));
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | README | 29 hashscan entry generator for scoped table scan
|
H A D | RELEASE | 1490 allow multiple hashscan() with scope caveat
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | README | 29 hashscan entry generator for scoped table scan
|
H A D | Makefile | 69 hashlook.c hashscan.c hashsize.c hashview.c hashwalk.c \
|
H A D | Mamfile | 586 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 D | RELEASE | 1678 allow multiple hashscan() with scope caveat
|
/titanic_51/usr/src/lib/libast/ |
H A D | mapfile-vers | 475 hashscan;
|
H A D | Makefile.com | 172 common/hash/hashscan.o \
|
/titanic_51/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 485 hashscan;
|
H A D | Makefile.defs | 200 hash/hashscan.o \
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppop.c | 1504 if (tab && (pos = hashscan(tab, 0))) in ppop()
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppop.c | 1554 if (tab && (pos = hashscan(tab, 0))) in ppop()
|