Home
last modified time | relevance | path

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

/src/contrib/ee/
H A Dee.c3570 WINDOW *temp_win; in menu_op() local
3642 temp_win = newwin(max_height, max_width, y_off, x_off); in menu_op()
3643 keypad(temp_win, TRUE); 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()
3655 wrefresh(temp_win); in menu_op()
3658 if (wget_wch(temp_win, &win) == ERR) 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()
[all …]