Home
last modified time | relevance | path

Searched refs:vert_size (Results 1 – 1 of 1) sorted by relevance

/src/contrib/ee/
H A Dee.c356 …th, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size);
3579 int vert_size; /* vertical size for menu list item display */ in menu_op() local
3622 vert_size = max_height - 8; in menu_op()
3624 vert_size = max_height; in menu_op()
3628 vert_size = list_size; in menu_op()
3632 if (LINES >= (vert_size + 8)) in menu_op()
3635 max_height = vert_size + 8; in menu_op()
3637 max_height = vert_size + 7; in menu_op()
3645 …paint_menu(menu_list, max_width, max_height, list_size, top_offset, temp_win, off_start, vert_size in menu_op()
3710 off_start, vert_size); in menu_op()
[all …]