Lines Matching defs:force_column_width
4829 * If force_column_width is set, use it for the column width. If not set, use
4833 print_iostat_labels(iostat_cbdata_t *cb, unsigned int force_column_width,
4840 unsigned int column_width = force_column_width;
4845 if (!force_column_width)
4942 * @force_column_width If non-zero, use the value as the column width.
4950 print_iostat_dashes(iostat_cbdata_t *cb, unsigned int force_column_width,
4985 if (force_column_width)
4986 column_width = force_column_width;
5004 unsigned int force_column_width)
5006 print_iostat_dashes(cb, force_column_width, NULL);
5016 print_iostat_header_impl(iostat_cbdata_t *cb, unsigned int force_column_width,
5041 print_iostat_labels(cb, force_column_width, iostat_top_labels);
5046 print_iostat_labels(cb, force_column_width, iostat_bottom_labels);
5052 print_iostat_separator_impl(cb, force_column_width);