Searched refs:CBREAK (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/games/larn/ |
| H A D | io.c | 111 #define CBREAK RAW /* V7 has no CBREAK */ macro 114 #define doraw(_a) (_a.sg_flags |= CBREAK,_a.sg_flags &= ~ECHO) 115 #define unraw(_a) (_a.sg_flags &= ~CBREAK,_a.sg_flags |= ECHO)
|
| /netbsd-src/external/bsd/top/dist/ |
| H A D | screen.c | 83 #ifdef CBREAK 373 new_settings.sg_flags |= CBREAK; in screen_init()
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | ttcompat.c | 89 SET(flags, CBREAK); in sttygetoflags() 112 if (ISSET(flags, CBREAK)) in sttysetoflags()
|
| /netbsd-src/sys/sys/ |
| H A D | ioctl_compat.h | 98 #define CBREAK 0x00000002 /* half-cooked mode */ macro
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | rex.x | 103 const CBREAK = 0x00000002; /* half-cooked mode */ variable
|
| /netbsd-src/games/warp/ |
| H A D | term.h | 221 #define crmode() ((bizarre=1),_tty.sg_flags |= CBREAK, stty(_tty_ch,&_tty)) 222 #define nocrmode() ((bizarre=1),_tty.sg_flags &= ~CBREAK,stty(_tty_ch,&_tty))
|
| /netbsd-src/sys/compat/common/ |
| H A D | tty_43.c | 313 SET(flags, CBREAK); in ttcompatgetflags() 389 if (ISSET(flags, CBREAK)) in ttcompatsetflags()
|
| /netbsd-src/distrib/utils/more/ |
| H A D | screen.c | 224 s.sg_flags |= CBREAK;
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 1076 CBREAK 1280 CBREAK
|
| H A D | newsp.errs | 1599 CBREAK 2588 CBREAK
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | terminal.c | 827 ttybuff.sg_flags |= CBREAK; in terminal_prep_terminal()
|
| /netbsd-src/libexec/getty/ |
| H A D | subr.c | 404 if (ISSET(flags, CBREAK)) in compatflags()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | rltty.c | 257 tiop->sgttyb.sg_flags |= CBREAK; in prepare_terminal_settings()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | screen.c | 640 s.sg_flags |= CBREAK; in raw_mode()
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | subsearch.lt | 666 s.sg_flags |= CBREAK;
|