Searched defs:Islower (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/csh/
H A Dchar.h78 #define Islower(c) (((c) & QUOTE) ? 0 : islower((unsigned char) (c))) macro
90 #define Islower(c) (cmap(c,_LOW) && !(((c) & META) && AsciiOnly)) macro
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dchartype.h87 #define Islower(x) iswlower(x) macro
142 #define Islower(x) islower((unsigned char)x) macro

Completed in 103 milliseconds