Home
last modified time | relevance | path

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

/dports/math/fricas/fricas-1.3.7/src/graph/view2D/
H A Dprocess2d.c503 toggleReady, in processEvents() local
643 toggleReady = yes; in processEvents()
648 toggleReady = yes; in processEvents()
744 if (toggleReady) { in processEvents()
745 toggleReady = no; in processEvents()
/dports/games/stuntrally/stuntrally-2.6.1/source/network/
H A Dgameclient.hpp43 void toggleReady();
H A Dgameclient.cpp49 void P2PGameClient::toggleReady() in toggleReady() function in P2PGameClient
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dprocess3d.c858 int toggleReady =yes; in processEvents() local
1074 toggleReady = yes; gotToggle = yes; in processEvents()
1093 toggleReady = yes; in processEvents()
1145 if (toggleReady) toggleReady = no; in processEvents()
1153 toggleReady = gotToggle = yes; in processEvents()
/dports/multimedia/syncplay/syncplay-1.6.4a/syncplay/ui/
H A DconsoleUI.py183 self._syncplayClient.toggleReady()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DGui_Network.cpp497 app->mClient->toggleReady(); in evBtnNetReady()
/dports/multimedia/syncplay/syncplay-1.6.4a/syncplay/
H A Dclient.py240 self.toggleReady(manuallyInitiated=True)
895 def toggleReady(self, manuallyInitiated=True): member in SyncplayClient
902 self.toggleReady(manuallyInitiated)