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

/macosx-10.10/tcsh-65/tcsh/
H A Dtc.nls.c82 } else if (mode && Isupper(c)) {
H A Dsh.char.h195 # define Isupper(c) (((c) & QUOTE) ? 0 : iswupper(c)) macro
208 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : NXIsUpper((unsigned) (c))) macro
229 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : isupper((tcshuc) (c))) macro
270 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : isupper( oem_it((tcshuc)(c)))) macro
292 # define Isupper(c) (cmap((c), _UP) && !(((c) & META) && AsciiOnly)) macro
H A Dtw.parse.c699 MCH1 = Isupper(MCH1) ? Tolower(MCH1) : MCH1;
700 MCH2 = Isupper(MCH2) ? Tolower(MCH2) : MCH2;
875 MCH1 = Isupper(MCH1) ? Tolower(MCH1) : MCH1;
876 MCH2 = Isupper(MCH2) ? Tolower(MCH2) : MCH2;
H A Ded.chared.c3046 if (Isupper(*cp))
3065 if (Isupper(*cp))
3298 if (Isupper(c))
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h90 #define Isupper(x) iswupper(x) macro
140 #define Isupper(x) isupper((unsigned char)x) macro
H A Demacs.c325 if (Isupper(*cp))
349 if (Isupper(*cp))
H A Dvi.c258 if (Isupper(c))
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregclass.c80 static int Isupper(int c) { return iswupper(c); } function
120 { SZ("upper"), Isupper },
/macosx-10.10/libedit-40/src/
H A Dchartype.h90 #define Isupper(x) iswupper(x) macro
145 #define Isupper(x) isupper((unsigned char)x) macro
H A Demacs.c325 if (Isupper(*cp))
349 if (Isupper(*cp))
H A Dvi.c258 if (Isupper(c))

Completed in 150 milliseconds