Searched refs:hash_check (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xedit/dist/
H A Dutil.h67 hash_entry * hash_check(hash_table *hash, const char *name, unsigned int length);
H A Dtags.c239 entry = (TagsEntry *)hash_check(tags->entries, symbol, length);
263 hash_check(ht_tags, buffer, ptr - buffer);
267 hash_check(tags->tags->entries, symbol, length);
279 hash_check(tags->tags->entries, symbol, length);
327 tags = (XeditTagsInfo *)hash_check(ht_tags, tagsfile, length);
439 entry = (TagsEntry *)hash_check(tags->entries,
454 file_entry = hash_check(tags->filenames, filename, length);
524 regex = (RegexEntry *)hash_check(tags->patterns, pattern, length);
H A Dhash.c44 * conversion isn't as good as I originally wanted, code is using hash_check
183 hash_check(hash_table *hash, const char *name, unsigned int length) function in typeref:typename:hash_entry *
H A Dispell.c435 entry = (ReplaceEntry *)hash_check(replace_hash, word, word_len);
463 entry = (IgnoreEntry *)hash_check(ignore_hash, word, word_len);
H A Dhook.c259 entry = (ReplaceEntry *)hash_check(replace_hash, word, length);
/xsrc/external/mit/xedit/dist/lisp/
H A Dpackage.c178 atom = (LispAtom *)hash_check(pack->atoms,
336 atom = (LispAtom *)hash_check(pack->atoms, ptr, strlen(ptr));
449 atom = (LispAtom *)hash_check(pack->atoms, string, length);
H A Dlisp.c1268 opaque = (LispOpaque *)hash_check(lisp__data.opqs, desc, length);
1310 entry = hash_check(lisp__data.strings, string, length);
1337 atom = (LispAtom *)hash_check(lisp__data.pack->atoms, str, length);
H A Dread.c1349 atom = (LispAtom *)hash_check(pack->atoms, symbol, strlen(symbol));

Completed in 23 milliseconds