Home | History | Annotate | Download | only in lib

Lines Matching full:freevdefs

218     picorsrc_VoiceDefinition vdefs, freeVdefs;
242 this->freeVdefs = NULL;
859 if (NULL == this->freeVdefs) {
862 vdef = this->freeVdefs;
863 this->freeVdefs = vdef->next;
910 /* insert v at head of freeVdefs list */
911 v->next = this->freeVdefs;
912 this->freeVdefs = v;