Home
last modified time | relevance | path

Searched refs:shortopt (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.4.0/components/console/argtable3/
Dargtable3.c3820 int find_shortoption(struct arg_hdr * *table, char shortopt) in find_shortoption() argument
3826 strchr(table[tabindex]->shortopts, shortopt)) in find_shortoption()
4445 char shortopt[3]; in arg_cat_optionv() local
4449 shortopt[0] = '-'; in arg_cat_optionv()
4450 shortopt[1] = *c; in arg_cat_optionv()
4451 shortopt[2] = 0; in arg_cat_optionv()
4453 arg_cat(&dest, shortopt, &ndest); in arg_cat_optionv()