Home
last modified time | relevance | path

Searched refs:RUN_STEP (Results 1 – 18 of 18) sorted by relevance

/dports/games/nethack34/nethack-3.4.3/include/
H A Dflag.h310 #define RUN_STEP 2 /* update display every single step */ macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dflag.h310 #define RUN_STEP 2 /* update display every single step */ macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dflag.h310 #define RUN_STEP 2 /* update display every single step */ macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dflag.h333 #define RUN_STEP 2 /* update display every single step */ macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dflag.h385 #define RUN_STEP 2 /* update display every single step */ macro
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dflag.h415 #define RUN_STEP 2 /* update display every single step */ macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dflag.h435 RUN_STEP, /* update display every single step */ enumerator
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dflag.h498 RUN_STEP, /* update display every single step */ enumerator
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dflag.h498 RUN_STEP, /* update display every single step */ enumerator
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Doptions.c615 iflags.runmode = RUN_STEP; in initoptions()
1454 iflags.runmode = RUN_STEP;
/dports/games/nethack34/nethack-3.4.3/src/
H A Doptions.c1127 iflags.runmode = RUN_STEP;
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Doptions.c1127 iflags.runmode = RUN_STEP;
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Doptions.c1148 iflags.runmode = RUN_STEP;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Doptions.c1618 iflags.runmode = RUN_STEP;
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Doptions.c1956 iflags.runmode = RUN_STEP;
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Doptions.c2376 flags.runmode = RUN_STEP;
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Doptions.c2376 flags.runmode = RUN_STEP;
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Doptions.c2710 flags.runmode = RUN_STEP; in optfn_runmode()