Home | History | Annotate | Download | only in scripts

Lines Matching defs:flist

121     struct flag *flist, *aflist, *offlist;
152 flist = digest(flags);
175 if (flist && flist->lopt &&
176 !strcmp(flist->lopt->command, aflist->lopt->command))
178 sprintf(out, "#define FLAG_%s (1<<%d)\n", flist->lopt->command, bit);
179 flist->lopt = flist->lopt->next;
186 if (flist) flist = flist->next;
189 if (flist && (!flist->command || *aflist->command == *flist->command)) {
192 flist = flist->next;