Searched refs:ISWS (Results 1 – 1 of 1) sorted by relevance
1786 #define ISWS(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') in split() macro1787 while (ISWS(*s)) in split()1795 while (*s != '\0' && !ISWS(*s)); in split()