Home
last modified time | relevance | path

Searched refs:UPPERCASE (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/ucblib/libcurses/
H A Dcr_tty.c78 UPPERCASE = (_tty.sg_flags & LCASE) != 0; in gettmode()
84 fprintf(outf, "GETTMODE: UPPERCASE = %s\n", UPPERCASE ? "TRUE":"FALSE"); in gettmode()
H A Dcurses.c65 bool GT, NONL, UPPERCASE, normtty, _pfast; variable
H A Dmapfile-vers159 UPPERCASE;
/titanic_50/usr/src/cmd/vi/port/
H A Dex_tty.h73 var bool UPPERCASE; variable
H A Dex_tty.c64 UPPERCASE = (tty.c_iflag & IUCLC) != 0; in gettmode()
H A Dex_vget.c163 if (UPPERCASE) { in getbr()
H A Dex_put.c165 } else if (UPPERCASE) in normchar()
H A Dex_vput.c84 putchar(tp > dol ? ((UPPERCASE || tilde_glitch) ? '^' : '~') : '@'); in vclrlin()
/titanic_50/usr/src/ucbhead/
H A Dcurses.h74 extern bool GT, NONL, UPPERCASE, normtty, _pfast;
/titanic_50/usr/src/lib/libshell/common/tests/
H A Dattributes.sh47 if [[ $u != UPPERCASE ]]