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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c195 int IncludeSP; // Include Stack Pointer member in struct:__anon819
495 snprintf(ErrMsg, 1023, "%s: Line %d, %s", it8->FileStack[it8 ->IncludeSP]->FileName, it8->lineno, Buffer);
515 if (it8 -> FileStack[it8 ->IncludeSP]->Stream) {
517 it8 ->ch = fgetc(it8 ->FileStack[it8 ->IncludeSP]->Stream);
519 if (feof(it8 -> FileStack[it8 ->IncludeSP]->Stream)) {
521 if (it8 ->IncludeSP > 0) {
523 fclose(it8 ->FileStack[it8->IncludeSP--]->Stream);
922 if(it8 -> IncludeSP >= (MAXINCLUDE-1)) {
931 FileNest = it8 -> FileStack[it8 -> IncludeSP + 1];
934 FileNest = it8 ->FileStack[it8 -> IncludeSP
[all...]

Completed in 25 milliseconds