Lines Matching refs:uparams

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) },
161 { "rmargin", false, offsetof (struct uparams, rmargin) }
233 *(int *)((char *)&uparams + un->uparams_offs) = val; in fill_in_uparams()
1146 indent_to (pest->stream, uparams.header_col); in print_header()
1147 __argp_fmtstream_set_lmargin (pest->stream, uparams.header_col); in print_header()
1148 __argp_fmtstream_set_wmargin (pest->stream, uparams.header_col); in print_header()
1233 __argp_fmtstream_set_wmargin (stream, uparams.short_opt_col); /* For truly bizarre cases. */ in hol_entry_help()
1240 comma (uparams.short_opt_col, &pest); in hol_entry_help()
1243 if (!have_long_opt || uparams.dup_args) in hol_entry_help()
1257 __argp_fmtstream_set_wmargin (stream, uparams.doc_opt_col); in hol_entry_help()
1261 comma (uparams.doc_opt_col, &pest); in hol_entry_help()
1274 __argp_fmtstream_set_wmargin (stream, uparams.long_opt_col); in hol_entry_help()
1278 comma (uparams.long_opt_col, &pest); in hol_entry_help()
1308 __argp_fmtstream_set_lmargin (stream, uparams.opt_doc_col); in hol_entry_help()
1309 __argp_fmtstream_set_wmargin (stream, uparams.opt_doc_col); in hol_entry_help()
1311 if (col > (unsigned int) (uparams.opt_doc_col + 3)) in hol_entry_help()
1313 else if (col >= (unsigned int) uparams.opt_doc_col) in hol_entry_help()
1316 indent_to (stream, uparams.opt_doc_col); in hol_entry_help()
1347 if (hhstate.suppressed_dup_arg && uparams.dup_args_note) in hol_help()
1676 fs = __argp_make_fmtstream (stream, 0, uparams.rmargin, 0); in _help()
1708 int old_wm = __argp_fmtstream_set_wmargin (fs, uparams.usage_indent); in _help()
1722 old_lm = __argp_fmtstream_set_lmargin (fs, uparams.usage_indent); in _help()