Home | History | Annotate | Download | only in program

Lines Matching defs:IsWhitespace

136 static GLboolean IsWhitespace(GLubyte b)
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {