Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp289 static char *processInclude(FileState *oldfs, char *strbuf, char *includeline, size_t *pMaxSize, si… in processInclude() argument
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()
324 bufsiz = strlen(fname) + strlen(oldfs->fname) + 1; in processInclude()
325 fullfname = (char *)calloc(strlen(fname) + strlen(oldfs->fname) + 1, 1); in processInclude()
326 strcpy_s(fullfname, bufsiz, oldfs->fname); in processInclude()
358 strbuf = appendError(oldfs, temp, strbuf, pMaxSize, pCurSize); in processInclude()