Searched refs:artifact (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c1 /* SCCS Id: @(#)artifact.c 3.4 2003/08/11 */
6 #include "artifact.h"
10 STATIC_DCL struct artifact artilist[];
24 STATIC_DCL int FDECL(spec_applies, (const struct artifact *,struct monst *));
58 struct artifact *art;
70 /* Fix up the quest artifact */
78 /* zero out the artifact existence list */
113 Make an artifact. If a specific alignment is specified, then an object of
115 none is available. (If at least one aligned artifact has already been
118 into an artifact o
622 register const struct artifact *artifact = get_artifact(otmp); local
[all...]
H A DMakefile315 HACKCSRC = allmain.c alloc.c apply.c artifact.c attrib.c ball.c bones.c \
356 HACKINCL = align.h amiconf.h artifact.h artilist.h attrib.h beconf.h color.h \
372 HOBJ = $(FIRSTOBJ) allmain.o alloc.o apply.o artifact.o attrib.o ball.o \
701 artifact.o: artifact.c $(HACK_H) ../include/artifact.h ../include/artilist.h
709 detect.o: detect.c $(HACK_H) ../include/artifact.h
740 mhitm.o: mhitm.c $(HACK_H) ../include/artifact.h ../include/edog.h
741 mhitu.o: mhitu.c $(HACK_H) ../include/artifact.h ../include/edog.h
750 monmove.o: monmove.c $(HACK_H) ../include/mfndpos.h ../include/artifact
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c1 /* SCCS Id: @(#)artifact.c 3.4 2003/08/11 */
6 #include "artifact.h"
10 STATIC_DCL struct artifact artilist[];
24 STATIC_DCL int FDECL(spec_applies, (const struct artifact *,struct monst *));
58 struct artifact *art;
70 /* Fix up the quest artifact */
78 /* zero out the artifact existence list */
113 Make an artifact. If a specific alignment is specified, then an object of
115 none is available. (If at least one aligned artifact has already been
118 into an artifact o
622 register const struct artifact *artifact = get_artifact(otmp); local
[all...]
H A DMakefile315 HACKCSRC = allmain.c alloc.c apply.c artifact.c attrib.c ball.c bones.c \
356 HACKINCL = align.h amiconf.h artifact.h artilist.h attrib.h beconf.h color.h \
372 HOBJ = $(FIRSTOBJ) allmain.o alloc.o apply.o artifact.o attrib.o ball.o \
701 artifact.o: artifact.c $(HACK_H) ../include/artifact.h ../include/artilist.h
709 detect.o: detect.c $(HACK_H) ../include/artifact.h
740 mhitm.o: mhitm.c $(HACK_H) ../include/artifact.h ../include/edog.h
741 mhitu.o: mhitu.c $(HACK_H) ../include/artifact.h ../include/edog.h
750 monmove.o: monmove.c $(HACK_H) ../include/mfndpos.h ../include/artifact
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dartifact.h1 /* SCCS Id: @(#)artifact.h 3.4 1995/05/31 */
39 struct artifact { struct
46 uchar inv_prop; /* property obtained by invoking artifact */
H A Dartilist.h12 /* in artifact.c, set up the actual artifact list structure */
29 STATIC_OVL NEARDATA struct artifact artilist[] = {
33 * 1. The more useful the artifact, the better its cost.
76 * The combination of SPFX_WARN and M2_something on an artifact
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dartifact.h1 /* SCCS Id: @(#)artifact.h 3.4 1995/05/31 */
39 struct artifact { struct
46 uchar inv_prop; /* property obtained by invoking artifact */
H A Dartilist.h12 /* in artifact.c, set up the actual artifact list structure */
29 STATIC_OVL NEARDATA struct artifact artilist[] = {
33 * 1. The more useful the artifact, the better its cost.
76 * The combination of SPFX_WARN and M2_something on an artifact
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.src315 HACKCSRC = allmain.c alloc.c apply.c artifact.c attrib.c ball.c bones.c \
356 HACKINCL = align.h amiconf.h artifact.h artilist.h attrib.h beconf.h color.h \
372 HOBJ = $(FIRSTOBJ) allmain.o alloc.o apply.o artifact.o attrib.o ball.o \
701 artifact.o: artifact.c $(HACK_H) ../include/artifact.h ../include/artilist.h
709 detect.o: detect.c $(HACK_H) ../include/artifact.h
740 mhitm.o: mhitm.c $(HACK_H) ../include/artifact.h ../include/edog.h
741 mhitu.o: mhitu.c $(HACK_H) ../include/artifact.h ../include/edog.h
750 monmove.o: monmove.c $(HACK_H) ../include/mfndpos.h ../include/artifact
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.src315 HACKCSRC = allmain.c alloc.c apply.c artifact.c attrib.c ball.c bones.c \
356 HACKINCL = align.h amiconf.h artifact.h artilist.h attrib.h beconf.h color.h \
372 HOBJ = $(FIRSTOBJ) allmain.o alloc.o apply.o artifact.o attrib.o ball.o \
701 artifact.o: artifact.c $(HACK_H) ../include/artifact.h ../include/artilist.h
709 detect.o: detect.c $(HACK_H) ../include/artifact.h
740 mhitm.o: mhitm.c $(HACK_H) ../include/artifact.h ../include/edog.h
741 mhitu.o: mhitu.c $(HACK_H) ../include/artifact.h ../include/edog.h
750 monmove.o: monmove.c $(HACK_H) ../include/mfndpos.h ../include/artifact
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2012 an artifact (even if the artifact immediately disappears). When the
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2012 an artifact (even if the artifact immediately disappears). When the

Completed in 60 milliseconds