Home
last modified time | relevance | path

Searched refs:_P (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/
H A Dctype.c16 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
17 _P,_P,_P,_
[all...]
/kernel/linux/linux-5.10/lib/
H A Dctype.c17 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
18 _P,_P,_P,_
[all...]
H A Dts_fsm.c49 [TS_FSM_PUNCT] = _P,
55 [TS_FSM_PRINT] = _P | _U | _L | _D | _SP,
56 [TS_FSM_GRAPH] = _P | _U | _L | _D,
69 _W|_A|_S|_SP, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 32- 35 */
70 _W|_A|_P, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 3
[all...]
/kernel/linux/linux-6.6/lib/
H A Dctype.c17 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
18 _P,_P,_P,_
[all...]
H A Dts_fsm.c49 [TS_FSM_PUNCT] = _P,
55 [TS_FSM_PRINT] = _P | _U | _L | _D | _SP,
56 [TS_FSM_GRAPH] = _P | _U | _L | _D,
69 _W|_A|_S|_SP, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 32- 35 */
70 _W|_A|_P, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 3
[all...]
/kernel/linux/linux-6.6/tools/lib/
H A Dctype.c16 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
17 _P,_P,_P,_
[all...]
/kernel/linux/linux-5.10/tools/include/linux/
H A Dctype.h14 #define _P 0x10 /* punct */ macro
31 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
33 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
34 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
/kernel/linux/linux-5.10/include/linux/
H A Dctype.h14 #define _P 0x10 /* punct */ macro
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
/kernel/linux/linux-6.6/include/linux/
H A Dctype.h16 #define _P 0x10 /* punct */ macro
28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
30 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
31 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
/kernel/linux/linux-6.6/tools/include/linux/
H A Dctype.h16 #define _P 0x10 /* punct */ macro
28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
30 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
31 #define ispunct(c) ((__ismask(c)&(_P)) != 0)

Completed in 2 milliseconds