Lines Matching refs:dl_next
94 dirlist_t *dl_next; member
150 n2 = n1->dl_next; in freedirlist()
176 node_new->dl_next = node_new; in dupdirnode()
203 node_p = &(endnode->dl_next); in growauditlist()
238 node->dl_next = *listhead; in growauditlist()
240 node->dl_next = node; in growauditlist()
242 node_p = &(node->dl_next); in growauditlist()
298 thisdir = listhead->dl_next; in loadauditlist()
302 thisdir = thisdir->dl_next; in loadauditlist()
324 n1 = n1->dl_next; in loadauditlist()
325 n2 = n2->dl_next; in loadauditlist()
550 current_dir = current_dir->dl_next; in open_log()
559 current_dir = current_dir->dl_next; in open_log()
592 current_dir = current_dir->dl_next; in open_log()
890 activeDir->dl_dirname, activeDir->dl_next->dl_dirname));
892 activeDir = activeDir->dl_next;