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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dlife.c578 unsigned char *loc, *temploc, *lastloc; local
584 temploc = lp->tempbuf;
586 bcopy(loc, temploc, lp->ncols);
587 bcopy(loc + lp->ncols + 2, temploc + lp->ncols, lp->ncols);
595 fate = fates[*temploc];
596 *temploc = (row == (lp->nrows - 3)) ?
618 temploc++;
621 if (temploc >= lp->tempbuf + lp->ncols * 2)
622 temploc = lp->tempbuf;

Completed in 17 milliseconds