Searched refs:ch_c_iflag (Results 1 – 2 of 2) sorted by relevance
247 channel->ch_c_iflag = termios->c_iflag; in jsm_tty_open()312 channel->ch_c_iflag = termios->c_iflag; in jsm_tty_set_termios()784 else if (ch->ch_c_iflag & IXOFF) { in jsm_check_queue_flow_control()822 else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) { in jsm_check_queue_flow_control()
200 tcflag_t ch_c_iflag; /* channel iflags */ member