Searched refs:oldfs (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.cpp | 282 static char *processInclude(FileState *oldfs, char *strbuf, char *includeline, size_t *pMaxSize, si… in processInclude() argument 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() 317 bufsiz = strlen(fname) + strlen(oldfs->fname) + 1; in processInclude() 318 fullfname = (char *)calloc(strlen(fname) + strlen(oldfs->fname) + 1, 1); in processInclude() 319 strcpy_s(fullfname, bufsiz, oldfs->fname); in processInclude() 351 strbuf = appendError(oldfs, temp, strbuf, pMaxSize, pCurSize); in processInclude()
|