Searched refs:LLITOUT (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracebits.c222 #ifndef LLITOUT
223 #define LLITOUT 0 macro
239 {LLITOUT, "LLITOUT"},
245 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsystty.h109 /* Get rid of LLITOUT in 4.1, since it is said to stimulate kernel bugs. */
111 #undef LLITOUT macro
112 #define LLITOUT 0
110 #undef LLITOUT macro
H A Dsysdep.c728 s.lmode = LLITOUT | s.lmode; /* Don't strip 8th bit */
1612 tty.lmode = LDECCTQ | LLITOUT | LPASS8 | LNOFLSH | old_tty.lmode;
1616 tty.lmode &= ~LLITOUT;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h185 #define LLITOUT (LITOUT>>16) macro
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x190 const LLITOUT = 0x0020; /* literal output */
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c566 lmode |= LLITOUT;
568 lmode &= ~LLITOUT;
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c634 termbuf.lflags |= LLITOUT;
636 termbuf.lflags &= ~LLITOUT;
664 return(termbuf.lflags & LLITOUT);
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.c421 # ifdef LLITOUT
422 { "llitout",LLITOUT,M_LOCAL },
423 # endif /* LLITOUT */
1067 return td->d_lb & (LPASS8 | LLITOUT);
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dgnuserv.c878 int d = LLITOUT;
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dserial.c3461 /* At least on Ultrix, we seem to have to set LLITOUT and
3465 #ifndef LLITOUT
3466 #define LLITOUT 0
3474 i = LLITOUT | LPASS8 | LAUTOFLOW;
3448 #define LLITOUT macro

Completed in 418 milliseconds