HomeSort by: relevance | last modified time | path
    Searched refs:getch (Results 1 - 25 of 38) 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/external/bsd/less/dist/
ttyin.c 181 c = getch();
defines.ds 421 #define getch _getch
os.c 181 c = 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) {
  /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 \
  /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/external/bsd/wpa/dist/wpa_supplicant/examples/
p2p-nfc.py 377 def getch(): function
496 res = getch()
  /src/lib/libcurses/EXAMPLES/
view.c 321 c = getch();
  /src/crypto/external/apache2/openssl/lib/libdes/
oread_pwd.c 479 i=getch();
491 * last character read using getch() is passed to the next read: this is
  /src/crypto/external/bsd/openssl/lib/libdes/
oread_pwd.c 479 i=getch();
491 * last character read using getch() is passed to the next read: this is
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oread_pwd.c 479 i=getch();
491 * last character read using getch() is passed to the next read: this is
  /src/tests/lib/libcurses/
t_curses.sh 401 atf_test_case getch
408 h_run getch
2247 atf_add_test_case getch

Completed in 22 milliseconds

1 2