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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c364 /* A pointers into the HOL's short_options field, to the first short option
370 char *short_options;
428 char *short_options;
469 hol->short_options = malloc (num_short_options + 1);
471 assert (hol->entries && hol->short_options);
476 so = hol->short_options;
481 entry->short_options = so;
494 if (oshort (o) && ! find_char (o->key, hol->short_options, so))
549 free (hol->short_options);
566 char *so = entry->short_options;
365 char *short_options; member in struct:hol_entry
423 char *short_options; member in struct:hol
876 char *short_options = local
[all...]

Completed in 17 milliseconds