Searched refs:FileNest (Results 1 – 1 of 1) sorted by relevance
905 FILECTX* FileNest; in InSymbol() local916 FileNest = it8 -> FileStack[it8 -> IncludeSP + 1]; in InSymbol()917 if(FileNest == NULL) { in InSymbol()919 … FileNest = it8 ->FileStack[it8 -> IncludeSP + 1] = (FILECTX*)AllocChunk(it8, sizeof(FILECTX)); in InSymbol()926 FileNest->FileName, cmsMAX_PATH-1) == FALSE) { in InSymbol()931 FileNest->Stream = fopen(FileNest->FileName, "rt"); in InSymbol()932 if (FileNest->Stream == NULL) { in InSymbol()934 SynError(it8, "File %s not found", FileNest->FileName); in InSymbol()