Home
last modified time | relevance | path

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

/openbsd-src/games/battlestar/
H A Dcommand1.c78 nightfile[i].objects[j] = dayfile[i].objects[j]; in convert()
85 dayfile[i].objects[j] = nightfile[i].objects[j]; in convert()
87 ClearBit(dayfile[p->room].objects, p->obj); in convert()
88 location = dayfile; in convert()
H A Ddayfile.c35 struct room dayfile[] = { variable
H A Dsave.c55 location = tmp ? dayfile : nightfile; in restore()
107 tmp = location == dayfile; in save()
H A DMakefile7 globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
H A Dinit.c53 location = dayfile; in initialize()
H A Dextern.h249 extern struct room dayfile[];