Searched refs:vert_size (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/ee/ |
| H A D | ee.c | 356 …th, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size); 3584 int vert_size; /* vertical size for menu list item display */ in menu_op() local 3627 vert_size = max_height - 8; in menu_op() 3629 vert_size = max_height; in menu_op() 3633 vert_size = list_size; in menu_op() 3637 if (LINES >= (vert_size + 8)) in menu_op() 3640 max_height = vert_size + 8; in menu_op() 3642 max_height = vert_size + 7; in menu_op() 3650 …paint_menu(menu_list, max_width, max_height, list_size, top_offset, temp_win, off_start, vert_size… in menu_op() 3715 off_start, vert_size); in menu_op() [all …]
|