Searched refs:mon_polycontrol (Results 1 - 6 of 6) sorted by path

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h180 boolean mon_polycontrol; /* debug: control monster polymorphs */ member in struct:instance_flags
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c585 iflags.mon_polycontrol = !iflags.mon_polycontrol;
587 iflags.mon_polycontrol ? "on" : "off");
H A Dmon.c2360 if (wizard && iflags.mon_polycontrol) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h180 boolean mon_polycontrol; /* debug: control monster polymorphs */ member in struct:instance_flags
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c585 iflags.mon_polycontrol = !iflags.mon_polycontrol;
587 iflags.mon_polycontrol ? "on" : "off");
H A Dmon.c2360 if (wizard && iflags.mon_polycontrol) {

Completed in 81 milliseconds