Home | History | Annotate | Download | only in program

Lines Matching defs:IsWhitespace

281 static GLboolean IsWhitespace(GLubyte b)
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {