Searched refs:_SP (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | ctype.h | 17 #define _SP 0x80 /* hard space (0x20) */ macro 32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
|
/Linux-v4.19/lib/ |
D | ctype.c | 17 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */ 31 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
|
D | ts_fsm.c | 59 [TS_FSM_PRINT] = _P | _U | _L | _D | _SP, 73 _W|_A|_S|_SP, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 32- 35 */ 105 _W|_S|_SP, _W|_P, _W|_P, _W|_P, /* 160-163 */
|
/Linux-v4.19/Documentation/x86/ |
D | boot.txt | 990 _SP = heap_end;
|