Searched refs:shortopts (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-2.7.6/components/console/argtable3/ |
D | argtable3.h | 77 const char *shortopts; /* String defining the short options */ member 162 struct arg_lit* arg_lit0(const char* shortopts, 165 struct arg_lit* arg_lit1(const char* shortopts, 168 struct arg_lit* arg_litn(const char* shortopts, 186 struct arg_int* arg_int0(const char* shortopts, 190 struct arg_int* arg_int1(const char* shortopts, 194 struct arg_int* arg_intn(const char* shortopts, 201 struct arg_dbl* arg_dbl0(const char* shortopts, 205 struct arg_dbl* arg_dbl1(const char* shortopts, 209 struct arg_dbl* arg_dbln(const char* shortopts, [all …]
|
D | argtable3.c | 904 const char *shortopts = parent->hdr.shortopts; in arg_date_errorfn() local 916 arg_print_option(fp, shortopts, longopts, datatype, "\n"); in arg_date_errorfn() 921 arg_print_option(fp, shortopts, longopts, argval, "\n"); in arg_date_errorfn() 941 const char * shortopts, in arg_date0() argument 947 return arg_daten(shortopts, longopts, format, datatype, 0, 1, glossary); in arg_date0() 952 const char * shortopts, in arg_date1() argument 958 return arg_daten(shortopts, longopts, format, datatype, 1, 1, glossary); in arg_date1() 963 const char * shortopts, in arg_daten() argument 991 result->hdr.shortopts = shortopts; in arg_daten() 1538 const char *shortopts = parent->hdr.shortopts; in arg_dbl_errorfn() local [all …]
|