Searched refs:PENDIN (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h173 #define PENDIN 0x20000000 /* tp->t_rawq needs reread */ macro
192 #define LPENDIN (PENDIN>>16)
H A Dtermios.h259 #define PENDIN 0x20000000 /* XXX retype pending input (state) */ macro
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dttymodes.h151 #if defined(PENDIN)
152 TTYMODE(PENDIN, c_lflag, 62)
153 #endif /* PENDIN */
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dterminal.h166 # ifndef PENDIN
167 # define PENDIN LNEW_PENDIN macro
168 # endif /* !PENDIN */
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x145 const PENDIN = 0x20000000; /* tp->t_rawq needs reread */
/macosx-10.10.1/adv_cmds-158/stty/
H A Dmodes.c184 { "pendin", PENDIN, 0 },
185 { "-pendin", 0, PENDIN },
H A Dprint.c126 put("-pendin", PENDIN, 0);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c571 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
722 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH);
723 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH);
H A Dtty.c77 * o Lock PENDIN too?
78 * o Move EXTPROC and/or PENDIN to t_state?
509 if (ISSET(lflag, PENDIN))
1318 SET(tp->t_lflag, PENDIN);
1334 CLR(tp->t_lflag, PENDIN);
1347 tp->t_lflag = t->c_lflag | ISSET(tp->t_lflag, PENDIN);
1612 if (ISSET(tp->t_lflag, PENDIN))
1723 CLR(tp->t_lflag, PENDIN);
1949 CLR(tp->t_lflag, PENDIN);
1990 if (ISSET(lflag, PENDIN)) {
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c198 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN);
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.c291 # ifdef PENDIN
292 { "pendin", PENDIN, M_LINED },
293 # endif /* PENDIN */
396 # ifdef PENDIN
397 { "pendin", PENDIN, M_CONTROL },
398 # endif /* PENDIN */
H A Dsh.file.c398 tty.c_lflag |= PENDIN;
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c278 #ifdef PENDIN
279 { "pendin", BIT, L_FLAG, 0, PENDIN, PENDIN, C("Redisplay pending input at next read and then automatically clear \bpendin\b") },
280 #endif /* PENDIN */
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c434 # ifndef PENDIN
435 # define PENDIN 0 macro
436 # endif /* PENDIN */
462 nttyparm.c_lflag |= (ECHOE|ECHOK|ECHOCTL|PENDIN|IEXTEN);
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dserial.c200 #ifndef PENDIN macro
201 #define PENDIN 0
214 | ECHONL | NOFLSH | PENDIN)
224 | ISIG | NOFLSH | TOSTOP | PENDIN)
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c355 #ifdef PENDIN
356 {"pendin", PENDIN, MD_LIN},
357 #endif /* PENDIN */
/macosx-10.10.1/libedit-40/src/
H A Dtty.c356 #ifdef PENDIN
357 {"pendin", PENDIN, MD_LIN},
358 #endif /* PENDIN */
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dtty.c347 #ifdef PENDIN
348 {"pendin", PENDIN, MD_LIN},
349 #endif /* PENDIN */
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c43 #undef PENDIN macro
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp2713 && !ISSET(tp->t_lflag, PENDIN) ) {

Completed in 695 milliseconds