Home
last modified time | relevance | path

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

/glibc-2.36/argp/
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()
/glibc-2.36/manual/
Dargp.texi747 @c oshort ok