Searched refs:LPASS8 (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h190 #define LPASS8 (PASS8>>16) macro
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x196 const LPASS8 = 0x0800;
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.h150 # ifndef LPASS8
151 # define LPASS8 0 macro
152 # endif /* LPASS8 */
H A Ded.term.c436 # ifdef LPASS8
437 { "lpass8", LPASS8, M_LOCAL },
438 # endif /* LPASS8 */
1067 return td->d_lb & (LPASS8 | LLITOUT);
/macosx-10.10.1/screen-22/screen/
H A Dtty.c558 #if defined(LPASS8)
559 | LPASS8
560 #endif /* LPASS8 */
904 m->m_lmode &= ~LPASS8;
913 m->m_lmode |= LPASS8;
921 m->m_lmode &= ~LPASS8;
929 m->m_lmode |= LPASS8;
H A Dtty.c.dist558 #if defined(LPASS8)
559 | LPASS8
560 #endif /* LPASS8 */
904 m->m_lmode &= ~LPASS8;
913 m->m_lmode |= LPASS8;
921 m->m_lmode &= ~LPASS8;
929 m->m_lmode |= LPASS8;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c169 int lflag; /* Local mode flags, like LPASS8. */
337 # if defined (LPASS8)
338 tiop->lflag |= LPASS8;
339 # endif /* LPASS8 */
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c571 lmode |= LPASS8;
573 lmode &= ~LPASS8;
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c617 termbuf.lflags |= LPASS8;
619 termbuf.lflags &= ~LPASS8;
654 return(termbuf.lflags & LPASS8);
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dserial.c3301 #ifdef LPASS8
3305 i = LPASS8;
3308 i = LPASS8;
3313 i = LPASS8;
3462 LPASS8. This shouldn't foul things up anywhere else. As far
3468 #ifndef LPASS8
3469 #define LPASS8 0
3474 i = LLITOUT | LPASS8 | LAUTOFLOW;
3451 #define LPASS8 macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c210 /* LPASS8 is new in 4.3, and makes cbreak mode provide all 8 bits. */
211 #ifndef LPASS8
212 #define LPASS8 0 macro
725 s.main.sg_flags |= LPASS8;
1612 tty.lmode = LDECCTQ | LLITOUT | LPASS8 | LNOFLSH | old_tty.lmode;

Completed in 99 milliseconds