OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTPROC
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libedit/
tty.h
104
# ifndef
EXTPROC
105
# define
EXTPROC
0
106
# endif /*
EXTPROC
*/
tty.c
76
(NOFLSH | ECHONL |
EXTPROC
| FLUSHO)},
84
(NOFLSH | ICANON | ECHO | ECHOK | ECHONL |
EXTPROC
| IEXTEN | FLUSHO)},
371
#ifdef
EXTPROC
372
{"
extproc
",
EXTPROC
, MD_LIN},
373
#endif /*
EXTPROC
*/
/src/sys/sys/
termios.h
178
#define
EXTPROC
0x00000800U /* external processing */
/src/sys/kern/
tty_pty.c
622
CLR(tp->t_lflag,
EXTPROC
);
1074
* When the
EXTPROC
bit is being toggled, we need
1083
SET(tp->t_lflag,
EXTPROC
);
1085
if (ISSET(tp->t_lflag,
EXTPROC
) &&
1090
CLR(tp->t_lflag,
EXTPROC
);
1196
if (ISSET(tp->t_lflag,
EXTPROC
) && (pti->pt_flags & PF_PKT)) {
tty.c
649
if (!ISSET(lflag,
EXTPROC
)) {
745
if (!ISSET(lflag,
EXTPROC
) && ISSET(lflag, ICANON)) {
957
ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag,
EXTPROC
)) {
1301
* Make the
EXTPROC
bit read only.
1303
if (ISSET(tp->t_lflag,
EXTPROC
))
1304
SET(t->c_lflag,
EXTPROC
);
1306
CLR(t->c_lflag,
EXTPROC
);
2440
if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag,
EXTPROC
))
2568
ISSET(tp->t_lflag,
EXTPROC
))
/src/bin/stty/
print.c
109
put("-
extproc
",
EXTPROC
, 0);
/src/usr.bin/mail/
tty.c
291
int
extproc
;
local in function:grabh
298
extproc
= ((ttybuf.c_lflag &
EXTPROC
) ? 1 : 0);
299
if (
extproc
) {
362
if (
extproc
) {
/src/libexec/telnetd/
sys_term.c
221
return(termbuf.c_lflag &
EXTPROC
);
Completed in 18 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025