Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c691 tp->t_modes = *termiosp; in ldtermopen()
1289 (tp->t_modes.c_lflag & in ldtermrput()
1291 tp->t_modes.c_iflag & in ldtermrput()
1774 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VLNEXT]) { in ldterm_docanon()
1788 if (c == tp->t_modes.c_cc[VERASE] || c == tp->t_modes.c_cc[VERASE2]) { in ldterm_docanon()
1808 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VWERASE]) { in ldterm_docanon()
1834 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VREPRINT]) { in ldterm_docanon()
2059 if (tp->t_modes.c_lflag & ECHO) in ldterm_docanon()
3506 tp->t_modes.c_lflag & in ldterm_output_msg()
3859 if (tp->t_modes.c_oflag & in ldterm_output_msg()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h46 #define V_MIN tp->t_modes.c_cc[VMIN]
47 #define V_TIME tp->t_modes.c_cc[VTIME]
48 #define RAW_MODE !(tp->t_modes.c_lflag & ICANON)
49 #define CANON_MODE (tp->t_modes.c_lflag & ICANON)
208 struct termios t_modes; /* Effective modes set by the provider below */ member