Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/
Dcurses.h439 extern int wgetch ( WINDOW * );
560 return wgetch ( stdscr ); in getch()
619 ? wgetch ( stdscr ) : ERR ); in mvgetch()
679 ? wgetch ( win ) : ERR ); in mvwgetch()
/external/syslinux/gpxe/src/hci/mucurses/
Dkb.c53 int wgetch ( WINDOW *win ) { in wgetch() function
/external/toybox/kconfig/lxdialog/
Dyesno.c79 key = wgetch(dialog); in dialog_yesno()
Dutil.c497 key = wgetch(win); in on_key_esc()
498 key2 = wgetch(win); in on_key_esc()
500 key3 = wgetch(win); in on_key_esc()
Dinputbox.c116 key = wgetch(dialog); in dialog_inputbox()
Dtextbox.c126 key = wgetch(dialog); in dialog_textbox()
Dchecklist.c202 key = wgetch(dialog); in dialog_checklist()
Dmenubox.c281 key = wgetch(menu); in dialog_menu()
/external/e2fsprogs/ext2ed/
Dmain.c146 key = wgetch(command_win); in command_read_key()