Home
last modified time | relevance | path

Searched refs:hhstate (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/argp/
Dargp-help.c1102 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
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.713130 (struct pentry_state): Add hhstate field. Remove prev_entry &
13135 (print_header, comma): Use PEST->hhstate fields.