HomeSort by: relevance | last modified time | path
    Searched defs:Islower (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
char.h 78 #define Islower(c) (((c) & QUOTE) ? 0 : islower((unsigned char) (c)))
90 #define Islower(c) (cmap(c,_LOW) && !(((c) & META) && AsciiOnly))
char.h 78 #define Islower(c) (((c) & QUOTE) ? 0 : islower((unsigned char) (c)))
90 #define Islower(c) (cmap(c,_LOW) && !(((c) & META) && AsciiOnly))

Completed in 21 milliseconds