Searched refs:_SP (Results 1 – 2 of 2) sorted by relevance
/tools/include/linux/ |
D | ctype.h | 17 #define _SP 0x80 /* hard space (0x20) */ macro 33 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
|
/tools/lib/ |
D | ctype.c | 16 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */ 30 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
|