OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISIG
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/bsd/tmux/dist/compat/
cfmakeraw.c
30
tio->c_lflag &= ~(ECHO|ECHONL|ICANON|
ISIG
|IEXTEN);
/src/lib/libc/termios/
cfmakeraw.c
63
t->c_lflag &= ~(ECHO|ECHONL|ICANON|
ISIG
|IEXTEN);
/src/sys/sys/
ttydefaults.h
50
#define TTYDEF_LFLAG (ECHO | ICANON |
ISIG
| IEXTEN | ECHOE|ECHOKE|ECHOCTL)
termios.h
61
#define VINTR 8 /*
ISIG
*/
62
#define VQUIT 9 /*
ISIG
*/
63
#define VSUSP 10 /*
ISIG
*/
65
#define VDSUSP 11 /*
ISIG
*/
171
#define
ISIG
0x00000080U /* enable signals INT, QUIT, [D]SUSP */
/src/usr.sbin/lpr/lpd/
modes.c
159
{ "
isig
",
ISIG
, 0 },
160
{ "-
isig
", 0,
ISIG
},
ttcompat.c
87
if (ISSET(iflag, IXON) || ISSET(lflag,
ISIG
|IEXTEN) ||
107
CLR(lflag,
ISIG
|ICANON|IEXTEN);
111
SET(lflag,
ISIG
|IEXTEN);
key.c
142
ip->t.c_lflag |=
ISIG
|IEXTEN;
/src/share/examples/rump/tipsy/
tipsy.c
122
tios.c_lflag &= ~(ICANON|
ISIG
|IEXTEN|ECHO);
/src/external/bsd/ppp/dist/pppd/
termios_linux.h
191
t->c_lflag &= ~(ECHO | ECHONL | ICANON |
ISIG
| IEXTEN);
/src/external/gpl2/xcvs/dist/lib/
getpass.c
124
t.c_lflag &= ~(ECHO |
ISIG
);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d
116
ISIG
215
enum
ISIG
= 0x0000001; // 0000001
312
enum
ISIG
= 0x00000080;
409
enum
ISIG
= 0x00000080;
506
enum
ISIG
= 0x00000080;
603
enum
ISIG
= 0x00000080;
700
enum
ISIG
= 0x00000080;
779
enum
ISIG
= 0x000001;
/src/libexec/telnetd/
sys_term.c
312
return(termbuf.c_lflag &
ISIG
);
328
termbuf.c_lflag |=
ISIG
;
330
termbuf.c_lflag &= ~
ISIG
;
/src/bin/stty/
modes.c
135
{ "
isig
",
ISIG
},
key.c
161
ip->t.c_lflag |=
ISIG
|IEXTEN;
print.c
94
put("-
isig
",
ISIG
, 1);
/src/usr.bin/tip/aculib/
v831.c
210
cntrl.c_lflag &= ~(
ISIG
| ICANON);
/src/usr.bin/telnet/
sys_bsd.c
312
tmp_tc.c_lflag &= ~
ISIG
;
315
tmp_tc.c_lflag |=
ISIG
;
/src/libexec/getty/
subr.c
374
lflag = ICANON|
ISIG
|IEXTEN;
399
CLR(lflag,
ISIG
|ICANON|IEXTEN);
403
SET(lflag,
ISIG
|IEXTEN);
/src/sys/compat/common/
tty_43.c
311
if (ISSET(iflag, IXON) || ISSET(lflag,
ISIG
|IEXTEN) ||
384
CLR(lflag,
ISIG
|ICANON|IEXTEN);
388
SET(lflag,
ISIG
|IEXTEN);
/src/games/warp/
term.h
205
#define raw() ((bizarre=1),_tty.c_lflag &=~
ISIG
,_tty.c_cc[VMIN] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty))
206
#define noraw() ((bizarre=1),_tty.c_lflag |=
ISIG
,_tty.c_cc[VEOF] = CEOF,tcsetattr(_tty_ch,TCSAFLUSH,&_tty))
/src/external/bsd/nvi/dist/cl/
cl_screen.c
347
* If flow control was on, turn it back on. Turn signals on.
ISIG
376
clp->vi_enter.c_lflag |=
ISIG
;
528
clp->ex_enter.c_lflag |= ECHO | ECHOE | ECHOK | ICANON | IEXTEN |
ISIG
;
cl_read.c
222
term2.c_lflag &= ~
ISIG
;
/src/lib/libc/gen/
getpass.c
131
st.c_lflag &= ~(ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL|
ISIG
|ICANON);
/src/sys/compat/linux/common/
linux_termios.h
244
bts->c_lflag |= cvtto_bsd_mask(lt->c_lflag, LINUX_ISIG,
ISIG
);
327
lt->c_lflag |= cvtto_linux_mask(bts->c_lflag,
ISIG
, LINUX_ISIG);
418
bts->c_lflag |= cvtto_bsd_mask(lts->c_lflag, LINUX_ISIG,
ISIG
);
519
lts->c_lflag |= cvtto_linux_mask(bts->c_lflag,
ISIG
, LINUX_ISIG);
/src/usr.bin/tset/
set.c
135
mode.c_lflag |= (
ISIG
| ICANON | ECHO | ECHOE | ECHOK
Completed in 42 milliseconds
1
2
Indexes created Tue Feb 24 01:34:59 UTC 2026