Searched refs:runmode (Results 1 - 10 of 10) sorted by last modified time

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c302 { "runmode", "display frequency when `running' or `travelling'",
509 iflags.runmode = RUN_LEAP;
1117 fullname = "runmode";
1120 iflags.runmode = RUN_TPORT;
1123 iflags.runmode = RUN_TPORT;
1125 iflags.runmode = RUN_LEAP;
1127 iflags.runmode = RUN_STEP;
1129 iflags.runmode = RUN_CRAWL;
2543 * disclose, runmode, msg_window, menu_headings, and number_pad options.
2654 } else if (!strcmp("runmode", optnam
[all...]
H A Dhack.c1415 if (flags.run && iflags.runmode != RUN_TPORT) {
1417 if (iflags.runmode != RUN_LEAP || !(moves % 7L)) {
1421 if (iflags.runmode == RUN_CRAWL) {
H A Dallmain.c418 if ((!flags.run || iflags.runmode == RUN_TPORT) &&
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c302 { "runmode", "display frequency when `running' or `travelling'",
509 iflags.runmode = RUN_LEAP;
1117 fullname = "runmode";
1120 iflags.runmode = RUN_TPORT;
1123 iflags.runmode = RUN_TPORT;
1125 iflags.runmode = RUN_LEAP;
1127 iflags.runmode = RUN_STEP;
1129 iflags.runmode = RUN_CRAWL;
2543 * disclose, runmode, msg_window, menu_headings, and number_pad options.
2654 } else if (!strcmp("runmode", optnam
[all...]
H A Dhack.c1415 if (flags.run && iflags.runmode != RUN_TPORT) {
1417 if (iflags.runmode != RUN_LEAP || !(moves % 7L)) {
1421 if (iflags.runmode == RUN_CRAWL) {
H A Dallmain.c418 if ((!flags.run || iflags.runmode == RUN_TPORT) &&
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h273 int runmode; /* update screen display during run moves */ member in struct:instance_flags
307 /* runmode options */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h273 int runmode; /* update screen display during run moves */ member in struct:instance_flags
307 /* runmode options */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2533 \item[\ib{runmode}]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2533 \item[\ib{runmode}]

Completed in 100 milliseconds