Searched refs:IS_LOWER (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dless.h125 #undef IS_LOWER macro
133 #define IS_LOWER(c) iswlower(c) macro
139 #define IS_LOWER(c) islower((unsigned char) (c)) macro
144 #define IS_LOWER(c) ASCII_IS_LOWER(c) macro
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcp-demangle.c202 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
1224 || IS_LOWER (peek)
1274 else if (IS_LOWER (peek))
3363 if (IS_LOWER (c))
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c170 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
1178 || IS_LOWER (peek)
1228 else if (IS_LOWER (peek))
3212 if (IS_LOWER (c))

Completed in 101 milliseconds