Searched refs:dlist_pop (Results 1 – 10 of 10) sorted by relevance
174 free(dlist_pop(&list)); in do_tail()195 if (!--(list->len)) free(dlist_pop(&list)); in do_tail()
197 struct double_list *dl = dlist_pop(&dlb); in do_grep()230 dl = dlist_pop(&dlb); in do_grep()
222 do_line(check = dlist_pop(&buf)); in apply_one_hunk()
735 command = dlist_pop(&TT.pattern); in parse_pattern()
298 JOB *j = dlist_pop(jlist); in free_jobs()305 CRONFILE *l = dlist_pop(list); in free_cronfile()310 while (vnode && (v = dlist_pop(&vnode))) { in free_cronfile()402 while (vnode && (v = dlist_pop(&vnode))) { in scan_cronfiles()
1302 while ( linfo && (dlist = dlist_pop(&linfo))){ in ipaddr_listflush()
54 void *dlist_pop(void *list) in dlist_pop() function
47 void *dlist_pop(void *list); // actually struct double_list **list
365 for (mtl = xgetmountlist(0); mtl && (mm = dlist_pop(&mtl)); free(mm)) { in mount_main()
59 struct double_list *dd = dlist_pop(help); in dlist_zap()