Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_tty.c76 UPPERCASE = (_tty.sg_flags & LCASE) != 0; in gettmode()
82 fprintf(outf, "GETTMODE: UPPERCASE = %s\n", UPPERCASE ? "TRUE":"FALSE"); in gettmode()
H A Dcurses.c63 bool GT, NONL, UPPERCASE, normtty, _pfast; variable
H A Dmapfile-vers179 UPPERCASE { ASSERT = { TYPE = OBJECT; SIZE = 1; }; };
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h71 var bool UPPERCASE; variable
H A Dex_tty.c62 UPPERCASE = (tty.c_iflag & IUCLC) != 0; in gettmode()
H A Dex_vget.c163 if (UPPERCASE) { in getbr()
H A Dex_put.c164 } else if (UPPERCASE) in normchar()
H A Dex_vput.c82 putchar(tp > dol ? ((UPPERCASE || tilde_glitch) ? '^' : '~') : '@'); in vclrlin()
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h72 extern bool GT, NONL, UPPERCASE, normtty, _pfast;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dattributes.sh47 if [[ $u != UPPERCASE ]]