Searched refs:hash_new (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xedit/dist/
H A Dutil.h64 hash_table *hash_new(unsigned int length, hash_compare compare);
H A Dtags.c323 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 Dhash.c95 hash_new(unsigned int length, hash_compare compare) function in typeref:typename:hash_table *
H A Dispell.c2029 replace_hash = hash_new(RSTRTBLSZ, NULL);
2030 ignore_hash = hash_new(ISTRTBLSZ, NULL);
H A Dhook.c197 replace_hash = hash_new(STRTBLSZ, NULL);
/xsrc/external/mit/xedit/dist/lisp/
H A Dlisp.c3131 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