Searched defs:islower (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/3d/
H A Dstrmatch.c97 #undef islower macro
98 #define islower(x) iswlower(x) macro
526 if (islower(sc))
542 if (icase ? islower(sc) : isupper(sc))

Completed in 743 milliseconds