Home
last modified time | relevance | path

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

/argp/
A Dargp-help.c274 #define oshort(opt) __option_is_short (opt) macro
460 if (oshort (o)) in make_hol()
491 if (oshort (o) && ! find_char (o->key, hol->short_options, so)) in make_hol()
566 if (oshort (opt) && *so == opt->key) in hol_entry_short_iterate()
610 return oshort (opt) ? opt->key : 0; in until_short()
986 if (oshort (opt) && ch == opt->key) in hol_append()
1235 if (oshort (opt) && opt->key == *so) in hol_entry_help()
1291 if (!oshort (real) && !real->name) in hol_entry_help()

Completed in 7 milliseconds