Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ttymon/
H A Dstty.h49 #define CSIW 32 macro
H A Dsttyparse.c411 term |= CSIW;
476 } else if ((term & CSIW) && kcswp->version) {
547 if (term & CSIW) {
H A Dstty.c523 if ((term & CSIW) && kcswp.locale_name[0]) { in pramodes()
767 if (term & CSIW) { in prencode()