Searched refs:iswhite (Results 1 – 1 of 1) sorted by relevance
39 #define iswhite(x) ((x) == ' ' || (x) == '\t') macro794 while (*n && !iswhite (*n)) in chewname()814 while (*n == ',' || iswhite (*n)) in chewname()889 while (*s && !iswhite (*s)) in print_type()