Searched refs:FileNest (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c930 FILECTX* FileNest; local
941 FileNest = it8 -> FileStack[it8 -> IncludeSP + 1];
942 if(FileNest == NULL) {
944 FileNest = it8 ->FileStack[it8 -> IncludeSP + 1] = (FILECTX*)AllocChunk(it8, sizeof(FILECTX));
945 //if(FileNest == NULL)
951 FileNest->FileName, cmsMAX_PATH-1) == FALSE) {
956 FileNest->Stream = fopen(FileNest->FileName, "rt");
957 if (FileNest->Stream == NULL) {
959 SynError(it8, "File %s not found", FileNest
[all...]

Completed in 87 milliseconds