Searched refs:ISIG (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10.1-release/crypto/heimdal/appl/login/
H A Dstty_default.c86 termios.c_lflag |= (ISIG|IEXTEN|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE);
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c94 buf.c_lflag &= ~(ICANON | ISIG | IEXTEN);
128 buf.c_lflag |= ISIG;
187 buf.c_lflag |= ISIG | ICANON |
/freebsd-10.1-release/crypto/openssh/
H A Dsshtty.c84 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL);
H A Dttymodes.h131 TTYMODE(ISIG, c_lflag, 50)
/freebsd-10.1-release/lib/libvgl/
H A Dkeyboard.c57 term.c_lflag &= ~(ICANON | ECHO | ISIG);
/freebsd-10.1-release/sys/sys/
H A Dttydefaults.h49 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
H A D_termios.h58 #define VINTR 8 /* ISIG */
59 #define VQUIT 9 /* ISIG */
60 #define VSUSP 10 /* ISIG */
62 #define VDSUSP 11 /* ISIG together with IEXTEN */
160 #define ISIG 0x00000080 /* enable signals INTR, QUIT, [D]SUSP */ macro
/freebsd-10.1-release/bin/stty/
H A Dmodes.c162 { "isig", ISIG, 0 },
163 { "-isig", 0, ISIG },
H A Dkey.c149 ip->t.c_lflag |= ISIG|IEXTEN;
H A Dprint.c99 put("-isig", ISIG, 1);
/freebsd-10.1-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c154 {ISIG, "ISIG"},
159 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN)
/freebsd-10.1-release/usr.sbin/lpr/lpd/
H A Dmodes.c162 { "isig", ISIG, 0 },
163 { "-isig", 0, ISIG },
/freebsd-10.1-release/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c61 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
/freebsd-10.1-release/contrib/tcsh/
H A Dmi.termios.c207 * ISIG: set if not RAW
218 termios_p->c_lflag |= ISIG;
323 * c_lflag & ICANON && ! c_lflag & ISIG
350 if (termios_p->c_lflag & ISIG)
H A Ded.term.c47 { "lflag:", (ISIG|ICANON|ECHO|ECHOE|ECHOCTL|IEXTEN),
60 { "lflag:", ISIG,
78 { "lflag:", 0, ISIG | IEXTEN },
249 # ifdef ISIG
250 { "isig", ISIG, M_LINED },
251 # endif /* ISIG */
/freebsd-10.1-release/sys/kern/
H A Dtty_compat.c303 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
344 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN);
348 lflag |= ISIG|IEXTEN|ECHOCTL; /* XXX was echoctl on ? */
/freebsd-10.1-release/contrib/opie/libopie/
H A Dreadpass.c115 attr.c_lflag |= ISIG;
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c207 tio.c_lflag |= (ECHO | ISIG | ICANON);
/freebsd-10.1-release/lib/libc/gen/
H A Dtermios.c171 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN);
/freebsd-10.1-release/usr.bin/tip/libacu/
H A Dv831.c213 cntrl.c_lflag &= ~(ISIG | ICANON);
/freebsd-10.1-release/contrib/nvi/cl/
H A Dcl_screen.c319 * If flow control was on, turn it back on. Turn signals on. ISIG
348 clp->vi_enter.c_lflag |= ISIG;
481 clp->ex_enter.c_lflag |= ECHO | ECHOE | ECHOK | ICANON | IEXTEN | ISIG;
H A Dcl_read.c209 term2.c_lflag &= ~ISIG;
/freebsd-10.1-release/contrib/libreadline/
H A Drltty.c607 tiop->c_lflag &= ~ISIG;
609 tiop->c_lflag |= ISIG;
1008 nosigstty.c_lflag &= ~ISIG;
/freebsd-10.1-release/usr.sbin/ppp/
H A Dprompt.c434 newtio.c_lflag &= ~(ECHO | ISIG | ICANON);
457 newtio.c_lflag |= (ECHO | ISIG | ICANON);
/freebsd-10.1-release/usr.bin/tset/
H A Dset.c138 mode.c_lflag |= (ISIG | ICANON | ECHO | ECHOE | ECHOK

Completed in 170 milliseconds

12