Home | History | Annotate | Download | only in argtable3

Lines Matching defs:shortopts

943     const char *shortopts = parent->hdr.shortopts;
955 arg_print_option(fp, shortopts, longopts, datatype, "\n");
960 arg_print_option(fp, shortopts, longopts, argval, "\n");
980 const char * shortopts,
986 return arg_daten(shortopts, longopts, format, datatype, 0, 1, glossary);
991 const char * shortopts,
997 return arg_daten(shortopts, longopts, format, datatype, 1, 1, glossary);
1002 const char * shortopts,
1030 result->hdr.shortopts = shortopts;
1577 const char *shortopts = parent->hdr.shortopts;
1589 shortopts, longopts, datatype, "\n");
1594 arg_print_option(fp, shortopts, longopts, argval, "\n");
1599 arg_print_option(fp, shortopts, longopts, datatype, "\n");
1606 const char * shortopts,
1611 return arg_dbln(shortopts, longopts, datatype, 0, 1, glossary);
1616 const char * shortopts,
1621 return arg_dbln(shortopts, longopts, datatype, 1, 1, glossary);
1626 const char * shortopts,
1650 result->hdr.shortopts = shortopts;
1774 result->hdr.shortopts = NULL;
1967 const char *shortopts = parent->hdr.shortopts;
1979 arg_print_option(fp, shortopts, longopts, datatype, "\n");
1984 arg_print_option(fp, shortopts, longopts, argval, "\n");
1994 const char * shortopts,
1999 return arg_filen(shortopts, longopts, datatype, 0, 1, glossary);
2004 const char * shortopts,
2009 return arg_filen(shortopts, longopts, datatype, 1, 1, glossary);
2014 const char * shortopts,
2039 result->hdr.shortopts = shortopts;
2332 const char *shortopts = parent->hdr.shortopts;
2344 arg_print_option(fp, shortopts, longopts, datatype, "\n");
2349 arg_print_option(fp, shortopts, longopts, argval, "\n");
2354 arg_print_option(fp, shortopts, longopts, datatype, "\n");
2363 arg_print_option(fp, shortopts, longopts, datatype, " ");
2371 const char *shortopts,
2376 return arg_intn(shortopts, longopts, datatype, 0, 1, glossary);
2381 const char *shortopts,
2386 return arg_intn(shortopts, longopts, datatype, 1, 1, glossary);
2391 const char *shortopts,
2412 result->hdr.shortopts = shortopts;
2503 const char *shortopts = parent->hdr.shortopts;
2511 arg_print_option(fp, shortopts, longopts, datatype, "\n");
2517 arg_print_option(fp, shortopts, longopts, datatype, "\n");
2527 const char * shortopts,
2531 return arg_litn(shortopts, longopts, 0, 1, glossary);
2536 const char *shortopts,
2540 return arg_litn(shortopts, longopts, 1, 1, glossary);
2545 const char *shortopts,
2561 result->hdr.shortopts = shortopts;
2620 result->hdr.shortopts = NULL;
2836 const char *shortopts = parent->hdr.shortopts;
2848 arg_print_option(fp, shortopts, longopts, datatype, "\n");
2853 arg_print_option(fp, shortopts, longopts, argval, "\n");
2858 arg_print_option(fp, shortopts, longopts, argval, "\n");
2872 struct arg_rex * arg_rex0(const char * shortopts,
2879 return arg_rexn(shortopts,
2889 struct arg_rex * arg_rex1(const char * shortopts,
2896 return arg_rexn(shortopts,
2907 struct arg_rex * arg_rexn(const char * shortopts,
2944 result->hdr.shortopts = shortopts;
3761 const char *shortopts = parent->hdr.shortopts;
3773 arg_print_option(fp, shortopts, longopts, datatype, "\n");
3778 arg_print_option(fp, shortopts, longopts, argval, "\n");
3785 const char *shortopts,
3790 return arg_strn(shortopts, longopts, datatype, 0, 1, glossary);
3795 const char *shortopts,
3800 return arg_strn(shortopts, longopts, datatype, 1, 1, glossary);
3805 const char *shortopts,
3830 result->hdr.shortopts = shortopts;
3924 if (table[tabindex]->shortopts &&
3925 strchr(table[tabindex]->shortopts, shortopt))
4058 len += 3 * (hdr->shortopts ? strlen(hdr->shortopts) : 0);
4073 const char *shortopts = hdr->shortopts;
4074 while(shortopts && *shortopts)
4076 *res++ = *shortopts++;
4255 if (table[tabindex]->longopts || table[tabindex]->shortopts)
4461 const char *shortopts,
4466 if (shortopts)
4473 option[1] = shortopts[0];
4534 const char *shortopts,
4542 if (shortopts)
4544 const char *c = shortopts;
4563 if (shortopts && longopts)
4598 else if (shortopts)
4615 const char *shortopts,
4626 shortopts,
4660 if (table[tabindex]->shortopts == NULL)
4668 fprintf(fp, format1, table[tabindex]->shortopts[0]);
4683 if (table[tabindex]->shortopts == NULL)
4691 fprintf(fp, format2, table[tabindex]->shortopts[0]);
4714 const char *shortopts, *longopts, *datatype;
4717 if (table[tabindex]->shortopts &&
4721 shortopts = table[tabindex]->shortopts;
4726 shortopts,
4771 const char *shortopts, *longopts, *datatype;
4773 shortopts = table[tabindex]->shortopts;
4778 shortopts,
4821 const char *shortopts = table[tabindex]->shortopts;
4827 shortopts,
4951 const char *shortopts = table[tabindex]->shortopts;
4956 if ( !shortopts && longopts )
4965 shortopts,