Home
last modified time | relevance | path

Searched refs:getch (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/tests/lib/libcurses/tests/
H A Dcbreak2 # setting noecho stops getch setting cbreak itself so we should need
3 # a newline before getch returns, check this works first.
6 call 0x61 getch
8 call 0x62 getch
10 call 0x63 getch
12 call 0x64 getch
14 call 0x0a getch
15 # set cbreak, getch should return without needing a newline
18 call 0x65 getch
H A Dmutt_test21 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 …]
H A Dhalfdelay4 # getch must fail for halfdelay(5) and pass for halfdelay(15)
7 call 0x61 getch
10 call -1 getch
13 # setting noecho stops getch setting cbreak itself.
18 call 0x61 getch
H A Dtimeout7 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
H A Dkeyok4 call $KEY_RIGHT getch
7 call $KEY_UP getch
9 call 27 getch
H A Decho9 call 0x61 getch
13 call 0x62 getch
17 call 0x63 getch
H A Dnocbreak14 call 0x66 getch
16 call 0x67 getch
18 call 0x0a getch
H A Dnotimeout5 call $KEY_UP getch
13 call 0x1b getch
18 call $KEY_UP getch
H A Dgetch3 call 105 getch
8 compare getch.chk
H A Ddefine_key5 call 1024 getch
9 call 0x1b getch
H A Dunget_wch8 call 97 getch
H A Dwtimeout10 # since delay is in effect and we set timeout the following getch should
/netbsd-src/games/sail/
H A Dlo_main.c82 getch(); in lo_curses()
89 getch(); in lo_curses()
96 getch(); in lo_curses()
118 getch(); in lo_curses()
H A Dpl_7.c961 ch = getch(); in pickship()
1018 ch = getch(); in pickload()
1219 ch = getch(); in pickscenario()
1293 ch = getch(); in startup_getstr()
1475 ch = getch(); in startup()
/netbsd-src/games/boggle/boggle/
H A Dtimer.c94 return (getch() & 0177); in timerch()
H A Dmach.c267 return (getch() & 0177); in inputch()
497 ch = getch() & 0177; in getword()
/netbsd-src/games/gomoku/
H A Dbdisp.c273 int ch = getch(); in get_key()
365 int ch = getch(); in get_coord()
/netbsd-src/sys/arch/hppa/stand/xxboot/
H A Dmain.c67 int getch(void);
215 while ((c = getch()) >= 0) { in ipl_main()
/netbsd-src/usr.bin/systat/
H A Dkeyboard.c77 ch = getch(); in keyboard()
/netbsd-src/games/colorbars/
H A Dcolorbars.c118 getch(); in main()
/netbsd-src/external/bsd/less/dist/
H A Dttyin.c181 c = getch(); in getchr()
/netbsd-src/games/dab/
H A Dttyscrn.cc168 return getch(); in getinput()
/netbsd-src/lib/libcurses/
H A DMakefile24 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 \
/netbsd-src/usr.bin/aiomixer/
H A Dmain.c410 while ((ch = getch()) != ERR) { in process_device_select()
485 while ((ch = getch()) != ERR) { in open_device()
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dp2p-nfc.py377 def getch(): function
496 res = getch()

123