Home
last modified time | relevance | path

Searched refs:appendError (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp208 static char *appendError(FileState *fs, char *msg, char *strbuf, size_t *pMaxSize, size_t *pCurSize) in appendError() function
295 strbuf = appendError(oldfs, "#includes nested too deeply", strbuf, pMaxSize, pCurSize); in processInclude()
303 strbuf = appendError(oldfs, "expected quote after #include", strbuf, pMaxSize, pCurSize); in processInclude()
310 strbuf = appendError(oldfs, "missing quote at end of #include", strbuf, pMaxSize, pCurSize); in processInclude()
351 strbuf = appendError(oldfs, temp, strbuf, pMaxSize, pCurSize); in processInclude()