Home
last modified time | relevance | path

Searched refs:PAUSE_ON (Results 1 – 17 of 17) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/targets/avida-viewer/
H A DcView.cc183 info.SetPauseLevel(PAUSE_ON); in DoInputs()
188 while ((cur_char = GetInput()) != ERR || info.GetPauseLevel() == PAUSE_ON) { in DoInputs()
196 info.SetPauseLevel(PAUSE_ON); in DoInputs()
235 if (info.GetPauseLevel() == PAUSE_ON) { in ProcessKeypress()
325 info.SetPauseLevel(PAUSE_ON); in TogglePause()
H A DcView.h88 void Pause() { info.SetPauseLevel(PAUSE_ON); } in Pause()
H A DcViewInfo.h29 #define PAUSE_ON 1 macro
H A DcViewInfo.cc179 if ( pause_level == PAUSE_ON && active_cell != NULL ) { in EngageStepMode()
/dports/emulators/jzintv/jzintv-20200712-src/src/cfg/
H A Dmapping.h63 #define PAUSE_ON (2) /* Force pause on. */ macro
H A Dmapping.c94 { "PAUSE_ON", W(do_pause), { ~0U, 0 }, { 0, PAUSE_ON } },
96 { "PAUSE_HOLD", W(do_pause), { 0, 0 }, { PAUSE_OFF, PAUSE_ON } },
/dports/biology/avida/avida-2.12.4-src/avida-core/source/targets/viewer-text/
H A DcDriver_TextViewer.cc386 m_info.SetPauseLevel(cCoreView_Info::PAUSE_ON); in DoUpdate()
394 while ((cur_char = GetKeypress()) != ERR || m_info.GetPauseLevel() == cCoreView_Info::PAUSE_ON) { in DoUpdate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/dsa/mv88e6xxx/
H A Dchip.h450 #define PAUSE_ON 1 macro
H A Dchip.c2744 PAUSE_ON, in mv88e6xxx_setup_port()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/dsa/mv88e6xxx/
H A Dchip.h450 #define PAUSE_ON 1 macro
H A Dchip.c2744 PAUSE_ON, in mv88e6xxx_setup_port()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/dsa/mv88e6xxx/
H A Dchip.h450 #define PAUSE_ON 1 macro
H A Dchip.c2744 PAUSE_ON, in mv88e6xxx_setup_port()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.h294 PAUSE_ON = 1 enumerator
H A DInterface.cpp2667 SetPause(PAUSE_ON); in AskAndExit()
4690 if (SetPause(PAUSE_ON, PF_QUIET)) { in Autopause()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/SDLVideo/
H A DSDL20Video.cpp742 core->SetPause(PAUSE_ON); in ProcessEvent()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/
H A DActions.cpp3607 core->SetPause(PAUSE_ON, PF_QUIET); in TextScreen()