Home
last modified time | relevance | path

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

/external/toybox/scripts/
Dmkflags.c149 struct flag *flist, *aflist, *offlist; in main() local
178 offlist = aflist = digest(allflags); in main()
198 while (aflist) { in main()
202 if (aflist->lopt) { in main()
204 !strcmp(flist->lopt->command, aflist->lopt->command)) in main()
210 aflist->lopt->command, llstr, bit); in main()
211 aflist->lopt = aflist->lopt->next; in main()
212 if (!aflist->command) { in main()
213 aflist = aflist->next; in main()
218 } else if (aflist->command) { in main()
[all …]