Searched refs:opt_doc_col (Results 1 – 1 of 1) sorted by relevance
129 int opt_doc_col; member158 { "opt-doc-col", false, offsetof (struct uparams, opt_doc_col) },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()
Completed in 8 milliseconds