Searched refs:column_width (Results 1 – 3 of 3) sorted by relevance
140 int column_width; /* The number of characters within in each column. */ member1044 fmt->column_width = 0; in cpl_plan_listing()1065 fmt->column_width = maxlen; in cpl_plan_listing()1066 fmt->ncol = fmt->term_width / (fmt->column_width + CPL_COL_SEP); in cpl_plan_listing()1157 int npad = fmt->column_width + CPL_COL_SEP - clen - tlen; in cpl_format_line()
135 int column_width; /* The number of characters within in each column. */ member1321 fmt->column_width = 0; in ef_plan_listing()1341 fmt->column_width = maxlen; in ef_plan_listing()1342 fmt->ncol = fmt->term_width / (fmt->column_width + EF_COL_SEP); in ef_plan_listing()1427 int npad = fmt->column_width + EF_COL_SEP - flen; in ef_format_line()
3334 unsigned long column_width = 5; /* Normal niceprint */ in default_column_width() local3348 column_width = widths[type]; in default_column_width()3350 return (column_width); in default_column_width()3370 unsigned int column_width = force_column_width; in print_iostat_labels() local3376 column_width = default_column_width(cb, idx); in print_iostat_labels()3388 rw_column_width = (column_width * columns) + in print_iostat_labels()3467 unsigned int column_width; in print_iostat_dashes() local3470 column_width = force_column_width; in print_iostat_dashes()3472 column_width = default_column_width(cb, idx); in print_iostat_dashes()3477 printf(" %*s-", column_width - 1, " "); in print_iostat_dashes()[all …]