Searched refs:Isupper (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/tcsh/
H A Dtc.nls.c106 } else if (mode && Isupper(c)) {
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
H A Dtw.parse.c717 LCH1 = Isupper(MCH1) ? Tolower(MCH1) :
719 LCH2 = Isupper(MCH2) ? Tolower(MCH2) :
896 LCH1 = Isupper(MCH1) ? Tolower(MCH1) : MCH1;
897 LCH2 = Isupper(MCH2) ? Tolower(MCH2) : MCH2;
H A Ded.chared.c3045 if (Isupper(*cp))
3064 if (Isupper(*cp))
3297 if (Isupper(c))
/freebsd-11.0-release/lib/libedit/
H A Dchartype.h82 #define Isupper(x) iswupper(x) macro
138 #define Isupper(x) isupper((unsigned char)x) macro
H A Demacs.c327 if (Isupper(*cp))
351 if (Isupper(*cp))
H A Dvi.c260 if (Isupper(c))

Completed in 205 milliseconds