Home
last modified time | relevance | path

Searched refs:LLITOUT (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c219 #ifndef LLITOUT in _nc_trace_ttymode()
220 #define LLITOUT 0 in _nc_trace_ttymode() macro
236 {LLITOUT, "LLITOUT"}, in _nc_trace_ttymode()
242 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS) in _nc_trace_ttymode()
/freebsd-12.1/sys/sys/
H A Dioctl_compat.h140 #define LLITOUT (LITOUT>>16) macro
/freebsd-12.1/include/rpcsvc/
H A Drex.x192 const LLITOUT = 0x0020; /* literal output */ variable
/freebsd-12.1/contrib/telnet/telnetd/
H A Dsys_term.c560 termbuf.lflags |= LLITOUT; in tty_binaryout()
562 termbuf.lflags &= ~LLITOUT; in tty_binaryout()
590 return(termbuf.lflags & LLITOUT); in tty_isbinaryout()
/freebsd-12.1/contrib/tcsh/
H A Ded.term.c421 # ifdef LLITOUT
422 { "llitout",LLITOUT,M_LOCAL },
1068 return td->d_lb & (LPASS8 | LLITOUT); in tty_geteightbit()
/freebsd-12.1/contrib/telnet/telnet/
H A Dsys_bsd.c563 lmode |= LLITOUT; in TerminalNewMode()
565 lmode &= ~LLITOUT; in TerminalNewMode()