Searched refs:CRTS_IFLOW (Results 1 – 2 of 2) sorted by relevance
218 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW)219 #define CRTS_IFLOW 0x00020000 /* RTS flow control of input */ macro
463 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) && in ttyinput()