Searched refs:hash_check (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xedit/dist/ |
| H A D | util.h | 67 hash_entry * hash_check(hash_table *hash, const char *name, unsigned int length);
|
| H A D | tags.c | 239 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 D | hash.c | 44 * 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 D | ispell.c | 435 entry = (ReplaceEntry *)hash_check(replace_hash, word, word_len); 463 entry = (IgnoreEntry *)hash_check(ignore_hash, word, word_len);
|
| H A D | hook.c | 259 entry = (ReplaceEntry *)hash_check(replace_hash, word, length);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | package.c | 178 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 D | lisp.c | 1268 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 D | read.c | 1349 atom = (LispAtom *)hash_check(pack->atoms, symbol, strlen(symbol));
|
Completed in 23 milliseconds