Searched refs:vert_size (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ee/ |
H A D | ee.c | 308 …th, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size); 3350 int vert_size; /* vertical size for menu list item display */ in menu_op() local 3393 vert_size = max_height - 8; in menu_op() 3395 vert_size = max_height; in menu_op() 3399 vert_size = list_size; in menu_op() 3403 if (LINES >= (vert_size + 8)) in menu_op() 3406 max_height = vert_size + 8; in menu_op() 3408 max_height = vert_size + 7; in menu_op() 3416 …paint_menu(menu_list, max_width, max_height, list_size, top_offset, temp_win, off_start, vert_size… in menu_op() 3479 off_start, vert_size); in menu_op() [all …]
|