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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dlife.c589 unsigned char *loc, *temploc, *lastloc; local
595 temploc = lp->tempbuf;
597 bcopy(loc, temploc, lp->ncols);
598 bcopy(loc + lp->ncols + 2, temploc + lp->ncols, lp->ncols);
606 fate = fates[*temploc];
607 *temploc = (row == (lp->nrows - 3)) ?
629 temploc++;
632 if (temploc >= lp->tempbuf + lp->ncols * 2)
633 temploc = lp->tempbuf;

Completed in 10 milliseconds