/src/lib/libmenu/ |
internals.c | 437 menu->items[item]->col * (menu->col_width + 1)); 478 pad_len = menu->col_width - menu->items[item]->name.length 506 menu->items[item]->col * (menu->col_width + 1) - 1); 548 menu->col_width = getmaxx(menu->scrwin) / menu->cols; 561 j * (menu->col_width + 1)); 562 for (k = 0; k < menu->col_width; k++)
|
menu.h | 122 int col_width; /* width of the menu columns - this is not always member in struct:__menu
|
menu.c | 741 * (menu->col_width + 1));
|
/src/usr.sbin/sysinst/ |
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...] |
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...] |