Home
last modified time | relevance | path

Searched refs:column_width (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c140 int column_width; /* The number of characters within in each column. */ member
1044 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()
H A Dexpand.c135 int column_width; /* The number of characters within in each column. */ member
1321 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()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c3348 column_width = widths[type]; in default_column_width()
3350 return (column_width); in default_column_width()
3467 unsigned int column_width; in print_iostat_dashes() local
3470 column_width = force_column_width; in print_iostat_dashes()
3479 printf(" %.*s", column_width, in print_iostat_dashes()
3744 column_width, cb->cb_scripted); in print_iostat_histo()
3762 unsigned int column_width; in print_iostat_histos() local
3780 column_width = MAX(5, in print_iostat_histos()
3783 column_width = 5; in print_iostat_histos()
3948 printf(" %*c %*c", column_width, na, column_width, in print_iostat_default()
[all …]