Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dldterm.h270 #define TS_NOCANON 0x00000100 /* canonicalization done by somebody */ macro
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c1114 tp->t_state |= TS_NOCANON; in ldtermrput()
1137 tp->t_state &= ~TS_NOCANON; in ldtermrput()
1212 if (tp->t_state & TS_NOCANON) { in ldtermrput()
1653 if (tp->t_state & TS_NOCANON) { in ldtermrmsg()