Home
last modified time | relevance | path

Searched refs:ECHONL (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c146 { "echonl", ECHONL, 0 },
147 { "-echonl", 0, ECHONL },
/freebsd/bin/stty/
H A Dmodes.c147 { "echonl", ECHONL, 0 },
148 { "-echonl", 0, ECHONL },
H A Dprint.c97 put("-echonl", ECHONL, 0); in print()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c159 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 Dsshtty.c84 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL); in enter_raw_mode()
H A Dttymodes.h133 TTYMODE(ECHONL, c_lflag, 56)
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h87 #define ECHONL 0x0020 macro
/freebsd/sys/sys/
H A D_termios.h161 #define ECHONL 0x00000010 /* echo NL even if ECHO is off */ macro
/freebsd/contrib/tcsh/
H A Ded.term.c45 (NOFLSH|ECHONL|EXTPROC|FLUSHO|IDEFAULT) },
58 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO|
264 # ifdef ECHONL
265 { "echonl", ECHONL, M_LINED },
H A Dsh.file.c234 tty.c_lflag &= ~(ECHOKE | ECHO | ECHOE | ECHOK | ECHONL | in pushback()
/freebsd/lib/libc/gen/
H A Dreadpassphrase.c94 term.c_lflag &= ~(ECHO | ECHONL); in readpassphrase()
H A Dtermios.c169 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN); in cfmakeraw()
/freebsd/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c97 term.c_lflag &= ~(ECHO | ECHONL); in readpassphrase()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c101 term.c_lflag &= ~(ECHO | ECHONL); in readpassphrase()
/freebsd/contrib/libedit/
H A Dtty.c76 (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 Dlib_newterm.c86 buf.c_lflag &= (unsigned) ~(ECHO | ECHONL); in _nc_initscr()
/freebsd/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c211 term.c_lflag &= ~(ECHO | ECHONL); in readpassphrase()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c360 clear_flags(tty_settings->c_lflag, (ECHONL in reset_tty_settings()
/freebsd/contrib/nvi/ex/
H A Dex_script.c114 sc->sh_term.c_cflag &= ~(ECHO|ECHOE|ECHONL|ECHOK); in sscr_init()
/freebsd/contrib/less/
H A Dscreen.c321 #ifdef ECHONL in set_termio_flags()
322 | ECHONL in set_termio_flags()
/freebsd/usr.bin/fetch/
H A Dfetch.c404 tios.c_lflag |= ECHONL|ICANON; in query_auth()
/freebsd/sys/kern/
H A Dtty_ttydisc.c772 (!CMP_FLAG(l, ECHONL) || c != CNL || quote)) in ttydisc_echo()
H A Dtty.c92 #define TTYSUP_LFLAG (ECHOKE|ECHOE|ECHOK|ECHO|ECHONL|ECHOPRT|\
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c318 new_term.c_lflag &= ~(ECHO | ECHOE | ECHOK | ECHONL); in libzfs_getpassphrase()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c463 if (bios->c_lflag & ECHONL) in bsd_to_linux_termios()
582 bios->c_lflag |= ECHONL; in linux_to_bsd_termios()

12