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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dlife.c69 #define MAXCOLS 144 macro
84 unsigned char buffer[(MAXROWS + 2) * (MAXCOLS + 2) + 2];
85 unsigned char tempbuf[MAXCOLS * 2];
86 unsigned char lastbuf[MAXCOLS];
87 unsigned char agebuf[(MAXROWS + 2) * (MAXCOLS + 2)];
553 lp->ncols = min(lp->width / icon_width, MAXCOLS);

Completed in 21 milliseconds