HomeSort by: relevance | last modified time | path
    Searched defs:getch (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libcurses/
getch.c 1 /* $NetBSD: getch.c,v 1.79 2024/05/14 10:22:48 uwe Exp $ */
35 static char sccsid[] = "@(#)getch.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: getch.c,v 1.79 2024/05/14 10:22:48 uwe Exp $");
424 * getch work in keypad mode.
675 * getch --
679 getch(void) function in typeref:typename:int
713 * getch will not return this keysym even if the matching key sequence
getch.c 1 /* $NetBSD: getch.c,v 1.79 2024/05/14 10:22:48 uwe Exp $ */
35 static char sccsid[] = "@(#)getch.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: getch.c,v 1.79 2024/05/14 10:22:48 uwe Exp $");
424 * getch work in keypad mode.
675 * getch --
679 getch(void) function in typeref:typename:int
713 * getch will not return this keysym even if the matching key sequence
curses.h 98 /* symbols for values returned by getch in keypad mode */
457 #define getch() wgetch(stdscr) macro
562 int getch(void);
curses.h 98 /* symbols for values returned by getch in keypad mode */
457 #define getch() wgetch(stdscr) macro
562 int getch(void);
  /src/sys/arch/hppa/stand/xxboot/
start.S 390 ; int getch(void)
392 .export getch,entry
393 getch: label
start.S 390 ; int getch(void)
392 .export getch,entry
393 getch: label

Completed in 25 milliseconds