Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h46 #define EUCW 16 macro
H A Dsttyparse.c409 term |= EUCW;
492 } else if (term & EUCW) {
H A Dstty.c537 if ((term & EUCW) && kwp.eucw[0]) { in pramodes()