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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dlife.c103 * Agebuf stores the age of each critter.
346 unsigned char age = *ageptr; local
349 if (age < Scr[screen].npixels * 0.7)
350 ++age;
352 XSetForeground(dsp, Scr[screen].gc, Scr[screen].pixels[age]);
353 *ageptr = age;

Completed in 10 milliseconds