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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dpyro.c52 * overcomes the rocket's impulse) and explode as the rocket's main fuse
87 #define MINFUSE 50 /* range of fuse lengths for rocket */
97 #define MINSFUSE 50 /* Range of fuse lengths for stars */
112 int fuse; member in struct:__anon106
254 int multi, shelltype, nstars, fuse, npix, pix, color1, color2; local
263 fuse = INTRAND(MINFUSE, MAXFUSE);
294 rp->fuse = INTRAND((fuse * 90) / 100, (fuse * 110) / 100);
330 rp->fuse
[all...]

Completed in 795 milliseconds