Searched refs:ISWHITE (Results 1 – 1 of 1) sorted by relevance
404 #define ISWHITE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) macro424 while (*p && ISWHITE (*p)) in find_key()429 while (*p && *p != '=' && !ISWHITE (*p)) in find_key()434 while (*p && ISWHITE (*p)) in find_key()