Home
last modified time | relevance | path

Searched refs:cyd_pause (Results 1 – 3 of 3) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcyd.h199 void cyd_pause(CydEngine *cyd, Uint8 enable);
H A Dcyd.c1286 cyd_pause(cyd, 0); in cyd_unregister()
1422 void cyd_pause(CydEngine *cyd, Uint8 enable) in cyd_pause() function
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/lib/
H A Dksnd.c207 cyd_pause(&player->cyd, state); in KSND_Pause()