Home
last modified time | relevance | path

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

/src/contrib/ee/
H A Dee.c356 …entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_wi…
3578 int top_offset; /* offset from top where menu items start */ in menu_op() local
3616 top_offset = 0; in menu_op()
3638 top_offset = 4; 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()
3651 wmove(temp_win, (1 + counter + top_offset - off_start), 3); in menu_op()
3653 wmove(temp_win, (counter + top_offset - off_start), 3); in menu_op()
3709 list_size, top_offset, temp_win, in menu_op()
3727 list_size, top_offset, temp_win, off_start, in menu_op()
3741 list_size, top_offset, temp_win, off_start, in menu_op()
[all …]