OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fallen_down
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/hack/
hack.dog.c
108
struct monst *
fallen_down
= 0;/* monsters that fell through a trapdoor */
variable in typeref:struct:monst *
121
while ((mtmp =
fallen_down
) != NULL) {
122
fallen_down
= mtmp->nmon;
150
mtmp->nmon =
fallen_down
;
151
fallen_down
= mtmp;
Completed in 89 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025