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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dlife.c85 unsigned char tempbuf[MAXCOLS * 2]; member in struct:__anon102
97 * as an extra row at the end for the fetches into tempbuf.
584 temploc = lp->tempbuf;
585 /* copy the first 2 rows to the tempbuf */
621 if (temploc >= lp->tempbuf + lp->ncols * 2)
622 temploc = lp->tempbuf;

Completed in 65 milliseconds