Searched refs:HASH_hash (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/hash/ |
H A D | hashalloc.c | 120 case HASH_hash:
|
/ast/src/lib/libast/include/ |
H A D | hash.h | 72 #define HASH_hash 5 macro
|
/ast/src/cmd/nmake/ |
H A D | bind.c | 157 table.file = hashalloc(NiL, HASH_set, HASH_ALLOCATE, HASH_compare, file_compare, HASH_hash, file_hash, HASH_name, "files", 0); 159 table.rule = hashalloc(NiL, HASH_compare, rule_compare, HASH_hash, rule_hash, HASH_name, "atoms", 0);
|
/ast/src/cmd/html/ |
H A D | html2rtf.c | 1510 if (!(state.tags = hashalloc(NiL, HASH_compare, strcasecmp, HASH_hash, strcasehash, HASH_name, "tags", 0)))
|
/ast/src/lib/libpp/ |
H A D | ppop.c | 1553 pp.symtab = hashalloc(NiL, HASH_set, tab ? HASH_ALLOCATE : 0, HASH_compare, trunccomp, HASH_hash, trunchash, HASH_name, "truncate", 0);
|
Completed in 50 milliseconds