HomeSort by: relevance | last modified time | path
    Searched defs:col_width (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libmenu/
menu.h 122 int col_width; /* width of the menu columns - this is not always member in struct:__menu
  /src/usr.sbin/sysinst/
part_edit.c 630 static int col_width; local in function:draw_outer_ptn_line
637 #define CHECK(str) i = strlen(str); if (i > col_width) col_width = i;
639 col_width = 0;
654 if (i > col_width)
655 col_width = i;
657 col_width += 3;
665 wprintw(m->mw, "%*s : %s", col_width,
674 wprintw(m->mw, "%*s : %s", col_width, ptn_type,
680 wprintw(m->mw, "%*s : %" PRIu64 " %s", col_width, ptn_start
    [all...]
label.c 1142 static int col_width; local in function:draw_edit_ptn_line
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,
    [all...]

Completed in 13 milliseconds