/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | cbreak.c | 58 PTERMIOS(_prog)->c_lflag &= ~ICANON; in cbreak() 74 PTERMIOS(_prog)->c_lflag |= ICANON; in nocbreak() 90 PTERMIOS(_prog)->c_lflag &= ~ICANON; in halfdelay() 102 PTERMIOS(_prog)->c_lflag &= ~(ICANON | ISIG); in raw() 119 PTERMIOS(_prog)->c_lflag |= ICANON | ISIG; in noraw()
|
H A D | wgetch.c | 60 if (!(PTERMIOS(_prog)->c_lflag & ICANON)) { in iqContainsFullLine() 67 if (read_termios.c_lflag & ICANON) { in iqContainsFullLine() 179 newstuff.c_lflag &= ~ICANON; in __m_tty_override_mode() 357 if (!((ch == EOF) && (PTERMIOS(_prog)->c_lflag & ICANON))) { in wgetch()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | cbreak.c | 57 cur_term->_prog.c_lflag &= ~ICANON; in cbreak() 76 cur_term->_prog.c_lflag |= ICANON; in nocbreak() 97 cur_term->_prog.c_lflag &= ~ICANON; 113 cur_term->_prog.c_lflag &= ~(ICANON | ISIG | IXON); in raw() 132 cur_term->_prog.c_lflag |= ICANON | ISIG | IXON; in noraw()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 179 "icanon", ICANON, 0, 180 "-icanon", 0, ICANON, 181 "cbreak", 0, ICANON, 182 "-cbreak", ICANON, 0, 203 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN), 204 "-raw", (ISIG|ICANON|IEXTEN), 0, 205 "cooked", (ISIG|ICANON), 0, 206 "sane", (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOCTL|ECHOKE),
|
H A D | stty.c | 263 if ((cb.c_lflag & ICANON) == 0) in prmodes() 366 if (!(m & ICANON)) in prmodes() 489 if ((cb.c_lflag & ICANON) == 0) in pramodes() 548 (void) fprintf(output, "-icanon " + ((m & ICANON) != 0)); in pramodes() 655 if ((cb.c_lflag & ICANON) == 0) in prachars() 671 if (cb.c_lflag&ICANON) in prachars()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 153 "icanon", ICANON, 0, 154 "-icanon", 0, ICANON, 155 "cbreak", 0, ICANON, 156 "-cbreak", ICANON, 0, 195 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN), 196 "-raw", (ISIG|ICANON|IEXTEN), 0, 197 "cooked", (ISIG|ICANON), 0, 198 "sane", (ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE),
|
H A D | line.c | 373 Savettyb.c_lflag |= (ISIG|ICANON|ECHO); in savline() 379 Savettybs.c_lflag |= (ISIG|ICANON|ECHO); in savline()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 183 "icanon", ICANON, 0, 184 "-icanon", 0, ICANON, 203 "raw", 0, (ISIG|ICANON|XCASE), 204 "-raw", (ISIG|ICANON), 0, 205 "cooked", (ISIG|ICANON), 0, 206 "sane", (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL),
|
H A D | tmautobaud.c | 94 termio.c_lflag &= ~(ISIG|ICANON|ECHO|ECHOE|ECHOK); in auto_termio() 109 termios.c_lflag &= ~(ISIG|ICANON|ECHO|ECHOE|ECHOK); in auto_termio()
|
H A D | stty.c | 315 if ((cb.c_lflag&ICANON) == 0) in prmodes() 414 if (!(m&ICANON)) in prmodes() 540 if ((cb.c_lflag&ICANON) == 0) in pramodes() 600 (void) printf("-icanon "+((m&ICANON) != 0)); in pramodes()
|
H A D | tmterm.c | 156 termio.c_lflag |= (ISIG|ICANON|ECHO|ECHOE|ECHOK);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ldterm.h | 50 #define RAW_MODE !(tp->t_modes.c_lflag & ICANON) 51 #define CANON_MODE (tp->t_modes.c_lflag & ICANON)
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | cbreak.c | 81 PROGTTYS.c_lflag &= ~ICANON; in cbreak()
|
H A D | nocbreak.c | 53 PROGTTYS.c_lflag |= ICANON; in nocbreak()
|
H A D | noraw.c | 52 PROGTTYS.c_lflag |= (ISIG|ICANON); in noraw()
|
H A D | raw.c | 56 PROGTTYS.c_lflag &= ~(ISIG|ICANON); in raw()
|
H A D | ttimeout.c | 115 PROGTTYS.c_lflag &= ~ICANON; in _settimeout()
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | line.c | 245 Savettyb.c_lflag |= (ISIG|ICANON|ECHO); in savline() 251 Savettybs.c_lflag |= (ISIG|ICANON|ECHO); in savline()
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshtty.c | 85 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL); in enter_raw_mode()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 147 TTYMODE(ICANON, c_lflag, 51)
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 168 ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN, /* lflag */ 1258 termiosp->c_lflag |= ICANON; in from_compat() 1298 if (termiosp->c_lflag & ICANON) { in from_compat() 1345 !(termiosp->c_lflag & (ISIG|ICANON|XCASE|IEXTEN))) in to_compat() 1378 if (!(termiosp->c_lflag & ICANON)) in to_compat() 1444 if (termiosp->c_lflag & ICANON) { in to_compat()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 199 #define ICANON 0x00000002 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 199 #define ICANON 0x00000002 macro
|
/titanic_44/usr/src/cmd/format/ |
H A D | misc.c | 522 ttystate.ttystate.c_lflag &= ~ICANON; in charmode_on() 549 ttystate.ttystate.c_lflag |= ICANON; in charmode_off()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 244 { "icanon", BIT, L_FLAG, SS, ICANON, ICANON, C("Enable (disable) \berase\b, \bkill\b, \bwerase\b, a… 245 { "icannon", BIT, L_FLAG, SS, ICANON, ICANON },
|