opt_doc_col        99 maint/gnulib/lib/argp-help.c   int opt_doc_col;        /* column in which option text starts */
opt_doc_col       130 maint/gnulib/lib/argp-help.c   { "opt-doc-col",    false, offsetof (struct uparams, opt_doc_col) },
opt_doc_col      1322 maint/gnulib/lib/argp-help.c           __argp_fmtstream_set_lmargin (stream, uparams.opt_doc_col);
opt_doc_col      1323 maint/gnulib/lib/argp-help.c           __argp_fmtstream_set_wmargin (stream, uparams.opt_doc_col);
opt_doc_col      1325 maint/gnulib/lib/argp-help.c           if (col > (unsigned int) (uparams.opt_doc_col + 3))
opt_doc_col      1327 maint/gnulib/lib/argp-help.c           else if (col >= (unsigned int) uparams.opt_doc_col)
opt_doc_col      1330 maint/gnulib/lib/argp-help.c             indent_to (stream, uparams.opt_doc_col);