Home
last modified time | relevance | path

Searched refs:saveobjchn (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/games/hack/
H A Dhack.lev.c106 saveobjchn(fd, fobj); in savelev()
107 saveobjchn(fd, billobjs); in savelev()
139 saveobjchn(int fd, struct obj *otmp) in saveobjchn() function
171 if(mtmp->minvent) saveobjchn(fd,mtmp->minvent); in savemonchn()
H A Dhack.save.c112 saveobjchn(fd, invent); in dosave0()
113 saveobjchn(fd, fcobj); in dosave0()
H A Dhack.h397 void saveobjchn(int, struct obj *);