Lines Matching defs:longName
143 for (; opt->longName || opt->shortName || opt->arg; opt++) {
302 if (opt->longName) nb += strlen(opt->longName);
311 #define prtlong (opt->longName != NULL) /* XXX splint needs a clue */
318 (void) stpcpy(stpcpy(stpcpy(left+2, ", "), dash), opt->longName);
327 const char *longName = opt->longName;
331 if (longName[0] == 'n' && longName[1] == 'o') {
332 longName += sizeof("no") - 1;
333 if (longName[0] == '-')
334 longName++;
338 (void) stpcpy(stpcpy(stpcpy(stpcpy(left, " "), dash), toggle), longName);
393 *le++ = (opt->longName != NULL ? '=' : ' ');
407 *le++ = (opt->longName != NULL ? '=' : ' ');
420 opt->longName == NULL ? ' ' : '=');
496 while (opt->longName || opt->shortName || opt->arg) {
509 if (opt->longName) {
511 len += strlen(opt->longName);
554 if ((opt->longName || opt->shortName) && !F_ISSET(opt, DOC_HIDDEN))
582 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
583 if ((opt->longName || opt->shortName) && !F_ISSET(opt, DOC_HIDDEN))
588 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
666 #define prtlong (opt->longName != NULL) /* XXX splint needs a clue */
676 len += strlen(opt->longName);
700 opt->longName);
705 if (!strchr(" =(", argDescrip[0])) fputc(opt->longName == NULL ? ' ' : '=', fp);
734 if ((opt->longName || opt->shortName) && !F_ISSET(opt, DOC_HIDDEN)) {
767 for (; (opt->longName || opt->shortName || opt->arg) ; opt++) {
794 if ((opt->longName || opt->shortName) && !F_ISSET(opt, DOC_HIDDEN)) {
822 for (; (opt->longName || opt->shortName || opt->arg); opt++) {