Searched refs:firstCB (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSound.c46 if (s->firstCB != NULL) {
47 cb->id = s->firstCB->id + 1;
51 cb->next = s->firstCB;
52 s->firstCB = cb;
62 jkCallback *cb = s->firstCB, **pp = &s->firstCB, *cbGoner = NULL;
89 for (cb = s->firstCB; cb != NULL; cb = cb->next) {
362 currCB = s->firstCB;
1609 s->firstCB = NULL;
H A DjkSound.h108 struct jkCallback *firstCB; member in struct:Sound

Completed in 184 milliseconds