Lines Matching refs:longopt
183 int longopt;
229 longopt = (_sp == 1 && c == '-');
230 if (!(longopt ?
234 c, (longopt ? optind : 0));
239 if (argv[optind][++_sp] == '\0' || longopt) {
273 if (!longopt && argv[optind][_sp+1] != '\0') {
275 } else if (longopt && longoptarg) {
284 " -- %s\n"), c, (longopt ? optind - 1 : 0));
293 if (longopt && (longoptarg != NULL)) {
297 0, (longopt ? optind : 0));
302 if (longopt || argv[optind][++_sp] == '\0') {