Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h195 extern Hash_position_t* hashscan(Hash_table_t*, int);
/illumos-gate/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 …{CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -D_PACKAGE_ast -c hash/hashscan.c
593 done hashscan.o generated
6100 …wd.o fastfind.o hashalloc.o hashdump.o hashfree.o hashlast.o hashlook.o hashscan.o hashsize.o hash…
H A DRELEASE1678 allow multiple hashscan() with scope caveat
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers717 hashscan;
H A DMakefile.defs200 hash/hashscan.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppop.c1554 if (tab && (pos = hashscan(tab, 0))) in ppop()