Searched refs:hash_new (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xedit/dist/ |
| H A D | util.h | 64 hash_table *hash_new(unsigned int length, hash_compare compare);
|
| H A D | tags.c | 323 ht_tags = hash_new(11, NULL); 362 tags->entries = hash_new(809, NULL); 363 tags->filenames = hash_new(31, NULL); 364 tags->patterns = hash_new(47, NULL);
|
| H A D | hash.c | 95 hash_new(unsigned int length, hash_compare compare) function in typeref:typename:hash_table *
|
| H A D | ispell.c | 2029 replace_hash = hash_new(RSTRTBLSZ, NULL); 2030 ignore_hash = hash_new(ISTRTBLSZ, NULL);
|
| H A D | hook.c | 197 replace_hash = hash_new(STRTBLSZ, NULL);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | lisp.c | 3131 package->data.package.package->atoms = hash_new(STRTBLSZ, NULL); 5148 lisp__data.strings = hash_new(STRTBLSZ, NULL); 5149 lisp__data.opqs = hash_new(STRTBLSZ, NULL);
|
Completed in 16 milliseconds