Searched refs:ECHONL (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/crypto/openssh/
H A Dsshtty.c84 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL);
H A Dttymodes.h142 TTYMODE(ECHONL, c_lflag, 56)
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c149 {ECHONL, "ECHONL"},
156 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN)
/freebsd-11-stable/bin/stty/
H A Dmodes.c152 { "echonl", ECHONL, 0 },
153 { "-echonl", 0, ECHONL },
H A Dprint.c105 put("-echonl", ECHONL, 0);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dmodes.c152 { "echonl", ECHONL, 0 },
153 { "-echonl", 0, ECHONL },
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h126 #define ECHONL 0000100 macro
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c61 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
/freebsd-11-stable/sys/sys/
H A D_termios.h161 #define ECHONL 0x00000010 /* echo NL even if ECHO is off */ macro
/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c97 term.c_lflag &= ~(ECHO | ECHONL);
H A Dtermios.c173 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c105 term.c_lflag &= ~(ECHO | ECHONL);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c84 buf.c_lflag &= (unsigned) ~(ECHO | ECHONL);
/freebsd-11-stable/usr.bin/tset/
H A Dset.c129 mode.c_lflag &= ~(ECHONL | NOFLSH | TOSTOP
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c211 term.c_lflag &= ~(ECHO | ECHONL);
/freebsd-11-stable/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 },
266 # endif /* ECHONL */
H A Dsh.file.c234 tty.c_lflag &= ~(ECHOKE | ECHO | ECHOE | ECHOK | ECHONL |
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c540 mode.c_lflag &= ~(XCASE | ECHONL | NOFLSH);
/freebsd-11-stable/lib/libedit/
H A Dtty.c77 (NOFLSH | ECHONL | EXTPROC | FLUSHO)},
85 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
336 #ifdef ECHONL
337 {"echonl", ECHONL, MD_LIN},
338 #endif /* ECHONL */
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c545 ECHOK | ECHOKE | ECHONL | ECHOPRT );
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c170 if (l & IBCS2_ECHONL) r |= ECHONL;
262 if (l & ECHONL) r |= IBCS2_ECHONL;
/freebsd-11-stable/contrib/less/
H A Dscreen.c425 #if ECHONL
426 | ECHONL
539 s.c_lflag &= ~(ICANON|ECHO|ECHOE|ECHOK|ECHONL);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_script.c116 sc->sh_term.c_cflag &= ~(ECHO|ECHOE|ECHONL|ECHOK);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c858 mode.c_lflag &= ~((unsigned) (ECHONL | NOFLSH
/freebsd-11-stable/sys/kern/
H A Dtty_ttydisc.c667 * Only echo characters when ECHO is turned on, or ECHONL when
671 (!CMP_FLAG(l, ECHONL) || c != CNL || quote))

Completed in 195 milliseconds

12