Searched defs:ISBLANK (Results 1 – 2 of 2) sorted by relevance
43 #define ISBLANK iswblank macro77 #define ISBLANK isblank macro
1459 #define ISBLANK(ch) ((ch).chars[0] == L' ' && (ch).chars[1] == L'\0') macro1504 #define ISBLANK(ch) (CharOf(ch) == ' ') macro