Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c3575 WINDOW *temp_win; in menu_op() local
3647 temp_win = newwin(max_height, max_width, y_off, x_off); in menu_op()
3648 keypad(temp_win, TRUE); 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()
3660 wrefresh(temp_win); in menu_op()
3663 if (wget_wch(temp_win, &win) == ERR) 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()
[all …]