OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:freevdefs
(Results
1 - 1
of
1
) sorted by null
/external/svox/pico/lib/
picorsrc.c
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;
[
all
...]
Completed in 1160 milliseconds