islower          3579 compat/regex/regcomp.c     BUILD_CHARCLASS_LOOP (islower);
islower           547 compat/regex/regex_internal.c       if (islower (ch))
islower            48 wildmatch.c    #define ISLOWER(c) (ISASCII(c) && islower(c))