Home | History | Annotate | Download | only in lib

Lines Matching full:vdefs

218     picorsrc_VoiceDefinition vdefs, freeVdefs;
241 this->vdefs = NULL;
799 v = this->vdefs;
856 PICODBG_ERROR(("max number of vdefs exceeded (%i)",this->numVdefs));
873 vdef->next = this->vdefs;
874 this->vdefs = vdef;
898 v = this->vdefs;
904 /* remove v from vdefs list */
908 this->vdefs = v->next;