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

/xsrc/external/mit/xedit/dist/
H A Dutil.h73 hash_entry *hash_iter_next(hash_table *hash);
H A Dhash.c43 * hash_iter_first() and hash_iter_next()
268 return (hash_iter_next(hash));
272 hash_iter_next(hash_table *hash) function in typeref:typename:hash_entry *
H A Dtags.c248 tags->tags = (XeditTagsInfo *)hash_iter_next(ht_tags))
276 tags->tags = (XeditTagsInfo *)hash_iter_next(ht_tags)) {
H A Dispell.c1398 ientry = (IgnoreEntry *)hash_iter_next(ignore_hash)) {
1434 rentry = (ReplaceEntry *)hash_iter_next(replace_hash)) {
/xsrc/external/mit/xedit/dist/lisp/
H A Dpackage.c252 atom = (LispAtom *)hash_iter_next(pack->atoms)) {
H A Dlisp.c918 atom = (LispAtom *)hash_iter_next(pack->atoms)) {
1293 opaque = (LispOpaque *)hash_iter_next(lisp__data.opqs)) {
3209 atom = (LispAtom *)hash_iter_next(pack->atoms)) {

Completed in 15 milliseconds