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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c129 register char *bufindex; local
136 bufindex = dpy->bufptr = dpy->buffer;
139 * until the entire buffer is written. bufindex will be incremented
144 write_stat = WriteToServer(dpy->fd, bufindex, (int) todo);
148 bufindex += write_stat;

Completed in 46 milliseconds