Home | History | Annotate | Download | only in scripts

Lines Matching full:lopt

19   struct flag *lopt;
96 new->next = list->lopt;
97 list->lopt = new;
102 blank->lopt = new;
184 struct flag *f = offlist->lopt;
202 if (aflist->lopt) {
203 if (flist && flist->lopt &&
204 !strcmp(flist->lopt->command, aflist->lopt->command))
206 sprintf(out, "#define FLAG_%s (1%s<<%d)\n", flist->lopt->command,
208 flist->lopt = flist->lopt->next;
210 aflist->lopt->command, llstr, bit);
211 aflist->lopt = aflist->lopt->next;