Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c160 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 Ded.term.c47 { "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 Dmi.termios.c217 if (!(sgbuf.sg_flags & CBREAK))
350 sgbuf.sg_flags |= CBREAK;
H A Dsh.file.c144 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 Dlib_tracebits.c271 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 Drex.x96 const CBREAK = 0x00000002; /* half-cooked mode */ variable
/freebsd/sys/sys/
H A Dioctl_compat.h82 #define CBREAK 0x00000002 /* half-cooked mode */ macro
/freebsd/sys/kern/
H A Dtty_compat.c303 flags |= CBREAK; in ttcompatgetflags()
351 if (flags & CBREAK) in ttcompatsetflags()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c483 sb.sg_flags &= ~CBREAK; in TerminalNewMode()
490 sb.sg_flags |= CBREAK; in TerminalNewMode()
/freebsd/contrib/less/
H A Dscreen.c626 s.sg_flags |= CBREAK; in raw_mode()