Searched refs:is_space (Results 1 – 4 of 4) sorted by relevance
1529 #define is_space(c) ((c) == ' ' || (c) == '\t') macro1535 for (cnt = len; cnt > 0 && (c = *ptr++) && is_space(c); cnt--); in skip_spaces()
2253 #define is_space(c) ((c) == ' ' || (c) == '\t') macro2262 for (cnt = len; cnt > 0 && (c = *ptr++) && is_space(c); cnt --); in skip_spaces()
8876 #define is_space(c) ((c) == ' ' || (c) == '\t') macro8882 for (cnt = len; cnt > 0 && (c = *ptr++) && is_space(c); cnt--);
13940 #define is_space(c) ((c) == ' ' || (c) == '\t') macro13946 for (cnt = len; cnt > 0 && (c = *ptr++) && is_space(c); cnt--);