Searched refs:DELIM_TOKENS (Results 1 – 1 of 1) sorted by relevance
59 #define DELIM_TOKENS " \t" macro1118 pszSource = strtok(pszSource, DELIM_TOKENS NEWLINE_TOKENS); in ReadStringToken()1285 char *str = strtok (pBlockCopy, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()1311 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()1337 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()1370 pszRemaining = strtok(NULL, DELIM_TOKENS NEWLINE_TOKENS); in ParseGenericSurface()1396 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()1420 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()1525 char *str = strtok (m_psContext->ppszEffectFile[i], NEWLINE_TOKENS DELIM_TOKENS); in ParseTexture()1536 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseTexture()[all …]