Searched refs:temp_win (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/ee/ |
| H A D | ee.c | 3341 WINDOW *temp_win; in menu_op() local 3413 temp_win = newwin(max_height, max_width, y_off, x_off); in menu_op() 3414 keypad(temp_win, TRUE); 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() 3426 wrefresh(temp_win); in menu_op() 3427 in = wgetch(temp_win); 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() [all …]
|