Home
last modified time | relevance | path

Searched refs:ggetobj (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/games/hack/
Dextern.h180 int ggetobj(const char *, int (*fn)(struct obj *), int);
Dhack.do.c150 return (ggetobj("drop", drop, 0)); in doddrop()
Dhack.read.c412 !ggetobj("identify", identify, rn2(5) ? 1 : rn2(5)) in doread()
Dhack.invent.c555 ggetobj(const char *word, int (*fn)(struct obj *), int max) in ggetobj() function