OPT_LIST
opts |= OPT_LIST;
if (opts & (OPT_LIST|OPT_STAT))
if (opts & (OPT_LIST|OPT_STAT))
if (opts & OPT_LIST) {
while ((optsw = getopt(ac, (stupid)av, OPT_LIST)) != EOF) {
if (strchr(OPT_LIST, optopt))
while ((c = getopt(argc, argv, OPT_LIST)) != -1) switch (c) {
if (strchr(OPT_LIST, optopt))
while ((c = getopt(argc, argv, OPT_LIST)) != -1) {
if (strchr(OPT_LIST, optopt))