Lines Matching refs:hhstate
1102 struct hol_help_state *hhstate; member
1143 if (pest->hhstate->prev_entry) in print_header()
1154 pest->hhstate->sep_groups = 1; /* Separate subsequent groups. */ in print_header()
1180 const struct hol_entry *pe = pest->hhstate->prev_entry; in comma()
1183 if (pest->hhstate->sep_groups && pe && pest->entry->group != pe->group) in comma()
1211 argp_fmtstream_t stream, struct hol_help_state *hhstate) in hol_entry_help() argument
1222 struct pentry_state pest = { entry, stream, hhstate, 1, state }; in hol_entry_help()
1248 hhstate->suppressed_dup_arg = 1; in hol_entry_help()
1328 hhstate->prev_entry = entry; in hol_entry_help()
1342 struct hol_help_state hhstate = { 0, 0, 0 }; in hol_help() local
1345 hol_entry_help (entry, state, stream, &hhstate); in hol_help()
1347 if (hhstate.suppressed_dup_arg && uparams.dup_args_note) in hol_help()