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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c274 #define oshort(opt) __option_is_short (opt)
464 if (oshort (o))
494 if (oshort (o) && ! find_char (o->key, hol->short_options, so))
569 if (oshort (opt) && *so == opt->key)
611 return oshort (opt) ? opt->key : 0;
922 if (oshort (opt) && ch == opt->key)
1144 if (oshort (opt) && opt->key == *so)
1204 if (!oshort (real) && !real->name)
272 #define oshort macro

Completed in 29 milliseconds