Searched refs:_ISbit (Results 1 – 1 of 1) sorted by relevance
30 #ifndef _ISbit41 # define _ISbit(bit) (1 << (bit)) macro48 _ISupper = _ISbit (0), /* UPPERCASE. */49 _ISlower = _ISbit (1), /* lowercase. */50 _ISalpha = _ISbit (2), /* Alphabetic. */51 _ISdigit = _ISbit (3), /* Numeric. */53 _ISspace = _ISbit (5), /* Whitespace. */54 _ISprint = _ISbit (6), /* Printing. */55 _ISgraph = _ISbit (7), /* Graphical. */58 _ISpunct = _ISbit (10), /* Punctuation. */[all …]
Completed in 5 milliseconds