MCPcopy Index your code
hub / github.com/NetHack/NetHack / moveloop

Function moveloop

src/allmain.c:586–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586void
587moveloop(boolean resuming)
588{
589 moveloop_preamble(resuming);
590
591 if (!resuming)
592 maybe_do_tutorial();
593
594 for (;;) {
595 moveloop_core();
596 }
597}
598
599staticfn void
600regen_pw(int wtcap)

Callers 8

mainFunction · 0.85
libnhmain.cFile · 0.85
MAINFunction · 0.85
mainFunction · 0.85
pcmain.cFile · 0.85
WinMainFunction · 0.85
MAINFunction · 0.85
mainFunction · 0.85

Calls 2

moveloop_preambleFunction · 0.85
maybe_do_tutorialFunction · 0.85

Tested by

no test coverage detected