Searched refs:wgetch (Results 1 – 9 of 9) sorted by relevance
439 extern int wgetch ( WINDOW * );560 return wgetch ( stdscr ); in getch()619 ? wgetch ( stdscr ) : ERR ); in mvgetch()679 ? wgetch ( win ) : ERR ); in mvwgetch()
53 int wgetch ( WINDOW *win ) { in wgetch() function
79 key = wgetch(dialog); in dialog_yesno()
497 key = wgetch(win); in on_key_esc()498 key2 = wgetch(win); in on_key_esc()500 key3 = wgetch(win); in on_key_esc()
116 key = wgetch(dialog); in dialog_inputbox()
126 key = wgetch(dialog); in dialog_textbox()
202 key = wgetch(dialog); in dialog_checklist()
281 key = wgetch(menu); in dialog_menu()
146 key = wgetch(command_win); in command_read_key()