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

  /src/games/hack/
hack.eat.c 96 static int eatcorpse(struct obj *);
242 if (otmp->otyp >= CORPSE && eatcorpse(otmp))
463 eatcorpse(struct obj *otmp) function in typeref:typename:int
hack.eat.c 96 static int eatcorpse(struct obj *);
242 if (otmp->otyp >= CORPSE && eatcorpse(otmp))
463 eatcorpse(struct obj *otmp) function in typeref:typename:int

Completed in 21 milliseconds