Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c321 #define isLOWER(c) ((c) >= 'a' && (c) <= 'z') macro
533 } else if (isLOWER(*string)) { in tparam_internal()
544 } else if (isLOWER(*string)) { in tparam_internal()