HomeSort by: relevance | last modified time | path
    Searched refs:hash_iter_next (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xedit/dist/
util.h 73 hash_entry *hash_iter_next(hash_table *hash);
hash.c 43 * hash_iter_first() and hash_iter_next()
268 return (hash_iter_next(hash));
272 hash_iter_next(hash_table *hash) function
tags.c 248 tags->tags = (XeditTagsInfo *)hash_iter_next(ht_tags))
276 tags->tags = (XeditTagsInfo *)hash_iter_next(ht_tags)) {
ispell.c 1398 ientry = (IgnoreEntry *)hash_iter_next(ignore_hash)) {
1434 rentry = (ReplaceEntry *)hash_iter_next(replace_hash)) {
  /xsrc/external/mit/xedit/dist/lisp/
package.c 252 atom = (LispAtom *)hash_iter_next(pack->atoms)) {
lisp.c 918 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 16 milliseconds