Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicoacph.c137 picoos_uint8 needsmoreitems; /* flag: need more items */ member
175 acph->needsmoreitems = TRUE; in acphInitialize()
1076 while (acph->inspaceok && acph->needsmoreitems && (PICO_OK == in acphStep()
1108 acph->needsmoreitems = FALSE; in acphStep()
1127 if (!acph->needsmoreitems) { in acphStep()
1141 acph->needsmoreitems = FALSE; /* not really needed for now */ in acphStep()
1411 acph->needsmoreitems = TRUE; in acphStep()
Dpicosa.c187 picoos_uint8 needsmoreitems; /* flag: need more items */ member
266 sa->needsmoreitems = TRUE; in saInitialize()
1219 while (sa->inspaceok && sa->needsmoreitems in saStep()
1283 sa->needsmoreitems = FALSE; in saStep()
1302 if (!sa->needsmoreitems) { in saStep()
1316 sa->needsmoreitems = FALSE; /* not really needed for now */ in saStep()
1532 sa->needsmoreitems = TRUE; in saStep()