Searched refs:cbreak (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/games/hack/
H A Ddef.flag.h72 unsigned cbreak:1; /* in cbreak mode, rogue format */ member in struct:flag
H A Dhack.tty.c163 flags.cbreak = (inittyb.c_lflag & ICANON) ? OFF : ON;
179 flags.cbreak = ON;
283 putstr(flags.cbreak ? "space" : "return");
301 if (flags.cbreak) {
/netbsd-current/usr.bin/gzip/
H A Dzmore65 stty cbreak -echo 2>/dev/null
/netbsd-current/games/hangman/
H A Dsetup.c56 cbreak();
/netbsd-current/external/bsd/bzip2/dist/
H A Dbzmore21 if stty -cbreak 2>/dev/null; then
22 cb='cbreak'; ncb='-cbreak'
/netbsd-current/games/mille/
H A Dmille.c99 cbreak();
/netbsd-current/usr.bin/talk/
H A Dinit_disp.c72 cbreak();
/netbsd-current/games/robots/
H A Dmain.c157 cbreak();
/netbsd-current/games/battlestar/
H A Dfly.c86 cbreak();
/netbsd-current/games/dab/
H A Dttyscrn.cc213 cbreak();
/netbsd-current/games/cribbage/
H A Dcrib.c123 cbreak();
143 cbreak();
/netbsd-current/lib/libcurses/
H A Dtty.c209 * cbreak --
210 * Enable cbreak mode
213 cbreak(void) function
215 __CTRACE(__CTRACE_MISC, "cbreak()\n");
231 * Disable cbreak mode
258 * Put the terminal into cbreak mode with the specified timeout.
267 if (cbreak() == ERR)
H A Dget_wch.c475 cbreak();
H A DMakefile74 curses_color.3 can_change_color.3 curses_tty.3 cbreak.3 \
/netbsd-current/games/rogue/
H A Dinit.c214 cbreak();
/netbsd-current/games/worm/
H A Dworm.c122 cbreak();
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile32 FILES+= cbreak
/netbsd-current/games/gomoku/
H A Dbdisp.c73 cbreak();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui.c423 cbreak ();
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui.c441 cbreak ();
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dview.c276 (void) cbreak(); /* take input chars one at a time, no wait for \n */
/netbsd-current/usr.bin/systat/
H A Dmain.c245 cbreak();
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh1247 atf_test_case cbreak
1250 atf_set "descr" "Check cbreak mode works"
1254 h_run cbreak
2338 atf_add_test_case cbreak
/netbsd-current/games/hunt/hunt/
H A Dhunt.c277 (void) cbreak();
/netbsd-current/games/cgram/
H A Dcgram.c564 cbreak();

Completed in 398 milliseconds

12