HomeSort by: relevance | last modified time | path
    Searched defs:wgetch (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcurses/
getch.c 681 return wgetch(stdscr);
705 return wgetch(win);
782 * wgetch --
786 wgetch(WINDOW *win) function in typeref:typename:int
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)
    [all...]
getch.c 681 return wgetch(stdscr);
705 return wgetch(win);
782 * wgetch --
786 wgetch(WINDOW *win) function in typeref:typename:int
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)
    [all...]
getch.c 681 return wgetch(stdscr);
705 return wgetch(win);
782 * wgetch --
786 wgetch(WINDOW *win) function in typeref:typename:int
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)
    [all...]

Completed in 31 milliseconds