Searched refs:appendError (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.cpp | 215 static char *appendError(FileState *fs, char *msg, char *strbuf, size_t *pMaxSize, size_t *pCurSize) in appendError() function 302 strbuf = appendError(oldfs, "#includes nested too deeply", strbuf, pMaxSize, pCurSize); in processInclude() 310 strbuf = appendError(oldfs, "expected quote after #include", strbuf, pMaxSize, pCurSize); in processInclude() 317 strbuf = appendError(oldfs, "missing quote at end of #include", strbuf, pMaxSize, pCurSize); in processInclude() 358 strbuf = appendError(oldfs, temp, strbuf, pMaxSize, pCurSize); in processInclude()
|