Searched refs:CRTS_IFLOW (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/IOSerialFamily-74/tests/
H A DIOSerialTestLib.c100 CRTS_IFLOW); // RTS flow control of input
113 if ((options.c_cflag & (CS7 | PARENB | CCTS_OFLOW | CRTS_IFLOW)) !=
114 (CS7 | PARENB | CCTS_OFLOW | CRTS_IFLOW)) {
/macosx-10.10.1/adv_cmds-158/stty/
H A Dprint.c183 switch(tmp & (CCTS_OFLOW | CRTS_IFLOW)) {
187 case CRTS_IFLOW:
191 put("-crtscts", CCTS_OFLOW | CRTS_IFLOW, 0);
H A Dmodes.c100 { "rtsflow", CRTS_IFLOW, 0 },
101 { "-rtsflow", 0, CRTS_IFLOW },
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dtermios.h218 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW)
219 #define CRTS_IFLOW 0x00020000 /* RTS flow control of input */ macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.c236 # ifdef CRTS_IFLOW
237 { "crts_iflow",CRTS_IFLOW,M_CONTROL },
238 # endif /* CRTS_IFLOW */
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp1535 CLR(tp->t_cflag, CRTS_IFLOW | CCTS_OFLOW);
1737 if ( ISSET(cflag, CRTS_IFLOW) )
1744 CLR(t->c_cflag, CRTS_IFLOW | CCTS_OFLOW);
2504 SET(t->c_cflag, CRTS_IFLOW);
3510 if (state & CRTS_IFLOW)
3511 strncat(stateDescription, "CRTS_IFLOW ", sizeof(stateDescription) - 12);
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c297 #ifdef CRTS_IFLOW
298 {"crts_iflow", CRTS_IFLOW, MD_CTL},
299 #endif /* CRTS_IFLOW */
/macosx-10.10.1/libedit-40/src/
H A Dtty.c298 #ifdef CRTS_IFLOW
299 {"crts_iflow", CRTS_IFLOW, MD_CTL},
300 #endif /* CRTS_IFLOW */
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dtty.c289 #ifdef CRTS_IFLOW
290 {"crts_iflow", CRTS_IFLOW, MD_CTL},
291 #endif /* CRTS_IFLOW */
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2987 tios.c_cflag |= CRTS_IFLOW;
2989 tios.c_cflag &= ~CRTS_IFLOW;
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dserial.c1952 unix, CTSCD on the 3b1, CCTS_OFLOW/CRTS_IFLOW on BSDI,
2016 q->snew.c_cflag |= CCTS_OFLOW | CRTS_IFLOW;
2075 q->snew.c_cflag &=~ (CCTS_OFLOW | CRTS_IFLOW);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty.c532 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) &&

Completed in 270 milliseconds