wgetch 196 scripts/kconfig/lxdialog/checklist.c key = wgetch(dialog); wgetch 107 scripts/kconfig/lxdialog/inputbox.c key = wgetch(dialog); wgetch 270 scripts/kconfig/lxdialog/menubox.c key = wgetch(menu); wgetch 129 scripts/kconfig/lxdialog/textbox.c key = wgetch(dialog); wgetch 555 scripts/kconfig/lxdialog/util.c key = wgetch(win); wgetch 556 scripts/kconfig/lxdialog/util.c key2 = wgetch(win); wgetch 558 scripts/kconfig/lxdialog/util.c key3 = wgetch(win); wgetch 66 scripts/kconfig/lxdialog/yesno.c key = wgetch(dialog); wgetch 1100 scripts/kconfig/nconf.c res = wgetch(menu_win(curses_menu)); wgetch 1281 scripts/kconfig/nconf.c res = wgetch(menu_win(curses_menu)); wgetch 320 scripts/kconfig/nconf.gui.c while ((res = wgetch(win))) { wgetch 433 scripts/kconfig/nconf.gui.c while ((res = wgetch(form_win))) { wgetch 613 scripts/kconfig/nconf.gui.c res = wgetch(win); wgetch 471 tools/thermal/tmon/tui.c while ((ch = wgetch(cooling_device_window)) != EOF) {