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

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXpreview.h49 Bool continuedLine; member in struct:__anon229
104 continuedLine, and binaryCount fields are used internally by the functions
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c117 p->continuedLine = False;
148 } else if (!p->continuedLine) {
165 if ((int)len == n-1 && buf[n-1] != '\n') p->continuedLine = True;
166 else p->continuedLine = False;
231 Bool continuedLine = False; local
247 } else if (!continuedLine) {
295 if (len == BUFLEN-1 && buf[BUFLEN-1] != '\n') continuedLine = True;

Completed in 10 milliseconds