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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dlife.c78 #define MAXCOLS 144 macro
93 unsigned char buffer[(MAXROWS + 2) * (MAXCOLS + 2) + 2];
94 unsigned char tempbuf[MAXCOLS * 2];
95 unsigned char lastbuf[MAXCOLS];
96 unsigned char agebuf[(MAXROWS + 2) * (MAXCOLS + 2)];
563 lp->ncols = min(lp->width / icon_width, MAXCOLS);

Completed in 8 milliseconds