Lines Matching defs:aflist
169 struct flag *flist, *aflist, *offlist;
200 offlist = aflist = digest(allflags);
222 while (aflist) {
227 if (!aflist->command) {
228 s = aflist->lopt->command;
230 !strcmp(flist->lopt->command, aflist->lopt->command)) enabled++;
233 *s = *aflist->command;
235 if (flist && flist->command && *aflist->command == *flist->command)
240 aflist = aflist->next;