Searched refs:t_modes (Results 1 – 2 of 2) sorted by relevance
690 tp->t_modes = *termiosp; in ldtermopen()1183 if ((tp->t_modes.c_iflag & IXOFF) && in ldtermrput()1201 if ((tp->t_modes.c_iflag & IXOFF) && (tp->t_state & TS_TBLOCK) && in ldtermrput()1221 if (tp->t_modes.c_iflag & (INLCR|IGNCR|ICRNL|IUCLC|IXON) || in ldtermrput()1222 tp->t_modes.c_lflag & (ISIG|ICANON)) { in ldtermrput()1231 if (tp->t_modes.c_iflag & ISTRIP) in ldtermrput()1241 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput()1254 if (tp->t_modes.c_iflag & IXON && in ldtermrput()1256 tp->t_modes.c_lflag & IEXTEN && in ldtermrput()1257 tp->t_modes.c_iflag & IXANY) { in ldtermrput()[all …]
48 #define V_MIN tp->t_modes.c_cc[VMIN]49 #define V_TIME tp->t_modes.c_cc[VTIME]50 #define RAW_MODE !(tp->t_modes.c_lflag & ICANON)51 #define CANON_MODE (tp->t_modes.c_lflag & ICANON)210 struct termios t_modes; /* Effective modes set by the provider below */ member