Home
last modified time | relevance | path

Searched refs:isWhite (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/groff/src/preproc/html/
HDpushback.cpp152 static int isWhite (char ch) in isWhite() function
176 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()
/trueos/contrib/groff/src/devices/grops/
HDpsfig.diff97 #define isWhite(ch) ((ch) == ' ' || (ch) == '\t' || (ch) == '\n')