Home
last modified time | relevance | path

Searched refs:_ISbit (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h32 #ifndef _ISbit
43 # define _ISbit(bit) (1 << (bit)) macro
45 # define _ISbit(bit) ((bit) < 8 ? ((1 << (bit)) << 8) : ((1 << (bit)) >> 8))
50 _ISupper = _ISbit (0), /* UPPERCASE. */
51 _ISlower = _ISbit (1), /* lowercase. */
52 _ISalpha = _ISbit (2), /* Alphabetic. */
53 _ISdigit = _ISbit (3), /* Numeric. */
54 _ISxdigit = _ISbit (4), /* Hexadecimal numeric. */
55 _ISspace = _ISbit (5), /* Whitespace. */
56 _ISprint = _ISbit (6), /* Printing. */
[all …]