Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsound.c18 static long sound_id = 0; variable
192 ++sound_id; in sound_play_common()
195 res = ca_context_play(context, sound_id, in sound_play_common()
216 res = ca_context_play_full(context, sound_id, proplist, in sound_play_common()
224 rettv->vval.v_number = res == CA_SUCCESS ? sound_id : 0; in sound_play_common()
368 rettv->vval.v_number = ++sound_id; in f_sound_playevent()
375 long newid = sound_id + 1; in f_sound_playfile()
413 sound_id = newid; in f_sound_playfile()
414 rettv->vval.v_number = sound_id; in f_sound_playfile()