Searched refs:isUPPER (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c64 #define isUPPER(c) ((c) >= 'A' && (c) <= 'Z') macro
564 if (isUPPER(*cp)) {
575 if (isUPPER(*cp)) {
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c320 #define isUPPER(c) ((c) >= 'A' && (c) <= 'Z') macro
530 if (isUPPER(*string)) {
541 if (isUPPER(*string)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h313 =for apidoc Am|bool|isUPPER|char ch
332 #define isALPHA(c) (isUPPER(c) || isLOWER(c))
340 # define isUPPER(c) isupper(c) macro
352 # define isUPPER(c) ((c) >= 'A' && (c) <= 'Z') macro
362 # define toLOWER(c) (isUPPER(c) ? (c) + ('a' - 'A') : (c))
H A Dregcomp.c4053 if (isUPPER(value))
4063 if (!isUPPER(value))
4141 (isUPPER(prevvalue) && isUPPER(ceilvalue))))
4149 if (isUPPER(i))
H A Dtoke.c50 #define isCONTROLVAR(x) (isUPPER(x) || strchr("[\\]^_?", (x)))
1277 (isUPPER(min) && isUPPER(max))) {
1284 if (isUPPER(i))
1914 if (gv || PL_last_lop_op == OP_PRINT || isUPPER(*PL_tokenbuf))
H A Dmg.c359 else if (isUPPER(mg->mg_type)) {
H A Dhv.c789 if (isUPPER(mg->mg_type)) {

Completed in 103 milliseconds