Searched refs:FileNest (Results 1 – 1 of 1) sorted by relevance
904 FILECTX* FileNest; in InSymbol() local915 FileNest = it8 -> FileStack[it8 -> IncludeSP + 1]; in InSymbol()916 if(FileNest == NULL) { in InSymbol()918 … FileNest = it8 ->FileStack[it8 -> IncludeSP + 1] = (FILECTX*)AllocChunk(it8, sizeof(FILECTX)); in InSymbol()925 FileNest->FileName, cmsMAX_PATH-1) == FALSE) { in InSymbol()930 FileNest->Stream = fopen(FileNest->FileName, "rt"); in InSymbol()931 if (FileNest->Stream == NULL) { in InSymbol()933 SynError(it8, "File %s not found", FileNest->FileName); in InSymbol()