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

/freebsd-11.0-release/contrib/tcsh/
H A Dtc.nls.c103 if (mode == 0 && Islower(c)) {
H A Dsh.char.h192 # define Islower(c) (((c) & QUOTE) ? 0 : iswlower(c)) macro
205 # define Islower(c) (((Char)(c) & QUOTE) ? 0 : NXIsLower((unsigned) (c))) macro
226 # define Islower(c) (((Char)(c) & QUOTE) ? 0 : islower((tcshuc) (c))) macro
267 # define Islower(c) (((Char)(c) & QUOTE) ? 0 : islower( oem_it((tcshuc)(c)))) macro
289 # define Islower(c) (cmap((c),_DOW) && !(((c) & META) && AsciiOnly)) macro
H A Ded.chared.c3016 if (Islower(*cp))
3038 if (Islower(*cp))
3299 else if (Islower(c))
/freebsd-11.0-release/lib/libedit/
H A Dchartype.h83 #define Islower(x) iswlower(x) macro
139 #define Islower(x) islower((unsigned char)x) macro
H A Demacs.c295 if (Islower(*cp))
320 if (Islower(*cp))
H A Dvi.c262 else if (Islower(c))

Completed in 70 milliseconds