Home
last modified time | relevance | path

Searched refs:ICANON (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/tests/sys/kern/tty/
H A Dtest_ncanon.orch13 stty("lflag", 0, tty.lflag.ICANON)
38 stty("lflag", 0, tty.lflag.ICANON)
H A Dtest_recanon.orch14 stty("lflag", nil, tty.lflag.ICANON)
18 stty("lflag", tty.lflag.ICANON)
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c96 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 Dtty_ttydisc.c148 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 Dtty_compat.c299 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 Dmodes.c158 { "icanon", ICANON, 0 },
159 { "-icanon", 0, ICANON },
/freebsd/bin/stty/
H A Dmodes.c159 { "icanon", ICANON, 0 },
160 { "-icanon", 0, ICANON },
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c160 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 Dkeyboard.c57 term.c_lflag &= ~(ICANON | ECHO | ISIG); in VGLKeyboardInit()
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c86 termios.c_lflag |= (ISIG|IEXTEN|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE); in stty_default()
/freebsd/crypto/openssh/
H A Dsshtty.c84 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL); in enter_raw_mode()
H A Dttymodes.h126 TTYMODE(ICANON, c_lflag, 51)
/freebsd/contrib/tcsh/
H A Dmi.termios.c219 termios_p->c_lflag |= ICANON;
346 if (!(termios_p->c_lflag & ICANON))
H A Ded.term.c44 { "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 Dttydefaults.h48 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
H A D_termios.h167 #define ICANON 0x00000100 /* canonicalize input lines */ macro
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h83 #define ICANON 0x0002 macro
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp99 fd_termios.c_lflag &= ~ICANON; in SetCanonical()
101 fd_termios.c_lflag |= ICANON; in SetCanonical()
/freebsd/usr.bin/resizewin/
H A Dresizewin.c99 new.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG); in main()
/freebsd/usr.bin/tip/tip/
H A Dtip.c208 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 Dbsd-openpty.c227 tio.c_lflag |= (ECHO | ISIG | ICANON); in openpty()
/freebsd/contrib/libedit/
H A Dtty.c75 {"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 Dscreen.c190 new_settings.c_lflag &= ~(ICANON|ECHO); in init_screen()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c288 ttyb.c_lflag = ICANON; in leitch_start()
312 ttyp->c_lflag = ICANON; in leitch_start()
/freebsd/usr.sbin/ppp/
H A Dprompt.c434 newtio.c_lflag &= ~(ECHO | ISIG | ICANON); in prompt_TtyInit()
457 newtio.c_lflag |= (ECHO | ISIG | ICANON); in prompt_TtyCommandMode()

123