Home
last modified time | relevance | path

Searched refs:dlist_lpop (Results 1 – 5 of 5) sorted by relevance

/third_party/toybox/toys/pending/
Dsh.c348 if (rd) dlist_lpop((void *)rdlist); in run_command()
513 if (rdcount) free(dlist_lpop((void *)rdlist)); in run_command()
752 dlist_lpop(&sp->pipeline); in parse_line()
814 if (!arg->c) free_pipeline(dlist_lpop(&sp->pipeline)); in parse_line()
880 free(dlist_lpop(&sp->expect)); in parse_line()
918 free(dlist_lpop(&sp->expect)); in parse_line()
927 if (sp->expect && !sp->expect->prev->data) free(dlist_lpop(&sp->expect)); in parse_line()
937 free(dlist_lpop(&sp->expect)); in parse_line()
948 free(dlist_lpop(&sp->expect)); in parse_line()
956 free(dlist_lpop(&sp->expect)); in parse_line()
/third_party/toybox/toys/other/
Dtac.c29 struct double_list *dl = dlist_lpop(&TT.dl);
/third_party/toybox/lib/
Dllist.c71 void *dlist_lpop(void *list) in dlist_lpop() function
Dlib.h48 void *dlist_lpop(void *list); // also struct double_list **list
/third_party/toybox/porting/liteos_a/lib/
Dlib.h48 void *dlist_lpop(void *list); // also struct double_list **list