Searched refs:SDL_isspace (Results 1 – 3 of 3) sorted by relevance
740 while ( SDL_isspace((unsigned char) *text) ) { in SDL_sscanf()791 while ( SDL_isspace((unsigned char) *text) ) { in SDL_sscanf()953 while ( !SDL_isspace((unsigned char) *text) ) { in SDL_sscanf()963 while ( !SDL_isspace((unsigned char) *text) ) { in SDL_sscanf()
88 while ( SDL_isspace(*bufp) ) { in ParseCommandLine()112 while ( *bufp && ! SDL_isspace(*bufp) ) { in ParseCommandLine()
225 #define SDL_isspace(X) isspace(X) macro230 #define SDL_isspace(X) (((X) == ' ') || ((X) == '\t') || ((X) == '\r') || ((X) == '\n'))