Home
last modified time | relevance | path

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

12

/freebsd/contrib/netbsd-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 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 Dgetch3 call 105 getch
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dt_curses.sh76 atf_test_case getch
83 h_run getch
274 atf_add_test_case getch
H A Dtestframe.txt225 called getch() until there are no more characters in stdin. The call
/freebsd/usr.bin/systat/
H A Dkeyboard.c90 ch = getch(); in keyboard()
/freebsd/contrib/less/
H A Dttyin.c200 c = getch(); in getchr()
H A Dos.c181 c = getch(); in iread()
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in55 curs_getch.3x getch.3ncurses
204 getch.3x getch.3ncurses
H A Dmanhtml.aliases59 getch(3X) curs_getch(3X)
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py377 def getch(): function
496 res = getch()
H A Ddpp-nfc.py739 def getch(): function
909 res = getch()
/freebsd/contrib/bsddialog/
H A DREADME.md120 - some terminal does not hide the cursor, move it bottom-right before to getch.
/freebsd/usr.sbin/gstat/
H A Dgstat.c550 while((i = getch()) != ERR) { in main()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def198 "getch" @61 NONAME
H A Dncurses.ref82 "getch" @61 NONAME ; generated
/freebsd/crypto/openssl/crypto/ui/
H A Dui_openssl.c673 i = getch(); in noecho_fgets()
/freebsd/tools/tools/net80211/stumbler/
H A Dstumbler.c344 c = getch(); in user_input()
/freebsd/lib/ncurses/tinfo/
H A DMakefile590 curs_getch.3 getch.3 \
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c45 while (getch() != ERR); in cmd_DRAIN()
472 report_int(getch()); in cmd_getch()
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc395 int c = getch(); /* refresh, accept single keystroke of input */
471 The complementary function to addch() is getch() which, if echo is
476 or the other has to changed before calling getch(); otherwise, the
486 support for function-key mapping. With this feature, the getch() code
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in669 extern NCURSES_EXPORT(int) getch (void); /* generated */
1303 #define getch() wgetch(stdscr) macro
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest607 #undef getch
608 int getch(void)
H A Dllib-lncurses604 #undef getch
605 int getch(void)
H A Dllib-lncursestw717 #undef getch
718 int getch(void)

12