Home | History | Annotate | Download | only in scripts

Lines Matching defs:lopt

17   struct flag *lopt;
69 new->next = list->lopt;
70 list->lopt = new;
75 blank->lopt = new;
159 struct flag *f = offlist->lopt;
174 if (aflist->lopt) {
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;
181 aflist->lopt->command, bit);
182 aflist->lopt = aflist->lopt->next;