Home
last modified time | relevance | path

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

/external/toybox/scripts/
Dmkflags.c124 struct flag *flist, *aflist, *offlist; in main() local
156 offlist = aflist = digest(allflags); in main()
176 while (aflist) { in main()
180 if (aflist->lopt) { in main()
182 !strcmp(flist->lopt->command, aflist->lopt->command)) in main()
188 aflist->lopt->command, llstr, bit); in main()
189 aflist->lopt = aflist->lopt->next; in main()
190 if (!aflist->command) { in main()
191 aflist = aflist->next; in main()
196 } else if (aflist->command) { in main()
[all …]