Home | History | Annotate | Download | only in libpopt

Lines Matching refs:shortName

69     for (; opt->longName || opt->shortName || opt->arg; opt++) {
97 for (; opt->longName || opt->shortName || opt->arg; opt++) {
130 for (; opt->longName || opt->shortName || opt->arg; opt++) {
145 ((myOpt->shortName && opt->shortName && shorty &&
146 myOpt->shortName == opt->shortName) ||
262 /* Only one of longName, shortName should be set, not both. */
265 /*@null@*/ const char * longName, char shortName)
281 else if (shortName != item->option.shortName)
311 sprintf(s, "-%c", shortName);
323 /* Only one of longName, shortName may be set at a time */
325 /*@null@*/ const char * longName, char shortName,
339 if (shortName && shortName == item->option.shortName)
351 else if (shortName != item->option.shortName)
473 char shortName,
482 if (singleDash && !shortName && (longName && *longName == '\0'))
483 shortName = '-';
485 for (; opt->longName || opt->shortName || opt->arg; opt++) {
497 opt2 = findOption(arg, longName, shortName, callback,
516 } else if (shortName && shortName == opt->shortName) {
521 if (!opt->longName && !opt->shortName)
995 sprintf(s, "-%c", opt->shortName);
1112 item->option.shortName = alias.shortName;
1152 item->option.shortName = newItem->option.shortName;