Home
last modified time | relevance | path

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

/dports/games/xjewel/xjewel-1.6/
H A Dintro.c62 xw_set_timer(200L); in Start_Intro()
85 xw_set_timer(200L); in Intro_Timeout()
110 { xw_set_timer(2L); } in Intro_Timeout()
114 xw_set_timer(200L); in Intro_Timeout()
144 xw_set_timer(200L); in Intro_Timeout()
163 xw_set_timer(2L); in Intro_Timeout()
177 xw_set_timer(1000L); in Intro_Timeout()
H A Dxw.h23 extern void xw_set_timer();
H A Djewel.c71 xw_set_timer(2000l); in StartIcon()
77 xw_set_timer(100L); in EndIcon()
291 xw_set_timer(2000L); in Rot_Icons()
H A Dhelp.c103 xw_set_timer(10000L); in Start_Help()
H A Dgame.c375 xw_set_timer(Get_Speed_ms()); in Start_New_Game()
428 { xw_set_timer(Get_Speed_ms()); } in Game_Timeout()
H A Dxhscore.c205 xw_set_timer(10000L); in Set_State_High_Score()
H A Dxw.c135 void xw_set_timer(time_ms) in xw_set_timer() function