D | curl_ctype.c | 35 #undef _P 36 #define _P (1<<4) /* punctuation */ macro 49 _S|_B, _P, _P, _P, _P, _P, _P, _P, 50 _P, _P, _P, _P, _P, _P, _P, _P, 52 _N, _N, _P, _P, _P, _P, _P, _P, 53 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U, 56 _U, _U, _U, _P, _P, _P, _P, _P, 57 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L, 60 _L, _L, _L, _P, _P, _P, _P, _C 95 return (ascii[c] & (_N|_X|_U|_L|_P|_S)); in Curl_isgraph() [all …]
|