Searched refs:ISWHITE (Results 1 – 1 of 1) sorted by relevance
436 #define ISWHITE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) macro456 while (*p && ISWHITE (*p)) in find_key()461 while (*p && *p != '=' && !ISWHITE (*p)) in find_key()466 while (*p && ISWHITE (*p)) in find_key()