Home
last modified time | relevance | path

Searched refs:isCommandRunning (Results 1 – 7 of 7) sorted by relevance

/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dcmdcore.py209 def isCommandRunning(self): member in CmdWorker
294 if not self.isCommandRunning():
298 def isCommandRunning(self): member in CmdProc
440 def isCommandRunning(self): member in CmdServer
447 assert not self.isCommandRunning()
461 if not self.isCommandRunning():
995 assert not worker.isCommandRunning()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mutationofjb/
H A Dscript.h122 bool isCommandRunning() const;
H A Dgame.cpp260 if (_scriptExecCtx.isCommandRunning()) in loadSaveAllowed()
H A Dscript.cpp222 bool ScriptExecutionContext::isCommandRunning() const { in isCommandRunning() function in MutationOfJB::ScriptExecutionContext
/dports/games/scummvm/scummvm-2.5.1/engines/mutationofjb/
H A Dscript.h122 bool isCommandRunning() const;
H A Dgame.cpp260 if (_scriptExecCtx.isCommandRunning()) in loadSaveAllowed()
H A Dscript.cpp222 bool ScriptExecutionContext::isCommandRunning() const { in isCommandRunning() function in MutationOfJB::ScriptExecutionContext