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

  /src/bin/csh/
char.h 79 #define Isupper(c) (((c) & QUOTE) ? 0 : isupper((unsigned char) (c)))
91 #define Isupper(c) (cmap(c, _UP) && !(((c) & META) && AsciiOnly))
char.h 79 #define Isupper(c) (((c) & QUOTE) ? 0 : isupper((unsigned char) (c)))
91 #define Isupper(c) (cmap(c, _UP) && !(((c) & META) && AsciiOnly))

Completed in 71 milliseconds