header_col        100 maint/gnulib/lib/argp-help.c   int header_col;         /* column in which group headers are printed */
header_col        131 maint/gnulib/lib/argp-help.c   { "header-col",     false, offsetof (struct uparams, header_col) },
header_col       1160 maint/gnulib/lib/argp-help.c           indent_to (pest->stream, uparams.header_col);
header_col       1161 maint/gnulib/lib/argp-help.c           __argp_fmtstream_set_lmargin (pest->stream, uparams.header_col);
header_col       1162 maint/gnulib/lib/argp-help.c           __argp_fmtstream_set_wmargin (pest->stream, uparams.header_col);