Searched refs:off_start (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); 3351 int off_start = 1; /* offset from start of menu items to start display */ in menu_op() local 3416 …paint_menu(menu_list, max_width, max_height, list_size, top_offset, temp_win, off_start, vert_size… in menu_op() 3421 if (off_start > 2) in menu_op() 3422 wmove(temp_win, (1 + counter + top_offset - off_start), 3); in menu_op() 3424 wmove(temp_win, (counter + top_offset - off_start), 3); in menu_op() 3479 off_start, vert_size); in menu_op() 3486 if (((list_size - off_start) >= (vert_size - 1)) && in menu_op() 3487 (counter > (off_start + vert_size - 3)) && in menu_op() 3488 (off_start > 1)) in menu_op() [all …]
|