Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/lpr/lpd/
H A Dmodes.c158 { "echoprt", ECHOPRT, 0 },
159 { "-echoprt", 0, ECHOPRT },
160 { "prterase", ECHOPRT, 0 },
161 { "-prterase", 0, ECHOPRT },
174 { "crt", ECHOE|ECHOKE|ECHOCTL, ECHOK|ECHOPRT },
176 { "newcrt", ECHOE|ECHOKE|ECHOCTL, ECHOK|ECHOPRT },
/freebsd-14.2/bin/stty/
H A Dmodes.c159 { "echoprt", ECHOPRT, 0 },
160 { "-echoprt", 0, ECHOPRT },
161 { "prterase", ECHOPRT, 0 },
162 { "-prterase", 0, ECHOPRT },
175 { "crt", ECHOE|ECHOKE|ECHOCTL, ECHOK|ECHOPRT },
177 { "newcrt", ECHOE|ECHOKE|ECHOCTL, ECHOK|ECHOPRT },
H A Dkey.c167 ip->t.c_lflag &= ~ECHOPRT; in f_dec()
263 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
H A Dprint.c105 put("-echoprt", ECHOPRT, 0); in print()
/freebsd-14.2/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-14.2/contrib/ncurses/progs/
H A Dreset_cmd.c209 #ifndef ECHOPRT
210 #define ECHOPRT 0 macro
363 | ECHOPRT in reset_tty_settings()
/freebsd-14.2/sys/kern/
H A Dtty_compat.c321 if (lflag&ECHOPRT) in ttcompatgetflags()
429 lflag |= ECHOPRT; in ttcompatsetlflags()
431 lflag &= ~ECHOPRT; in ttcompatsetlflags()
H A Dtty.c92 #define TTYSUP_LFLAG (ECHOKE|ECHOE|ECHOK|ECHO|ECHONL|ECHOPRT|\
/freebsd-14.2/sys/sys/
H A D_termios.h165 #define ECHOPRT 0x00000020 /* visual erase mode for hardcopy */ macro
/freebsd-14.2/libexec/getty/
H A Dsubr.c370 SET(lflag, ECHOPRT); in set_flags()
372 CLR(lflag, ECHOPRT); in set_flags()
/freebsd-14.2/contrib/tcsh/
H A Ded.term.c276 # ifdef ECHOPRT
277 { "echoprt",ECHOPRT,M_LINED },
H A Dsh.file.c236 ECHOPRT | in pushback()
/freebsd-14.2/contrib/libedit/
H A Dtty.c347 #ifdef ECHOPRT
348 {"echoprt", ECHOPRT, MD_LIN},
/freebsd-14.2/sys/compat/linux/
H A Dlinux_ioctl.c464 if (bios->c_lflag & ECHOPRT) in bsd_to_linux_termios()
581 bios->c_lflag |= ECHOPRT; in linux_to_bsd_termios()
/freebsd-14.2/crypto/heimdal/appl/telnet/
H A DREADME.ORIG353 4.3Reno, this is the ECHOPRT bit in the c_lflag field.)