Searched defs:hhstate (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c1014 struct hol_help_state *hhstate;
1055 if (pest->hhstate->prev_entry)
1066 pest->hhstate->sep_groups = 1; /* Separate subsequent groups. */
1082 const struct hol_entry *pe = pest->hhstate->prev_entry;
1085 if (pest->hhstate->sep_groups && pe && pest->entry->group != pe->group)
1114 argp_fmtstream_t stream, struct hol_help_state *hhstate)
1129 pest.hhstate = hhstate;
1155 hhstate->suppressed_dup_arg = 1;
1194 hhstate
998 struct hol_help_state *hhstate; member in struct:pentry_state
1096 hol_entry_help(struct hol_entry *entry, const struct argp_state *state, argp_fmtstream_t stream, struct hol_help_state *hhstate) argument
1237 struct hol_help_state hhstate = { 0, 0, 0 }; local
[all...]

Completed in 19 milliseconds