Searched refs:ISSPACE (Results 1 – 3 of 3) sorted by relevance
230 #define ISSPACE(c) (c == ' ' || c == 0x09 || c == 0x0A || c == 0x0D || c == 0) macro244 if (ISSPACE(*str_begin)) { in dsp_om_trim_zero()252 if (ISSPACE(*str_end)) { in dsp_om_trim_zero()
45 #define ISSPACE(c) Py_ISSPACE(c) macro