Searched refs:offlist (Results 1 – 1 of 1) sorted by relevance
177 struct flag *flist, *aflist, *offlist; in main() local208 offlist = aflist = digest(allflags); in main()213 while (offlist) { in main()216 if (!offlist->command || *offlist->command=='~') in main()217 s = offlist->lopt->command; in main()219 *s = *offlist->command; in main()223 offlist = offlist->next; in main()