Home
last modified time | relevance | path

Searched refs:LPASS8 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.term.h149 # ifndef LPASS8
150 # define LPASS8 0 macro
H A Ded.term.c433 # ifdef LPASS8
434 { "lpass8", LPASS8, M_LOCAL },
1065 return td->d_lb & (LPASS8 | LLITOUT); in tty_geteightbit()
/freebsd/include/rpcsvc/
H A Drex.x189 const LPASS8 = 0x0800; variable
/freebsd/sys/sys/
H A Dioctl_compat.h142 #define LPASS8 (PASS8>>16) macro
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c566 lmode |= LPASS8; in TerminalNewMode()
568 lmode &= ~LPASS8; in TerminalNewMode()