/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | cbreak | 2 # 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 D | timeout | 7 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 D | getch | 3 call 105 getch
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | t_curses.sh | 76 atf_test_case getch 83 h_run getch 274 atf_add_test_case getch
|
H A D | testframe.txt | 225 called getch() until there are no more characters in stdin. The call
|
/freebsd/usr.bin/systat/ |
H A D | keyboard.c | 90 ch = getch(); in keyboard()
|
/freebsd/contrib/less/ |
H A D | ttyin.c | 200 c = getch(); in getchr()
|
H A D | os.c | 181 c = getch(); in iread()
|
/freebsd/contrib/ncurses/man/ |
H A D | man_db.renames.in | 55 curs_getch.3x getch.3ncurses 204 getch.3x getch.3ncurses
|
H A D | manhtml.aliases | 59 getch(3X) curs_getch(3X)
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 377 def getch(): function 496 res = getch()
|
H A D | dpp-nfc.py | 739 def getch(): function 909 res = getch()
|
/freebsd/contrib/bsddialog/ |
H A D | README.md | 120 - some terminal does not hide the cursor, move it bottom-right before to getch.
|
/freebsd/usr.sbin/gstat/ |
H A D | gstat.c | 550 while((i = getch()) != ERR) { in main()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 198 "getch" @61 NONAME
|
H A D | ncurses.ref | 82 "getch" @61 NONAME ; generated
|
/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_openssl.c | 673 i = getch(); in noecho_fgets()
|
/freebsd/tools/tools/net80211/stumbler/ |
H A D | stumbler.c | 344 c = getch(); in user_input()
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 590 curs_getch.3 getch.3 \
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 45 while (getch() != ERR); in cmd_DRAIN() 472 report_int(getch()); in cmd_getch()
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 395 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 D | curses.h.in | 669 extern NCURSES_EXPORT(int) getch (void); /* generated */ 1303 #define getch() wgetch(stdscr) macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 607 #undef getch 608 int getch(void)
|
H A D | llib-lncurses | 604 #undef getch 605 int getch(void)
|
H A D | llib-lncursestw | 717 #undef getch 718 int getch(void)
|