Searched refs:IS_UPPER (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dcvt.c98 if ((ops & CVT_TO_LC) && IS_UPPER(ch))
H A Dless.h124 #undef IS_UPPER macro
132 #define IS_UPPER(c) iswupper(c) macro
138 #define IS_UPPER(c) isupper((unsigned char) (c)) macro
143 #define IS_UPPER(c) ASCII_IS_UPPER(c) macro
H A Dsearch.c93 if (IS_UPPER(ch))
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcp-demangle.c201 #define IS_UPPER(c) ((c) >= 'A' && (c) <= 'Z') macro
1871 || IS_UPPER (peek_next))
2560 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c))
2571 else if (IS_UPPER (c))
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c169 #define IS_UPPER(c) ((c) >= 'A' && (c) <= 'Z') macro
1825 || IS_UPPER (peek_next))
2514 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c))
2525 else if (IS_UPPER (c))

Completed in 67 milliseconds