Searched refs:UPPERCASE (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | cr_tty.c | 78 UPPERCASE = (_tty.sg_flags & LCASE) != 0; in gettmode() 84 fprintf(outf, "GETTMODE: UPPERCASE = %s\n", UPPERCASE ? "TRUE":"FALSE"); in gettmode()
|
H A D | curses.c | 65 bool GT, NONL, UPPERCASE, normtty, _pfast; variable
|
H A D | mapfile-vers | 159 UPPERCASE;
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_tty.h | 73 var bool UPPERCASE; variable
|
H A D | ex_tty.c | 64 UPPERCASE = (tty.c_iflag & IUCLC) != 0; in gettmode()
|
H A D | ex_vget.c | 163 if (UPPERCASE) { in getbr()
|
H A D | ex_put.c | 165 } else if (UPPERCASE) in normchar()
|
H A D | ex_vput.c | 84 putchar(tp > dol ? ((UPPERCASE || tilde_glitch) ? '^' : '~') : '@'); in vclrlin()
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 74 extern bool GT, NONL, UPPERCASE, normtty, _pfast;
|
/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | attributes.sh | 47 if [[ $u != UPPERCASE ]]
|