Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h268 #define TS_NOCANON 0x00000100 /* canonicalization done by somebody */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c1129 tp->t_state |= TS_NOCANON; in ldtermrput()
1152 tp->t_state &= ~TS_NOCANON; in ldtermrput()
1227 if (tp->t_state & TS_NOCANON) { in ldtermrput()
1670 if (tp->t_state & TS_NOCANON) { in ldtermrmsg()