HomeSort by: relevance | last modified time | path
    Searched refs:getch (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/tests/lib/libcurses/tests/
echo 9 call 0x61 getch
13 call 0x62 getch
17 call 0x63 getch
timeout 7 call 97 getch
10 # since delay is in effect and we set timeout the following getch should
12 call -1 getch
19 call $KEY_UP getch
mutt_test 21 call 105 getch
26 call 106 getch
32 call 106 getch
38 call 106 getch
49 call 106 getch
57 call 106 getch
64 call 97 getch
69 call $KEY_UP getch
73 call 106 getch
79 call 106 getch
    [all...]
Makefile 65 FILES+= getch
  /src/games/sail/
lo_main.c 82 getch();
89 getch();
96 getch();
118 getch();
pl_7.c 961 ch = getch();
1018 ch = getch();
1219 ch = getch();
1293 ch = getch();
1475 ch = getch();
  /src/games/boggle/boggle/
timer.c 94 return (getch() & 0177);
mach.c 267 return (getch() & 0177);
497 ch = getch() & 0177;
  /src/games/colorbars/
colorbars.c 118 getch();
  /src/usr.bin/systat/
keyboard.c 77 ch = getch();
  /src/games/gomoku/
bdisp.c 273 int ch = getch();
365 int ch = getch();
  /src/games/dab/
ttyscrn.cc 168 return getch();
  /src/sys/arch/hppa/stand/xxboot/
main.c 67 int getch(void);
215 while ((c = getch()) >= 0) {
start.S 390 ; int getch(void)
392 .export getch,entry
393 getch: label
  /src/lib/libcurses/
Makefile 24 flushok.c fullname.c getch.c getstr.c getyx.c id_subwins.c idlok.c \
92 curses_input.3 getch.3 curses_cursor.3 getcury.3 \
curses.h 98 /* symbols for values returned by getch in keypad mode */
457 #define getch() wgetch(stdscr) macro
562 int getch(void);
  /src/usr.bin/aiomixer/
main.c 410 while ((ch = getch()) != ERR) {
485 while ((ch = getch()) != ERR) {
  /src/games/worm/
worm.c 164 process(getch());
  /src/lib/libcurses/EXAMPLES/
view.c 321 c = getch();
  /src/tests/lib/libcurses/
t_curses.sh 401 atf_test_case getch
408 h_run getch
2247 atf_add_test_case getch
  /src/games/canfield/canfield/
canfield.c 1346 ch = getch() & 0177;
1618 getch();
1631 getch();
  /src/tests/lib/libcurses/check_files/
Makefile 113 FILES+= getch.chk
  /src/games/cgram/
cgram.c 489 int ch = getch();
  /src/games/snake/snake/
snake.c 272 if (((c = getch()) <= '9') && (c >= '0')) {
274 while (((c = getch()) <= '9') && (c >= '0'))
  /src/games/testpat/
testpat.c 501 getch();

Completed in 24 milliseconds

1 2