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 D | cView.cc | 183 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 D | cView.h | 88 void Pause() { info.SetPauseLevel(PAUSE_ON); } in Pause()
|
H A D | cViewInfo.h | 29 #define PAUSE_ON 1 macro
|
H A D | cViewInfo.cc | 179 if ( pause_level == PAUSE_ON && active_cell != NULL ) { in EngageStepMode()
|
/dports/emulators/jzintv/jzintv-20200712-src/src/cfg/ |
H A D | mapping.h | 63 #define PAUSE_ON (2) /* Force pause on. */ macro
|
H A D | mapping.c | 94 { "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 D | cDriver_TextViewer.cc | 386 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 D | chip.h | 450 #define PAUSE_ON 1 macro
|
H A D | chip.c | 2744 PAUSE_ON, in mv88e6xxx_setup_port()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.h | 450 #define PAUSE_ON 1 macro
|
H A D | chip.c | 2744 PAUSE_ON, in mv88e6xxx_setup_port()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.h | 450 #define PAUSE_ON 1 macro
|
H A D | chip.c | 2744 PAUSE_ON, in mv88e6xxx_setup_port()
|
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/ |
H A D | Interface.h | 294 PAUSE_ON = 1 enumerator
|
H A D | Interface.cpp | 2667 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 D | SDL20Video.cpp | 742 core->SetPause(PAUSE_ON); in ProcessEvent()
|
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/ |
H A D | Actions.cpp | 3607 core->SetPause(PAUSE_ON, PF_QUIET); in TextScreen()
|