Home
last modified time | relevance | path

Searched refs:Isupper (Results 1 – 5 of 5) 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
H A Dtc.nls.c106 } else if (mode && Isupper(c)) { in NLSChangeCase()
H A Dtw.parse.c717 LCH1 = Isupper(MCH1) ? Tolower(MCH1) : in is_prefixmatch()
719 LCH2 = Isupper(MCH2) ? Tolower(MCH2) : in is_prefixmatch()
896 LCH1 = Isupper(MCH1) ? Tolower(MCH1) : MCH1; in recognize()
897 LCH2 = Isupper(MCH2) ? Tolower(MCH2) : MCH2; in recognize()
H A Dtw.color.c242 if (Isupper(x)) { in color()
H A Ded.chared.c3049 if (Isupper(*cp)) in e_capitalcase()
3068 if (Isupper(*cp)) in e_lowercase()
3301 if (Isupper(c)) in v_change_case()