Home
last modified time | relevance | path

Searched refs:CBREAK (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/games/larn/
H A Dio.c111 #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 Dscreen.c83 #ifdef CBREAK
373 new_settings.sg_flags |= CBREAK; in screen_init()
/netbsd-src/usr.sbin/lpr/lpd/
H A Dttcompat.c89 SET(flags, CBREAK); in sttygetoflags()
112 if (ISSET(flags, CBREAK)) in sttysetoflags()
/netbsd-src/sys/sys/
H A Dioctl_compat.h98 #define CBREAK 0x00000002 /* half-cooked mode */ macro
/netbsd-src/lib/librpcsvc/
H A Drex.x103 const CBREAK = 0x00000002; /* half-cooked mode */ variable
/netbsd-src/games/warp/
H A Dterm.h221 #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 Dtty_43.c313 SET(flags, CBREAK); in ttcompatgetflags()
389 if (ISSET(flags, CBREAK)) in ttcompatsetflags()
/netbsd-src/distrib/utils/more/
H A Dscreen.c224 s.sg_flags |= CBREAK;
/netbsd-src/share/man/tools/
H A Dsp.ignore1076 CBREAK
1280 CBREAK
H A Dnewsp.errs1599 CBREAK
2588 CBREAK
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c827 ttybuff.sg_flags |= CBREAK; in terminal_prep_terminal()
/netbsd-src/libexec/getty/
H A Dsubr.c404 if (ISSET(flags, CBREAK)) in compatflags()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c257 tiop->sgttyb.sg_flags |= CBREAK; in prepare_terminal_settings()
/netbsd-src/external/bsd/less/dist/
H A Dscreen.c640 s.sg_flags |= CBREAK; in raw_mode()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt666 s.sg_flags |= CBREAK;