Home
last modified time | relevance | path

Searched refs:VlastClk (Results 1 – 5 of 5) sorted by relevance

/dports/games/xkoules/koules1.4/
H A Dintro.c139 struct timeval VlastClk; in starwars() local
149 gettimeofday (&VlastClk, NULL); in starwars()
151 VendSleep = VlastClk.tv_usec; in starwars()
264 gettimeofday (&VlastClk, NULL); in starwars()
302 struct timeval VlastClk; in outro() local
310 gettimeofday (&VlastClk, NULL); in outro()
312 VendSleep = VlastClk.tv_usec; in outro()
360 gettimeofday (&VlastClk, NULL); in outro()
411 struct timeval VlastClk; in outro2() local
429 gettimeofday (&VlastClk, NULL); in outro2()
[all …]
H A Dclient.c608 struct timeval VlastClk; in client_loop() local
625 gettimeofday (&VlastClk, NULL); in client_loop()
627 VendSleep = VlastClk.tv_usec; in client_loop()
691 gettimeofday (&VlastClk, NULL); in client_loop()
693 VendSleep = VlastClk.tv_usec; in client_loop()
H A Dserver.c910 struct timeval VlastClk; in server_loop() local
917 gettimeofday (&VlastClk, NULL); in server_loop()
919 VendSleep = VlastClk.tv_usec; in server_loop()
986 gettimeofday (&VlastClk, NULL); in server_loop()
988 VendSleep = VlastClk.tv_usec; in server_loop()
H A Dkoules.c1579 struct timeval VlastClk; in game() local
1585 gettimeofday (&VlastClk, NULL); in game()
1587 VendSleep = VlastClk.tv_usec; in game()
1618 gettimeofday (&VlastClk, NULL); in game()
1621 VendSleep = VlastClk.tv_usec; in game()
/dports/games/xkoules/koules1.4/xlib/
H A Dinit.c160 struct timeval VlastClk; in GetImage() local
164 gettimeofday (&VlastClk, NULL); in GetImage()
166 VendSleep = VlastClk.tv_usec; in GetImage()