/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 147 "isig", ISIG, 0, 148 "-isig", 0, ISIG, 149 "noisig", 0, ISIG, 150 "-noisig", ISIG, 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 | 181 "isig", ISIG, 0, 182 "-isig", 0, ISIG, 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 | tmterm.c | 156 termio.c_lflag |= (ISIG|ICANON|ECHO|ECHOE|ECHOK);
|
H A D | stty.c | 412 if (!(m&ISIG)) in prmodes() 599 (void) printf("-isig "+((m&ISIG) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 177 "isig", ISIG, 0, 178 "-isig", 0, ISIG, 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),
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | cbreak.c | 102 PTERMIOS(_prog)->c_lflag &= ~(ICANON | ISIG); in raw() 119 PTERMIOS(_prog)->c_lflag |= ICANON | ISIG; in noraw()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | cbreak.c | 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/lib/libcurses/screen/ |
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 | newscreen.c | 184 PROGTTYS.c_lflag |= ISIG; in newscreen()
|
/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 | 146 TTYMODE(ISIG, c_lflag, 50)
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 198 #define ISIG 0x00000001 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 198 #define ISIG 0x00000001 macro
|
/titanic_44/usr/src/cmd/tip/aculib/ |
H A D | v831.c | 193 cntrl.c_lflag &= ~(ICANON|ISIG); in dialit()
|
/titanic_44/usr/src/cmd/script/ |
H A D | script.c | 227 sbuf.c_lflag &= ~(ICANON|ISIG|ECHO); in fixtty()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 389 tmp_tc.c_lflag &= ~ISIG; 394 tmp_tc.c_lflag |= ISIG;
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 168 ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN, /* lflag */ 1256 termiosp->c_lflag |= ISIG; in from_compat() 1345 !(termiosp->c_lflag & (ISIG|ICANON|XCASE|IEXTEN))) in to_compat() 1374 if (!(termiosp->c_lflag & ISIG)) in to_compat()
|
/titanic_44/usr/src/lib/krb5/ss/ |
H A D | listen.c | 38 termbuf.c_lflag |= ICANON|ISIG|ECHO; in print_prompt()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | prompter.c | 176 tparm.c_lflag |= ISIG|ICANON; in setup_tty()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 290 #define ISIG 0000001 macro
|
/titanic_44/usr/src/cmd/tip/ |
H A D | cmds.c | 844 arg.c_lflag |= ISIG; in intr() 846 arg.c_lflag &= ~ISIG; in intr()
|