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

/freebsd-10-stable/sys/sys/
H A Dioctl_compat.h143 #define LPASS8 (PASS8>>16) macro
/freebsd-10-stable/include/rpcsvc/
H A Drex.x198 const LPASS8 = 0x0800;
/freebsd-10-stable/contrib/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 */
1068 return td->d_lb & (LPASS8 | LLITOUT);
/freebsd-10-stable/contrib/texinfo/info/
H A Dterminal.c775 # if defined (TIOCLGET) && defined (LPASS8)
780 flags |= LPASS8;
783 # endif /* TIOCLGET && LPASS8 */
864 # if defined (TIOCLGET) && defined (LPASS8)
866 # endif /* TIOCLGET && LPASS8 */
/freebsd-10-stable/contrib/libreadline/
H A Drltty.c169 int lflag; /* Local mode flags, like LPASS8. */
337 # if defined (LPASS8)
338 tiop->lflag |= LPASS8;
339 # endif /* LPASS8 */
/freebsd-10-stable/contrib/telnet/telnet/
H A Dsys_bsd.c572 lmode |= LPASS8;
574 lmode &= ~LPASS8;
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dsys_term.c547 termbuf.lflags |= LPASS8;
549 termbuf.lflags &= ~LPASS8;
584 return(termbuf.lflags & LPASS8);

Completed in 175 milliseconds