Searched refs:batchcount (Results 1 - 10 of 10) sorted by relevance
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | hopalong.c | 112 pointBuffer = (XPoint *) malloc(batchcount * sizeof(XPoint)); 127 int k = batchcount; 148 pointBuffer, batchcount, CoordModeOrigin);
|
H A D | xlock.h | 77 extern int batchcount;
|
H A D | rotor.c | 52 * A 'batchcount' of 3 or 4 works best! 141 if (batchcount > 12) 142 batchcount = DEFAULTCOUNT; 143 fs->num = batchcount;
|
H A D | pyro.c | 166 orig_p_ignite = P_IGNITE / batchcount; 172 pp->rockq = (rocket *) malloc(batchcount * sizeof(rocket)); 177 for (rockn = 0, rp = pp->rockq; rockn < batchcount; rockn++, rp++) { 283 if (pp->nflying >= batchcount)
|
H A D | flame.c | 107 fs->max_levels = batchcount;
|
H A D | image.c | 146 ip->iconcount = batchcount;
|
H A D | resource.c | 162 {"-batchcount", NULL, XrmoptionSepArg, (caddr_t) NULL}, 167 #define MODESPECIFIER1 ".batchcount" 206 {"-batchcount num", "number of things per batch"}, 234 int batchcount; variable 284 {&batchcount, "batchcount", "BatchCount", DEF_BC, t_Int}, 370 "batchcount", LockProcs[i].def_batchcount); 890 if (batchcount < 1) 891 Syntax("-batchcount argument must be positive.");
|
H A D | qix.c | 99 qp->nlines = (batchcount + 1) * 2;
|
H A D | swarm.c | 94 sp->beecount = batchcount;
|
H A D | life.c | 50 * Made batchcount control the number of generations till restart. 636 if (++lp->generation > batchcount)
|
Completed in 28 milliseconds