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

/freebsd-10-stable/lib/libedit/
H A Dchartype.h81 #define Isupper(x) iswupper(x) macro
131 #define Isupper(x) isupper((unsigned char)x) macro
/freebsd-10-stable/contrib/tcsh/
H A Dsh.char.h193 # define Isupper(c) (((c) & QUOTE) ? 0 : iswupper(c)) macro
206 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : NXIsUpper((unsigned) (c))) macro
227 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : isupper((tcshuc) (c))) macro
268 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : isupper( oem_it((tcshuc)(c)))) macro
290 # define Isupper(c) (cmap((c), _UP) && !(((c) & META) && AsciiOnly)) macro

Completed in 87 milliseconds