Home
last modified time | relevance | path

Searched refs:ECHOPRT (Results 1 – 15 of 15) sorted by relevance

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c152 { "echoprt", ECHOPRT, 0 },
153 { "-echoprt", 0, ECHOPRT },
154 { "prterase", ECHOPRT, 0 },
155 { "-prterase", 0, ECHOPRT },
168 { "crt", ECHOE|ECHOKE|ECHOCTL, ECHOK|ECHOPRT },
170 { "newcrt", ECHOE|ECHOKE|ECHOCTL, ECHOK|ECHOPRT },
/freebsd/bin/stty/
H A Dmodes.c153 { "echoprt", ECHOPRT, 0 },
154 { "-echoprt", 0, ECHOPRT },
155 { "prterase", ECHOPRT, 0 },
156 { "-prterase", 0, ECHOPRT },
169 { "crt", ECHOE|ECHOKE|ECHOCTL, ECHOK|ECHOPRT },
171 { "newcrt", ECHOE|ECHOKE|ECHOCTL, ECHOK|ECHOPRT },
H A Dkey.c161 ip->t.c_lflag &= ~ECHOPRT; in f_dec()
257 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
H A Dprint.c99 put("-echoprt", ECHOPRT, 0); in print()
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c54 #ifndef ECHOPRT
55 #define ECHOPRT 0 macro
87 termios.c_lflag &= ~(ECHOPRT|TOSTOP|FLUSHO); in stty_default()
/freebsd/sys/kern/
H A Dtty_compat.c319 if (lflag&ECHOPRT) in ttcompatgetflags()
427 lflag |= ECHOPRT; in ttcompatsetlflags()
429 lflag &= ~ECHOPRT; in ttcompatsetlflags()
H A Dtty.c92 #define TTYSUP_LFLAG (ECHOKE|ECHOE|ECHOK|ECHO|ECHONL|ECHOPRT|\
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c209 #ifndef ECHOPRT
210 #define ECHOPRT 0 macro
363 | ECHOPRT in reset_tty_settings()
/freebsd/sys/sys/
H A D_termios.h163 #define ECHOPRT 0x00000020 /* visual erase mode for hardcopy */ macro
/freebsd/libexec/getty/
H A Dsubr.c364 SET(lflag, ECHOPRT); in set_flags()
366 CLR(lflag, ECHOPRT); in set_flags()
/freebsd/contrib/tcsh/
H A Ded.term.c276 # ifdef ECHOPRT
277 { "echoprt",ECHOPRT,M_LINED },
H A Dsh.file.c236 ECHOPRT | in pushback()
/freebsd/contrib/libedit/
H A Dtty.c347 #ifdef ECHOPRT
348 {"echoprt", ECHOPRT, MD_LIN},
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c471 if (bios->c_lflag & ECHOPRT) in bsd_to_linux_termios()
590 bios->c_lflag |= ECHOPRT; in linux_to_bsd_termios()
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG353 4.3Reno, this is the ECHOPRT bit in the c_lflag field.)