Lines Matching refs:top_offset
308 …entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_wi…
3349 int top_offset; /* offset from top where menu items start */ in menu_op() local
3387 top_offset = 0; in menu_op()
3409 top_offset = 4; 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()
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()
3478 list_size, top_offset, temp_win, in menu_op()
3496 list_size, top_offset, temp_win, off_start, in menu_op()
3510 list_size, top_offset, temp_win, off_start, in menu_op()
3521 list_size, top_offset, temp_win, off_start, in menu_op()
3552 int list_size, int top_offset, WINDOW *menu_win, int off_start, in paint_menu() argument
3589 for (counter = 0; counter < (vert_size + top_offset); counter++) in paint_menu()
3591 if (top_offset == 4) in paint_menu()
3610 wmove(menu_win, top_offset, 3); in paint_menu()
3620 wmove(menu_win, (top_offset + temp_int + in paint_menu()
3627 wmove(menu_win, (top_offset + (vert_size - 1)), 3); in paint_menu()
3642 wmove(menu_win, (top_offset + counter - 1), 3); in paint_menu()