Home
last modified time | relevance | path

Searched defs:IS_LOWER (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/less/
H A Dless.h143 #define IS_LOWER(c) iswlower((wint_t) (c)) macro
149 #define IS_LOWER(c) (is_ascii_char(c) && islower((unsigned char) (c))) macro
154 #define IS_LOWER(c) (is_ascii_char(c) && ASCII_IS_LOWER(c)) macro
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dcp-demangle.c203 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dcp-demangle.c203 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dcp-demangle.c207 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dcp-demangle.c213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dcp-demangle.c213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro