/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 146 { "echonl", ECHONL, 0 }, 147 { "-echonl", 0, ECHONL },
|
/freebsd/bin/stty/ |
H A D | modes.c | 147 { "echonl", ECHONL, 0 }, 148 { "-echonl", 0, ECHONL },
|
H A D | print.c | 97 put("-echonl", ECHONL, 0); in print()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 159 DATA(ECHONL), in _nc_trace_ttymode() 166 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN) in _nc_trace_ttymode()
|
/freebsd/crypto/openssh/ |
H A D | sshtty.c | 84 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL); in enter_raw_mode()
|
H A D | ttymodes.h | 133 TTYMODE(ECHONL, c_lflag, 56)
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 87 #define ECHONL 0x0020 macro
|
/freebsd/sys/sys/ |
H A D | _termios.h | 161 #define ECHONL 0x00000010 /* echo NL even if ECHO is off */ macro
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 45 (NOFLSH|ECHONL|EXTPROC|FLUSHO|IDEFAULT) }, 58 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO| 264 # ifdef ECHONL 265 { "echonl", ECHONL, M_LINED },
|
H A D | sh.file.c | 234 tty.c_lflag &= ~(ECHOKE | ECHO | ECHOE | ECHOK | ECHONL | in pushback()
|
/freebsd/lib/libc/gen/ |
H A D | readpassphrase.c | 94 term.c_lflag &= ~(ECHO | ECHONL); in readpassphrase()
|
H A D | termios.c | 169 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN); in cfmakeraw()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | readpassphrase.c | 97 term.c_lflag &= ~(ECHO | ECHONL); in readpassphrase()
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | readpassphrase.c | 101 term.c_lflag &= ~(ECHO | ECHONL); in readpassphrase()
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 76 (NOFLSH | ECHONL | EXTPROC | FLUSHO)}, 84 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)}, 335 #ifdef ECHONL 336 {"echonl", ECHONL, MD_LIN},
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newterm.c | 86 buf.c_lflag &= (unsigned) ~(ECHO | ECHONL); in _nc_initscr()
|
/freebsd/contrib/libarchive/libarchive_fe/ |
H A D | passphrase.c | 211 term.c_lflag &= ~(ECHO | ECHONL); in readpassphrase()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 360 clear_flags(tty_settings->c_lflag, (ECHONL in reset_tty_settings()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_script.c | 114 sc->sh_term.c_cflag &= ~(ECHO|ECHOE|ECHONL|ECHOK); in sscr_init()
|
/freebsd/contrib/less/ |
H A D | screen.c | 321 #ifdef ECHONL in set_termio_flags() 322 | ECHONL in set_termio_flags()
|
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | 404 tios.c_lflag |= ECHONL|ICANON; in query_auth()
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 772 (!CMP_FLAG(l, ECHONL) || c != CNL || quote)) in ttydisc_echo()
|
H A D | tty.c | 92 #define TTYSUP_LFLAG (ECHOKE|ECHOE|ECHOK|ECHO|ECHONL|ECHOPRT|\
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_crypto.c | 318 new_term.c_lflag &= ~(ECHO | ECHOE | ECHOK | ECHONL); in libzfs_getpassphrase()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 463 if (bios->c_lflag & ECHONL) in bsd_to_linux_termios() 582 bios->c_lflag |= ECHONL; in linux_to_bsd_termios()
|