Searched defs:nestingLevel (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXpreview.h47 int nestingLevel; member in struct:__anon229
103 the initial %%BeginDocument comment for this document. The nestingLevel,
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c116 p->nestingLevel = 0;
150 p->nestingLevel++;
157 if (p->nestingLevel == 0) {
161 else p->nestingLevel--;
229 int nestingLevel = 0; local
253 nestingLevel++;
256 nestingLevel--;
260 } else if (nestingLevel == 0) {

Completed in 12 milliseconds