Lines Matching defs:wgetch
681 return wgetch(stdscr);
705 return wgetch(win);
782 * wgetch --
786 wgetch(WINDOW *win)
792 __CTRACE(__CTRACE_INPUT, "wgetch: win(%p)\n", win);
806 "wgetch: curscr cury %d cury %d "
827 __CTRACE(__CTRACE_INPUT, "wgetch: __echoit = %d, "
833 __CTRACE(__CTRACE_INPUT, "wgetch returning KEY_RESIZE\n");
837 __CTRACE(__CTRACE_INPUT, "wgetch returning char at %d\n",
896 __CTRACE(__CTRACE_INPUT, "wgetch assembled keysym 0x%x\n", inp);
898 __CTRACE(__CTRACE_INPUT, "wgetch got '%s'\n", unctrl(inp));