Searched refs:hash_put (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xedit/dist/ |
| H A D | util.h | 65 hash_entry *hash_put(hash_table *hash, hash_entry *entry);
|
| H A D | tags.c | 450 hash_put(tags->entries, (hash_entry *)entry); 461 hash_put(tags->filenames, file_entry); 481 hash_put(ht_tags, (hash_entry *)tags); 536 hash_put(tags->patterns, (hash_entry *)regex);
|
| H A D | hash.c | 117 hash_put(hash_table *hash, hash_entry *entry) function in typeref:typename:hash_entry *
|
| H A D | ispell.c | 444 hash_put(replace_hash, (hash_entry *)entry); 475 hash_put(ignore_hash, (hash_entry *)entry);
|
| H A D | hook.c | 267 hash_put(replace_hash, (hash_entry *)entry);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | lisp.c | 1275 hash_put(lisp__data.opqs, (hash_entry *)opaque); 1320 hash_put(lisp__data.strings, entry); 1342 hash_put(lisp__data.pack->atoms, (hash_entry *)atom);
|
Completed in 15 milliseconds