Searched refs:Islower (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.nls.c79 if (mode == 0 && Islower(c)) {
H A Dsh.char.h194 # define Islower(c) (((c) & QUOTE) ? 0 : iswlower(c)) macro
207 # define Islower(c) (((Char)(c) & QUOTE) ? 0 : NXIsLower((unsigned) (c))) macro
228 # define Islower(c) (((Char)(c) & QUOTE) ? 0 : islower((tcshuc) (c))) macro
269 # define Islower(c) (((Char)(c) & QUOTE) ? 0 : islower( oem_it((tcshuc)(c)))) macro
291 # define Islower(c) (cmap((c),_DOW) && !(((c) & META) && AsciiOnly)) macro
H A Ded.chared.c3017 if (Islower(*cp))
3039 if (Islower(*cp))
3300 else if (Islower(c))
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dchartype.h91 #define Islower(x) iswlower(x) macro
141 #define Islower(x) islower((unsigned char)x) macro
H A Demacs.c293 if (Islower(*cp))
318 if (Islower(*cp))
H A Dvi.c260 else if (Islower(c))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregclass.c75 static int Islower(int c) { return iswlower(c); } function
116 { SZ("lower"), Islower },
/macosx-10.9.5/libedit-39/src/
H A Dchartype.h91 #define Islower(x) iswlower(x) macro
146 #define Islower(x) islower((unsigned char)x) macro
H A Demacs.c293 if (Islower(*cp))
318 if (Islower(*cp))
H A Dvi.c260 else if (Islower(c))

Completed in 134 milliseconds