Home
last modified time | relevance | path

Searched refs:CRTS_IFLOW (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Dtermios.h218 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW)
219 #define CRTS_IFLOW 0x00020000 /* RTS flow control of input */ macro
/xnu-8796.121.2/bsd/kern/
H A Dtty.c463 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) && in ttyinput()