Home
last modified time | relevance | path

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

/original-bsd/usr.bin/tset/
H A Dreset.c27 static int lclear = LMDMBUF|LLITOUT|LPASS8; in main()
/original-bsd/sys/sys/
H A Dioctl_compat.h124 #define LLITOUT (LITOUT>>16) macro
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dgraphics1.c367 static int litout = LLITOUT;
/original-bsd/usr.bin/telnet/
H A Dsys_bsd.c560 lmode |= LLITOUT;
562 lmode &= ~LLITOUT;
/original-bsd/usr.bin/window/
H A Dwwinit.c64 wwnewtty.ww_lmode = wwoldtty.ww_lmode | LLITOUT; in wwinit()
/original-bsd/libexec/telnetd/
H A Dsys_term.c728 termbuf.lflags |= LLITOUT;
730 termbuf.lflags &= ~LLITOUT;
758 return(termbuf.lflags & LLITOUT); in tty_isbinaryout()
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c119 #undef LLITOUT
120 #define LLITOUT 0 macro
1006 lmode = LDECCTQ | LLITOUT | LPASS8 | LNOFLSH | old_lmode; in init_sys_modes()