Lines Matching defs:dict_next
156 * dict_next() successor function, verifying that the key of each node is
169 while (first && (next = dict_next(dict, first))) {
175 while (first && (next = dict_next(dict, first))) {
687 dnode_t *next = dict_next(dict, delete);
899 dnode_t *dict_next(dict_t *dict, dnode_t *curr)
1048 next = dict_next(dict, node);
1202 dnode_t *next = dict_next(dest, leftnode);
1213 dnode_t *next = dict_next(source, rightnode);
1479 for (dn = dict_first(d); dn; dn = dict_next(d, dn)) {