Searched refs:opt_doc_col (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c95 int opt_doc_col; /* column in which option text starts */
127 { "opt-doc-col", 0, offsetof (struct uparams, opt_doc_col) },
1220 __argp_fmtstream_set_lmargin (stream, uparams.opt_doc_col);
1221 __argp_fmtstream_set_wmargin (stream, uparams.opt_doc_col);
1223 if (col > (unsigned int) (uparams.opt_doc_col + 3))
1225 else if (col >= (unsigned int) uparams.opt_doc_col)
1228 indent_to (stream, uparams.opt_doc_col);
94 int opt_doc_col; /* column in which option text starts */ member in struct:uparams

Completed in 33 milliseconds