HomeSort by: relevance | last modified time | path
    Searched defs:sph (Results 1 - 2 of 2) sorted by relevancy

  /src/games/larn/
movem.c 411 struct sphere sph[SPHMAX]; local in function:movsphere
417 sph[x] = *sp2;
418 sph[x++].p = 0; /* copy the struct */
420 sph[x - 2].p = &sph[x - 1]; /* link pointers */
423 sp = sph; /* if any spheres, point to them */
427 for (sp = sph; sp; sp = sp->p) { /* look through sphere list */
  /src/sys/dev/ieee1394/
iec68113.h 62 sph:1, member in struct:ciphdr
66 sph:1,

Completed in 27 milliseconds