Lines Matching defs:opt
117 check_unlisted_option(char opt)
119 if (opt == ':' && ck.options[0] != ':')
122 char *optptr = strchr(ck.options, opt);
125 else if (opt != '?')
128 warning(339, opt);
134 for (const char *opt = ck.options; *opt != '\0'; opt++) {
135 if (*opt == ' ' || *opt == ':')
141 warning_at(338, &ck.options_pos, *opt);