Searched refs:CBREAK (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_raw.c | 160 buf.sg_flags |= CBREAK; in NCURSES_SP_NAME() 241 buf.sg_flags &= ~(RAW | CBREAK); in NCURSES_SP_NAME() 295 buf.sg_flags &= ~CBREAK; in NCURSES_SP_NAME()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 47 { "nrmal:", (ECHO|CRMOD|ANYP), (CBREAK|RAW|LCASE|VTDELAY|ALLDELAY) }, 61 { "nrmal:", (CBREAK|CRMOD|ANYP), (RAW|ECHO|LCASE|VTDELAY|ALLDELAY) }, 77 { "nrmal:", RAW, CBREAK }, 312 # ifdef CBREAK 313 { "cbreak", CBREAK, M_CONTROL }, 1075 return !(td->d_t.sg_flags & (RAW | CBREAK)); in tty_cooked_mode()
|
H A D | mi.termios.c | 217 if (!(sgbuf.sg_flags & CBREAK)) 350 sgbuf.sg_flags |= CBREAK;
|
H A D | sh.file.c | 144 if (sgtty.sg_flags & (RAW | CBREAK)) { in setup_tty() 145 sgtty.sg_flags &= ~(RAW | CBREAK); in setup_tty()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 271 DATA(CBREAK), in _nc_trace_ttymode() 282 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS) in _nc_trace_ttymode()
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 96 const CBREAK = 0x00000002; /* half-cooked mode */ variable
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 82 #define CBREAK 0x00000002 /* half-cooked mode */ macro
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 303 flags |= CBREAK; in ttcompatgetflags() 351 if (flags & CBREAK) in ttcompatsetflags()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 483 sb.sg_flags &= ~CBREAK; in TerminalNewMode() 490 sb.sg_flags |= CBREAK; in TerminalNewMode()
|
/freebsd/contrib/less/ |
H A D | screen.c | 626 s.sg_flags |= CBREAK; in raw_mode()
|