Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990801-1.c1 extern int getch();
11 c = getch(); in token()
/openbsd/games/bs/
H A Dbs.c297 (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 Dsubs.c58 c = getch(); in readc()
/openbsd/lib/libcurses/
H A Dmanhtml.aliases44 getch(3) curs_getch(3)
H A Dcurses.h657 extern NCURSES_EXPORT(int) getch (void); /* generated */
1291 #define getch() wgetch(stdscr) macro
/openbsd/games/gomoku/
H A Dbdisp.c310 switch(c = getch()) { in getcoord()
/openbsd/games/worm/
H A Dworm.c180 if (process(getch()) == 0) in main()
/openbsd/games/snake/
H A Dsnake.c259 if (((c = getch()) <= '9') && (c >= '0')) { in mainloop()
261 while (((c = getch()) <= '9') && (c >= '0')) in mainloop()
/openbsd/games/canfield/canfield/
H A Dcanfield.c1333 if ((ch = getch()) == ERR) in getcmd()
1604 getch(); in instruct()
1617 getch(); in instruct()
/openbsd/distrib/special/more/
H A Dcurses.h155 #define getch() wgetch(stdscr) macro
/openbsd/games/boggle/boggle/
H A Dmach.c287 if ((ch = getch()) == ERR) in inputch()
/openbsd/gnu/llvm/lldb/utils/lui/
H A Dcui.py181 c = self.screen.getch()
/openbsd/usr.bin/systat/
H A Dengine.c1238 ch = getch(); in keyboard()
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-19994293 (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 DChangeLog-19953401 * input.c (getch): Return EOF if we're in line mode and at the end
/openbsd/gnu/llvm/clang/docs/analyzer/
H A Dcheckers.rst2406 …``_IO_getc``, ``fdopen``, ``fopen``, ``freopen``, ``get_current_dir_name``, ``getch``, ``getchar``…
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.26192 * 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 DChangeLog.24293 (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 DChangeLog.13050 * input.c (getch): Return EOF if we're in line mode and at the end