Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicopr.c2140 picoos_bool lastPlayFileFound; in pr_outputPath() local
2148 lastPlayFileFound = TRUE; in pr_outputPath()
2154 lastPlayFileFound = picoos_FileExists(this->common, (picoos_char*)lit->data); in pr_outputPath()
2155 if (!lastPlayFileFound) { in pr_outputPath()
2165 if ((pr_isCmdType(lit,PICODATA_ITEMINFO1_CMD_PLAY) && !lastPlayFileFound)) { in pr_outputPath()
2167 if (lastPlayFileFound) { in pr_outputPath()
2171 if (lastPlayFileFound) { in pr_outputPath()
2176 …ITEMINFO1_CMD_IGNSIG) && pr_isCmdInfo2(lit, PICODATA_ITEMINFO2_CMD_START) && !lastPlayFileFound) { in pr_outputPath()
2177 …A_ITEMINFO1_CMD_IGNSIG) && pr_isCmdInfo2(lit, PICODATA_ITEMINFO2_CMD_END) && !lastPlayFileFound) { in pr_outputPath()