Searched refs:top_offset (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/ee/ |
| H A D | ee.c | 356 …entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_wi… 3583 int top_offset; /* offset from top where menu items start */ in menu_op() local 3621 top_offset = 0; in menu_op() 3643 top_offset = 4; 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() 3656 wmove(temp_win, (1 + counter + top_offset - off_start), 3); in menu_op() 3658 wmove(temp_win, (counter + top_offset - off_start), 3); in menu_op() 3714 list_size, top_offset, temp_win, in menu_op() 3732 list_size, top_offset, temp_win, off_start, in menu_op() 3746 list_size, top_offset, temp_win, off_start, in menu_op() [all …]
|