Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c320 #define isUPPER(c) ((c) >= 'A' && (c) <= 'Z') macro
530 if (isUPPER(*string)) { in tparam_internal()
541 if (isUPPER(*string)) { in tparam_internal()