Lines Matching refs:column_widths
38 int column_widths[5];
46 if (TT.column_widths[col] < len) TT.column_widths[col] = len;
60 if (TT.column_widths[0] < 14) TT.column_widths[0] = 14; in show_header()
66 TT.column_widths[0], "Filesystem"); in show_header()
87 TT.column_widths[0], "Filesystem", in show_header()
88 TT.column_widths[1], item_label, in show_header()
89 TT.column_widths[2], used_label, in show_header()
90 TT.column_widths[3], free_label, in show_header()
91 TT.column_widths[4], use_label); in show_header()
94 TT.column_widths[4]--; in show_header()
157 TT.column_widths[0], device, in show_mt()
160 TT.column_widths[0], device, in show_mt()
161 TT.column_widths[1], size, in show_mt()
162 TT.column_widths[2], used, in show_mt()
163 TT.column_widths[3], avail, in show_mt()
164 TT.column_widths[4], percent, in show_mt()