HomeSort by: relevance | last modified time | path
    Searched refs:Bullets (Results 1 - 5 of 5) sorted by relevancy

  /src/games/hunt/huntd/
extern.c 54 BULLET *Bullets = NULL; /* linked list of bullets */
shots.c 75 if (Bullets == NULL)
85 blist = Bullets;
86 Bullets = NULL;
105 bp->b_next = Bullets;
106 Bullets = bp;
112 bp->b_next = Bullets;
113 Bullets = bp;
120 bp->b_next = Bullets;
121 Bullets = bp;
126 bp->b_next = Bullets;
    [all...]
hunt.h 145 extern BULLET *Bullets;
execute.c 465 bp->b_next = Bullets;
466 Bullets = bp;
driver.c 701 for (bp = Bullets; bp != NULL; bp = bp->b_next) {

Completed in 182 milliseconds