/freebsd/tests/sys/kern/tty/ |
H A D | test_ncanon.orch | 13 stty("lflag", 0, tty.lflag.ICANON) 38 stty("lflag", 0, tty.lflag.ICANON)
|
H A D | test_recanon.orch | 14 stty("lflag", nil, tty.lflag.ICANON) 18 stty("lflag", tty.lflag.ICANON)
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_raw.c | 96 buf.c_lflag &= (unsigned) ~(ICANON | ISIG | IEXTEN); in NCURSES_EXPORT() 152 buf.c_lflag &= (unsigned) ~ICANON; in NCURSES_SP_NAME() 235 buf.c_lflag |= ISIG | ICANON | in NCURSES_SP_NAME() 290 buf.c_lflag |= ICANON; in NCURSES_SP_NAME()
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 148 if (!CMP_FLAG(l, ICANON) || clen == 0) in ttydisc_bytesavail() 178 if (!CMP_FLAG(l, ICANON)) { in ttydisc_canonicalize() 418 if (CMP_FLAG(l, ICANON)) in ttydisc_read() 682 !CMP_FLAG(l, ECHO|ICANON|IEXTEN|ISIG|PENDIN)) { in ttydisc_optimize() 1102 if (CMP_FLAG(l, ICANON|IEXTEN) == (ICANON|IEXTEN)) { in ttydisc_rint() 1176 if (CMP_FLAG(l, ICANON)) { in ttydisc_rint() 1244 if (!CMP_FLAG(l, ICANON) || in ttydisc_rint()
|
H A D | tty_compat.c | 299 if ((lflag&ICANON) == 0) { in ttcompatgetflags() 342 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN); in ttcompatsetflags() 352 lflag &= ~ICANON; in ttcompatsetflags() 354 lflag |= ICANON; in ttcompatsetflags()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 158 { "icanon", ICANON, 0 }, 159 { "-icanon", 0, ICANON },
|
/freebsd/bin/stty/ |
H A D | modes.c | 159 { "icanon", ICANON, 0 }, 160 { "-icanon", 0, ICANON },
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 160 DATA(ICANON), in _nc_trace_ttymode() 166 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN) in _nc_trace_ttymode()
|
/freebsd/lib/libvgl/ |
H A D | keyboard.c | 57 term.c_lflag &= ~(ICANON | ECHO | ISIG); in VGLKeyboardInit()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | stty_default.c | 86 termios.c_lflag |= (ISIG|IEXTEN|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE); in stty_default()
|
/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 | 126 TTYMODE(ICANON, c_lflag, 51)
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 219 termios_p->c_lflag |= ICANON; 346 if (!(termios_p->c_lflag & ICANON))
|
H A D | ed.term.c | 44 { "lflag:", (ISIG|ICANON|ECHO|ECHOE|ECHOCTL|IEXTEN), 58 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO| 249 # ifdef ICANON 250 { "icanon", ICANON, M_LINED }, 1073 return (td->d_t.c_lflag & ICANON); in tty_cooked_mode()
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 48 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
|
H A D | _termios.h | 167 #define ICANON 0x00000100 /* canonicalize input lines */ macro
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 83 #define ICANON 0x0002 macro
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Terminal.cpp | 99 fd_termios.c_lflag &= ~ICANON; in SetCanonical() 101 fd_termios.c_lflag |= ICANON; in SetCanonical()
|
/freebsd/usr.bin/resizewin/ |
H A D | resizewin.c | 99 new.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG); in main()
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.c | 208 term.c_lflag &= ~(ICANON|IEXTEN|ECHO); in main() 556 cntrl.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO); in ttysetup()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-openpty.c | 227 tio.c_lflag |= (ECHO | ISIG | ICANON); in openpty()
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 75 {"lflag:", (ISIG | ICANON | ECHO | ECHOE | ECHOCTL | IEXTEN), 84 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)}, 320 #ifdef ICANON 321 {"icanon", ICANON, MD_LIN}, 457 #define tty__cooked_mode(td) ((td)->c_lflag & ICANON)
|
/freebsd/usr.bin/top/ |
H A D | screen.c | 190 new_settings.c_lflag &= ~(ICANON|ECHO); in init_screen()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 288 ttyb.c_lflag = ICANON; in leitch_start() 312 ttyp->c_lflag = ICANON; in leitch_start()
|
/freebsd/usr.sbin/ppp/ |
H A D | prompt.c | 434 newtio.c_lflag &= ~(ECHO | ISIG | ICANON); in prompt_TtyInit() 457 newtio.c_lflag |= (ECHO | ISIG | ICANON); in prompt_TtyCommandMode()
|