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

/netbsd-6-1-5-RELEASE/bin/csh/
H A Dchar.h79 #define Isupper(c) (((c) & QUOTE) ? 0 : isupper((unsigned char) (c))) macro
91 #define Isupper(c) (cmap(c, _UP) && !(((c) & META) && AsciiOnly)) macro
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dchartype.h86 #define Isupper(x) iswupper(x) macro
141 #define Isupper(x) isupper((unsigned char)x) macro

Completed in 117 milliseconds