Home
last modified time | relevance | path

Searched refs:monbegin (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/hack/
H A Dhack.save.c277 struct permonst *monbegin; in restmonchn() local
280 mread(fd, &monbegin, sizeof(monbegin)); in restmonchn()
281 differ = (const char *) (&mons[0]) - (const char *) (monbegin); in restmonchn()
H A Dhack.lev.c165 const struct permonst *monbegin = &mons[0]; in savemonchn() local
167 bwrite(fd, &monbegin, sizeof(monbegin)); in savemonchn()