Lines Matching defs:list
26 struct string_list *list;58 list = find_in_path(getenv("PATH"), omnom);60 while (list) {61 if (!strcmp(list->str, *toys.argv)) break;62 free(llist_pop(&list));68 if (list) free(llist_pop(&list));69 if (!list)72 *toys.argv = list->str;73 execve(list->str, toys.argv, environ);