Home
last modified time | relevance | path

Searched refs:ISIG (Results 1 – 25 of 41) sorted by relevance

12

/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c147 "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 Dline.c373 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 Dsttytable.c181 "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 Dtmautobaud.c94 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 Dtmterm.c156 termio.c_lflag |= (ISIG|ICANON|ECHO|ECHOE|ECHOK);
H A Dstty.c412 if (!(m&ISIG)) in prmodes()
599 (void) printf("-isig "+((m&ISIG) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c177 "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 Dcbreak.c102 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 Dcbreak.c113 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 Dnoraw.c52 PROGTTYS.c_lflag |= (ISIG|ICANON); in noraw()
H A Draw.c56 PROGTTYS.c_lflag &= ~(ISIG|ICANON); in raw()
H A Dnewscreen.c184 PROGTTYS.c_lflag |= ISIG; in newscreen()
/titanic_44/usr/src/lib/libnsl/dial/
H A Dline.c245 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 Dsshtty.c85 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL); in enter_raw_mode()
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h146 TTYMODE(ISIG, c_lflag, 50)
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h198 #define ISIG 0x00000001 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h198 #define ISIG 0x00000001 macro
/titanic_44/usr/src/cmd/tip/aculib/
H A Dv831.c193 cntrl.c_lflag &= ~(ICANON|ISIG); in dialit()
/titanic_44/usr/src/cmd/script/
H A Dscript.c227 sbuf.c_lflag &= ~(ICANON|ISIG|ECHO); in fixtty()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c389 tmp_tc.c_lflag &= ~ISIG;
394 tmp_tc.c_lflag |= ISIG;
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c168 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 Dlisten.c38 termbuf.c_lflag |= ICANON|ISIG|ECHO; in print_prompt()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c176 tparm.c_lflag |= ISIG|ICANON; in setup_tty()
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h290 #define ISIG 0000001 macro
/titanic_44/usr/src/cmd/tip/
H A Dcmds.c844 arg.c_lflag |= ISIG; in intr()
846 arg.c_lflag &= ~ISIG; in intr()

12