OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025