Searched refs:uparams (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/argp/ |
D | argp-help.c | 112 struct uparams struct 136 static struct uparams uparams = { argument 153 { "dup-args", true, offsetof (struct uparams, dup_args) }, 154 { "dup-args-note", true, offsetof (struct uparams, dup_args_note) }, 155 { "short-opt-col", false, offsetof (struct uparams, short_opt_col) }, 156 { "long-opt-col", false, offsetof (struct uparams, long_opt_col) }, 157 { "doc-opt-col", false, offsetof (struct uparams, doc_opt_col) }, 158 { "opt-doc-col", false, offsetof (struct uparams, opt_doc_col) }, 159 { "header-col", false, offsetof (struct uparams, header_col) }, 160 { "usage-indent", false, offsetof (struct uparams, usage_indent) }, [all …]
|
/glibc-2.36/manual/ |
D | argp.texi | 719 @c and translation, are the use of a static buffer (uparams, thus
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.7 | 8290 * argp/argp-help.c (_help): Use uparams.usage_indent instead of 13140 (struct uparams): New type. 13141 (uparams): New variable.
|
D | ChangeLog.17 | 15108 * argp/argp-help.c (struct uparams): Remove valid member. Change
|