Home
last modified time | relevance | path

Searched refs:EUCW (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/ttymon/
H A Dstty.h48 #define EUCW 16 macro
H A Dsttyparse.c403 term |= EUCW;
486 } else if (term & EUCW) {
H A Dstty.c532 if ((term & EUCW) && kwp.eucw[0]) { in pramodes()