Home
last modified time | relevance | path

Searched refs:dayfile (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/games/battlestar/
Dcommand1.c84 nightfile[i].objects[j] = dayfile[i].objects[j]; in convert()
91 dayfile[i].objects[j] = nightfile[i].objects[j]; in convert()
93 clearbit(dayfile[p->room].objects, p->obj); in convert()
94 location = dayfile; in convert()
Ddayfile.c43 struct room dayfile[] = { variable
Dsave.c59 location = tmp ? dayfile : nightfile; in restore()
112 tmp = location == dayfile; in save()
DMakefile8 globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
Dinit.c56 location = dayfile; in initialize()
Dextern.h255 extern struct room dayfile[];