Searched refs:getch (Results 1 – 25 of 51) sorted by relevance
123
2 # setting noecho stops getch setting cbreak itself so we should need3 # a newline before getch returns, check this works first.6 call 0x61 getch8 call 0x62 getch10 call 0x63 getch12 call 0x64 getch14 call 0x0a getch15 # set cbreak, getch should return without needing a newline18 call 0x65 getch
21 call 105 getch26 call 106 getch32 call 106 getch38 call 106 getch49 call 106 getch57 call 106 getch64 call 97 getch69 call $KEY_UP getch73 call 106 getch79 call 106 getch[all …]
4 # getch must fail for halfdelay(5) and pass for halfdelay(15)7 call 0x61 getch10 call -1 getch13 # setting noecho stops getch setting cbreak itself.18 call 0x61 getch
7 call 97 getch10 # since delay is in effect and we set timeout the following getch should12 call -1 getch19 call $KEY_UP getch
4 call $KEY_RIGHT getch7 call $KEY_UP getch9 call 27 getch
9 call 0x61 getch13 call 0x62 getch17 call 0x63 getch
14 call 0x66 getch16 call 0x67 getch18 call 0x0a getch
5 call $KEY_UP getch13 call 0x1b getch18 call $KEY_UP getch
3 call 105 getch8 compare getch.chk
5 call 1024 getch9 call 0x1b getch
8 call 97 getch
10 # since delay is in effect and we set timeout the following getch should
82 getch(); in lo_curses()89 getch(); in lo_curses()96 getch(); in lo_curses()118 getch(); in lo_curses()
961 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()
94 return (getch() & 0177); in timerch()
267 return (getch() & 0177); in inputch()497 ch = getch() & 0177; in getword()
273 int ch = getch(); in get_key()365 int ch = getch(); in get_coord()
67 int getch(void);215 while ((c = getch()) >= 0) { in ipl_main()
77 ch = getch(); in keyboard()
118 getch(); in main()
181 c = getch(); in getchr()
168 return getch(); in getinput()
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 \
410 while ((ch = getch()) != ERR) { in process_device_select() 485 while ((ch = getch()) != ERR) { in open_device()
377 def getch(): function496 res = getch()