Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h47 #define CSIW 32 macro
H A Dsttyparse.c417 term |= CSIW;
482 } else if ((term & CSIW) && kcswp->version) {
553 if (term & CSIW) {
H A Dstty.c528 if ((term & CSIW) && kcswp.locale_name[0]) { in pramodes()
774 if (term & CSIW) { in prencode()