Searched refs:ISSPACE (Results 1 – 2 of 2) sorted by relevance
100 for (c = *s; !ISSPACE(c) && (i > 0); i--)124 for (; !ISSPACE(c) && (i > 0); i--)168 if (ISSPACE(c))
614 #define ISSPACE(x) isspace((u_char)(x)) macro