Searched refs:ISWHITE (Results 1 – 1 of 1) sorted by relevance
32 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro142 while (i < ptr->len && ISWHITE (ptr->ptr[i])) in buffer_and_nest()157 while (i < ptr->len && ISWHITE (ptr->ptr[i])) in buffer_and_nest()177 while (i < ptr->len && ISWHITE (ptr->ptr[i])) in buffer_and_nest()897 || ! ISWHITE (in->ptr[src + 5]) in macro_expand_body()1176 if (ISWHITE (in->ptr[idx])) in macro_expand()