Lines Matching refs:shortName
75 for (; opt->longName || opt->shortName || opt->arg; opt++) {
95 for (; opt->longName || opt->shortName || opt->arg; opt++) {
121 for (; opt->longName || opt->shortName || opt->arg; opt++) {
138 if ((myOpt->shortName && opt->shortName && shorty &&
139 myOpt->shortName == opt->shortName)
238 /* Only one of longName, shortName should be set, not both. */
240 const char * longName, char shortName)
253 else if (shortName != item->option.shortName)
285 *s++ = shortName;
332 /* Only one of longName, shortName may be set at a time */
335 char shortName,
347 if (shortName && shortName == item->option.shortName)
361 } else if (shortName != item->option.shortName)
555 char shortName,
564 if (LF_ISSET(ONEDASH) && !shortName && (longName && *longName == '\0'))
565 shortName = '-';
567 for (; opt->longName || opt->shortName || opt->arg; opt++) {
576 opt2 = findOption(arg.opt, longName, longNameLen, shortName, callback,
599 } else if (shortName && shortName == opt->shortName) {
604 if (opt->longName == NULL && !opt->shortName)
1450 *s++ = opt->shortName;
1561 item->option.shortName = alias.shortName;
1600 item->option.shortName = newItem->option.shortName;