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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dlife.c94 unsigned char tempbuf[MAXCOLS * 2]; member in struct:__anon105
109 * as an extra row at the end for the fetches into tempbuf.
595 temploc = lp->tempbuf;
596 /* copy the first 2 rows to the tempbuf */
632 if (temploc >= lp->tempbuf + lp->ncols * 2)
633 temploc = lp->tempbuf;

Completed in 25 milliseconds