Home | History | Annotate | Download | only in huntd

Lines Matching defs:blist

72 	BULLET *blist;
85 blist = Bullets;
87 for (bp = blist; bp != NULL; bp = next) {
132 blist = Bullets;
134 for (bp = blist; bp != NULL; bp = next) {
986 zapshot(BULLET *blist, BULLET *obp)
992 for (bp = blist; bp != NULL; bp = bp->b_next) {
1002 explshot(blist, obp->b_y, obp->b_x);
1010 explshot(BULLET *blist, int y, int x)
1014 for (bp = blist; bp != NULL; bp = bp->b_next)
1097 find_under(BULLET *blist, BULLET *bp)
1101 for (nbp = blist; nbp != NULL; nbp = nbp->b_next)