Lines Matching refs:lopt
19 struct flag *lopt; member
71 new->next = list->lopt; in digest()
72 list->lopt = new; in digest()
77 blank->lopt = new; in digest()
162 struct flag *f = offlist->lopt; in main()
180 if (aflist->lopt) { in main()
181 if (flist && flist->lopt && in main()
182 !strcmp(flist->lopt->command, aflist->lopt->command)) in main()
184 sprintf(out, "#define FLAG_%s (1%s<<%d)\n", flist->lopt->command, in main()
186 flist->lopt = flist->lopt->next; in main()
188 aflist->lopt->command, llstr, bit); in main()
189 aflist->lopt = aflist->lopt->next; in main()