Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsound.c99 typedef struct soundcb_queue_S soundcb_queue_T; typedef
102 soundcb_queue_T *scb_next;
109 static soundcb_queue_T *callback_queue = NULL;
124 soundcb_queue_T *scb; in sound_callback()
126 scb = ALLOC_ONE(soundcb_queue_T); in sound_callback()
154 soundcb_queue_T *scb; in invoke_sound_callback()
273 soundcb_queue_T *scb; in sound_free()