Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsound.c109 static soundcb_queue_T *callback_queue = NULL; variable
129 scb->scb_next = callback_queue; in sound_callback()
130 callback_queue = scb; in sound_callback()
145 return callback_queue != NULL; in has_sound_callback_in_queue()
159 while (callback_queue != NULL) in invoke_sound_callback()
161 scb = callback_queue; in invoke_sound_callback()
162 callback_queue = scb->scb_next; in invoke_sound_callback()
281 while (callback_queue != NULL) in sound_free()
283 scb = callback_queue; in sound_free()
284 callback_queue = scb->scb_next; in sound_free()