hhstate          1116 maint/gnulib/lib/argp-help.c   struct hol_help_state *hhstate;
hhstate          1157 maint/gnulib/lib/argp-help.c           if (pest->hhstate->prev_entry)
hhstate          1168 maint/gnulib/lib/argp-help.c       pest->hhstate->sep_groups = 1; /* Separate subsequent groups. */
hhstate          1194 maint/gnulib/lib/argp-help.c       const struct hol_entry *pe = pest->hhstate->prev_entry;
hhstate          1197 maint/gnulib/lib/argp-help.c       if (pest->hhstate->sep_groups && pe && pest->entry->group != pe->group)
hhstate          1225 maint/gnulib/lib/argp-help.c                 argp_fmtstream_t stream, struct hol_help_state *hhstate)
hhstate          1236 maint/gnulib/lib/argp-help.c   struct pentry_state pest = { entry, stream, hhstate, 1, state };
hhstate          1262 maint/gnulib/lib/argp-help.c               hhstate->suppressed_dup_arg = 1;
hhstate          1342 maint/gnulib/lib/argp-help.c   hhstate->prev_entry = entry;
hhstate          1356 maint/gnulib/lib/argp-help.c   struct hol_help_state hhstate = { 0, 0, 0 };
hhstate          1359 maint/gnulib/lib/argp-help.c     hol_entry_help (entry, state, stream, &hhstate);
hhstate          1361 maint/gnulib/lib/argp-help.c   if (hhstate.suppressed_dup_arg && uparams.dup_args_note)