Home
last modified time | relevance | path

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

/external/toybox/scripts/
Dmkflags.c169 struct flag *flist, *aflist, *offlist; in main() local
200 offlist = aflist = digest(allflags); in main()
222 while (aflist) { in main()
227 if (!aflist->command) { in main()
228 s = aflist->lopt->command; in main()
230 !strcmp(flist->lopt->command, aflist->lopt->command)) enabled++; in main()
233 *s = *aflist->command; in main()
235 if (flist && flist->command && *aflist->command == *flist->command) in main()
240 aflist = aflist->next; in main()