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

  /src/tests/lib/libcurses/tests/
wtimeout 7 call 97 wgetch $win1
12 call -1 wgetch $win1
19 call $KEY_UP wgetch $win1
  /src/lib/libcurses/
getstr.c 159 * are displayed by wgetch().
177 while ((c = wgetch(win)) != ERR && c != '\n' && c != '\r') {
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...]
curses.h 457 #define getch() wgetch(stdscr)
512 (wmove(w, y, x) == ERR ? ERR : wgetch(w))
802 int wgetch(WINDOW *);
Makefile 196 curses_clear.3 werase.3 curses_input.3 wgetch.3 \
  /src/usr.bin/menuc/
menu_sys.def 89 ch = wgetch(w);
116 ch = wgetch(w);
470 winin = wgetch(stdscr);
  /src/tests/lib/libcurses/check_files/
Makefile 257 FILES+= wgetch.chk
  /src/games/sail/
pl_7.c 493 while ((c = wgetch(scroll_w)) == EOF)
522 while ((c = wgetch(scroll_w)) == EOF)
  /src/usr.bin/msgc/
msg_sys.def 401 ch = wgetch(msg_win);
  /src/tests/lib/libcurses/
t_curses.sh 411 atf_test_case wgetch
418 h_run wgetch
2248 #atf_add_test_case wgetch [test is missing]
  /src/tests/lib/libcurses/slave/
curses_commands.c 168 while (wgetch(win) != ERR)
3094 report_int(wgetch(win));

Completed in 21 milliseconds