Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.char.h192 # define Isupper(c) (((c) & QUOTE) ? 0 : iswupper(c)) macro
205 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : NXIsUpper((unsigned) (c))) macro
226 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : isupper((tcshuc) (c))) macro
267 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : isupper( oem_it((tcshuc)(c)))) macro
289 # define Isupper(c) (cmap((c), _UP) && !(((c) & META) && AsciiOnly)) macro