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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dhopalong.c107 if ((batchcount < 1) || (batchcount > 131072))
108 batchcount = 1000;
111 pointBuffer = calloc(batchcount, sizeof(XPoint));
128 int k = batchcount;
149 pointBuffer, batchcount, CoordModeOrigin);
H A Dflame.c98 if ((batchcount < 1) || (batchcount > 64))
99 batchcount = 20;
105 fs->max_levels = batchcount;
H A Dqix.c95 if ((batchcount < 1) || (batchcount > 1024))
96 batchcount = 64;
97 qp->nlines = (batchcount + 1) * 2;
H A Drotor.c52 * A 'batchcount' of 3 or 4 works best!
137 if ((batchcount < 1) || (batchcount > 12))
138 batchcount = DEFAULTCOUNT;
139 fs->num = batchcount;
H A Dpyro.c166 if ((batchcount < 1) || (batchcount > 1024))
167 batchcount = 40;
169 orig_p_ignite = P_IGNITE / batchcount;
175 pp->rockq = calloc(batchcount, sizeof(rocket));
184 for (rockn = 0, rp = pp->rockq; rockn < batchcount; rockn++, rp++) {
288 if (pp->nflying >= batchcount)
H A Dswarm.c90 if ((batchcount < 1) || (batchcount > 1024))
91 batchcount = 100;
92 sp->beecount = (uint_t) batchcount;
H A Dxlock.h80 extern int batchcount;
H A Dimage.c141 ip->iconcount = batchcount;
H A Dresource.c154 {"-batchcount", NULL, XrmoptionSepArg, (caddr_t) NULL},
159 #define MODESPECIFIER1 ".batchcount"
198 {"-batchcount num", "number of things per batch"},
225 int batchcount; variable
275 {&batchcount, "batchcount", "BatchCount", DEF_BC, t_Int},
361 "batchcount", LockProcs[i].def_batchcount);
862 if (batchcount < 1)
863 Syntax("-batchcount argument must be positive.");
H A Dlife.c50 * Made batchcount control the number of generations till restart.
625 if (++lp->generation > batchcount)

Completed in 375 milliseconds