Searched refs:isWhite (Results 1 – 2 of 2) sorted by relevance
152 static int isWhite (char ch) in isWhite() function176 while ((isWhite(putPB(getPB())) || (putPB(getPB()) == '#')) && (! eofFound)) { in skipUntilToken()246 while (isWhite(ch)) { in readInt()315 while (isWhite(ch)) { in readString()318 while ((i < MAXPUSHBACKSTACK) && (! isWhite(ch)) && (! eofFound)) { in readString()
97 #define isWhite(ch) ((ch) == ' ' || (ch) == '\t' || (ch) == '\n')