Searched refs:getch (Results 1 – 19 of 19) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 990801-1.c | 1 extern int getch(); 11 c = getch(); in token()
|
/openbsd/games/bs/ |
H A D | bs.c | 297 (void) getch(); in intro() 504 c = getch(); in initgame() 575 (void) getch(); in initgame() 601 switch(c = getch()) in getcoord() 904 ch = getch(); in sgetc()
|
/openbsd/games/backgammon/common_source/ |
H A D | subs.c | 58 c = getch(); in readc()
|
/openbsd/lib/libcurses/ |
H A D | manhtml.aliases | 44 getch(3) curs_getch(3)
|
H A D | curses.h | 657 extern NCURSES_EXPORT(int) getch (void); /* generated */ 1291 #define getch() wgetch(stdscr) macro
|
/openbsd/games/gomoku/ |
H A D | bdisp.c | 310 switch(c = getch()) { in getcoord()
|
/openbsd/games/worm/ |
H A D | worm.c | 180 if (process(getch()) == 0) in main()
|
/openbsd/games/snake/ |
H A D | snake.c | 259 if (((c = getch()) <= '9') && (c >= '0')) { in mainloop() 261 while (((c = getch()) <= '9') && (c >= '0')) in mainloop()
|
/openbsd/games/canfield/canfield/ |
H A D | canfield.c | 1333 if ((ch = getch()) == ERR) in getcmd() 1604 getch(); in instruct() 1617 getch(); in instruct()
|
/openbsd/distrib/special/more/ |
H A D | curses.h | 155 #define getch() wgetch(stdscr) macro
|
/openbsd/games/boggle/boggle/ |
H A D | mach.c | 287 if ((ch = getch()) == ERR) in inputch()
|
/openbsd/gnu/llvm/lldb/utils/lui/ |
H A D | cui.py | 181 c = self.screen.getch()
|
/openbsd/usr.bin/systat/ |
H A D | engine.c | 1238 ch = getch(); in keyboard()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1999 | 4293 (sub_getch): Fold back into getch. 4294 (getch): Don't handle linemode here. 4309 Also, call HANDLE_PRAGMA with getch, yyungetc, not pragma_getc and
|
H A D | ChangeLog-1995 | 3401 * input.c (getch): Return EOF if we're in line mode and at the end
|
/openbsd/gnu/llvm/clang/docs/analyzer/ |
H A D | checkers.rst | 2406 …``_IO_getc``, ``fdopen``, ``fopen``, ``freopen``, ``get_current_dir_name``, ``getch``, ``getchar``…
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.2 | 6192 * c-lex.c (getch, put_back, extend_token_buffer_to, 13962 * c-lex.c (GETC): Redefine to call getch. 13966 (getch): New function.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | ChangeLog.2 | 4293 (sub_getch): Fold back into getch. 4294 (getch): Don't handle linemode here. 4309 Also, call HANDLE_PRAGMA with getch, yyungetc, not pragma_getc and
|
H A D | ChangeLog.1 | 3050 * input.c (getch): Return EOF if we're in line mode and at the end
|