Home | History | Annotate | Download | only in sysinst

Lines Matching defs:col_width

1142 	static int col_width;
1151 if (col_width == 0) {
1155 if (l > col_width) col_width = l
1178 if (l > col_width) col_width = l;
1181 col_width += 3;
1190 wprintw(m->mw, "%*s -", col_width, "");
1208 wprintw(m->mw, "%*s : %s", col_width, ptn_type, c);
1211 wprintw(m->mw, "%*s : %" PRIu64 " %s", col_width,
1215 wprintw(m->mw, "%*s : %" PRIu64 " %s", col_width,
1219 wprintw(m->mw, "%*s : %" PRIu64 " %s", col_width,
1226 wprintw(m->mw, "%*s : %s", col_width, ptn_install,
1232 wprintw(m->mw, "%*s : %s", col_width, ptn_newfs,
1238 col_width, ptn_mount,
1244 wprintw(m->mw, "%*s : %u", col_width, ptn_bsize,
1249 wprintw(m->mw, "%*s : %u", col_width, ptn_fsize,
1255 wprintw(m->mw, "%*s : %s", col_width, ptn_isize,
1264 wprintw(m->mw, "%*s : %s", col_width, ptn_isize,
1271 wprintw(m->mw, "%*s : ", col_width, ptn_mount_options);
1291 wprintw(m->mw, "%*s : %s", col_width, ptn_mountpt,
1302 wprintw(m->mw, "%*s : %s", col_width, attrname, val);