• Home
  • Raw
  • Download

Lines Matching refs:lf

1317     pr_ioItemPtr lf;  in pr_genCommands()  local
1373 pr_startItemList(& lf,& ll); in pr_genCommands()
1374 … pr_getOutputItemList(this, pr, network,picokpr_getOutItemArgOfs(network, outitem),vars,& lf,& ll); in pr_genCommands()
1376 if (((lf != NULL) && (lf->head.type == PICODATA_ITEM_TOKEN))) { in pr_genCommands()
1377 …TA_ITEM_CMD,lcmd,PICODATA_ITEMINFO2_CMD_ABSOLUTE,picoos_atoi((picoos_char*)lf->data),(picoos_uchar… in pr_genCommands()
1394 pr_startItemList(& lf,& ll); in pr_genCommands()
1395 … pr_getOutputItemList(this, pr, network,picokpr_getOutItemArgOfs(network, outitem),vars,& lf,& ll); in pr_genCommands()
1397 if (lf != NULL) { in pr_genCommands()
1399 if (lf->head.type == PICODATA_ITEM_TOKEN) { in pr_genCommands()
1400 …s->common, pr->xsampa_parser, pr->svoxpa_parser, pr->xsampa2svoxpa_mapper, lf->data, alphabet, pr-… in pr_genCommands()
1406 … PICODBG_WARN(("cannot map phonetic string '%s'; synthesizeing text instead", lf->data)); in pr_genCommands()
1407 …os_char*)"", (picoos_char*)"cannot map phonetic string '%s'; synthesizing text instead", lf->data); in pr_genCommands()
1411 lf = lf->next; in pr_genCommands()
1412 while (lf != NULL) { in pr_genCommands()
1413 if (lf->head.type == PICODATA_ITEM_TOKEN) { in pr_genCommands()
1417 lf = lf->next; in pr_genCommands()
1448 pr_startItemList(& lf,& ll); in pr_genCommands()
1449 … pr_getOutputItemList(this, pr, network,picokpr_getOutItemArgOfs(network, outitem),vars,& lf,& ll); in pr_genCommands()
1451 if (((lf != NULL) && (lf->head.type == PICODATA_ITEM_TOKEN))) { in pr_genCommands()
1452 …CODATA_ITEMINFO1_CMD_SIL, PICODATA_ITEMINFO2_NA, picoos_atoi((picoos_char*)lf->data), (picoos_ucha… in pr_genCommands()
1495 pr_startItemList(& lf,& ll); in pr_genCommands()
1496 … pr_getOutputItemList(this, pr, network,picokpr_getOutItemArgOfs(network, outitem),vars,& lf,& ll); in pr_genCommands()
1498 if (((lf != NULL) && (lf->head.type == PICODATA_ITEM_TOKEN))) { in pr_genCommands()
1499 … pr_putItem(this, pr,& (*first),& (*last),PICODATA_ITEM_CMD,lcmd,lnum,0,lf->data); in pr_genCommands()
1553 pr_startItemList(& lf,& ll); in pr_genCommands()
1554 … pr_getOutputItemList(this, pr, network,picokpr_getOutItemArgOfs(network, outitem),vars,& lf,& ll); in pr_genCommands()
1556 if (((lf != NULL) && (lf->head.type == PICODATA_ITEM_TOKEN))) { in pr_genCommands()
1557 …if ((lnum = picodata_getPuTypeFromExtension(lf->data, /*input*/FALSE)) != PICODATA_ITEMINFO2_CMD_T… in pr_genCommands()
1562 … pr_putItem(this, pr,& (*first),& (*last),PICODATA_ITEM_CMD, lcmd,lnum,0,lf->data); in pr_genCommands()
1563 pr_strcpy(pr->saveFile, lf->data); in pr_genCommands()
1617 pr_startItemList(& lf,& ll); in pr_genCommands()
1618 … pr_getOutputItemList(this, pr, network,picokpr_getOutItemArgOfs(network, outitem),vars,& lf,& ll); in pr_genCommands()
1620 if ((lf != NULL) && (lf->head.type == PICODATA_ITEM_TOKEN)) { in pr_genCommands()
1621 pr_strcpy(pr->tmpStr1, lf->data); in pr_genCommands()
1688 pr_ioItemPtr lf; in pr_getOutputItemList() local
1717 lf = lvar->first; in pr_getOutputItemList()
1719 lf = NULL; in pr_getOutputItemList()
1721 while (lf != NULL) { in pr_getOutputItemList()
1722 pr_copyItem(this, pr_WorkMem,& (*lf),& litem2); in pr_getOutputItemList()
1725 lf = lf->next; in pr_getOutputItemList()
1734 pr_startItemList(& lf,& ll); in pr_getOutputItemList()
1735 pr_getOutputItemList(this, pr, network,largOfs,vars,& lf,& ll); in pr_getOutputItemList()
1737 while (lf != NULL) { in pr_getOutputItemList()
1738 switch (lf->head.type) { in pr_getOutputItemList()
1741 ln = pr_strlen(lf->data); in pr_getOutputItemList()
1746 pr->tmpItem.head.info1 = lf->head.info1; in pr_getOutputItemList()
1747 pr->tmpItem.head.info2 = lf->head.info2; in pr_getOutputItemList()
1748 pr->tmpItem.head.len = picobase_det_utf8_length(lf->data[li]); in pr_getOutputItemList()
1750 pr->tmpItem.data[li2] = lf->data[li]; in pr_getOutputItemList()
1807 pr_copyItem(this, pr_WorkMem,& (*lf),& litem2); in pr_getOutputItemList()
1812 ll = lf; in pr_getOutputItemList()
1813 lf = lf->next; in pr_getOutputItemList()
1818 pr_startItemList(& lf,& ll); in pr_getOutputItemList()
1819 … pr_getOutputItemList(this, pr, network,picokpr_getOutItemArgOfs(network, lo),vars,& lf,& ll); in pr_getOutputItemList()
1828 while (lf != NULL) { in pr_getOutputItemList()
1829 switch (lf->head.type) { in pr_getOutputItemList()
1831 pr->tmpItem.head.len = pr_strcat(pr->tmpItem.data,lf->data); in pr_getOutputItemList()
1838 pr_copyItem(this, pr_WorkMem, lf, &litem2); in pr_getOutputItemList()
1853 lf = lf->next; in pr_getOutputItemList()
1860 pr_startItemList(& lf,& ll); in pr_getOutputItemList()
1861 … pr_getOutputItemList(this, pr, network,picokpr_getOutItemArgOfs(network, lo),vars,& lf,& ll); in pr_getOutputItemList()
1863 if ((lf != NULL) && (lf->head.type == PICODATA_ITEM_TOKEN)) { in pr_getOutputItemList()
1865 pr_copyItemContent(this, lf, &pr->tmpItem); in pr_getOutputItemList()
1866 if (pr_isLatinNumber(lf->data, & lval32)) { in pr_getOutputItemList()
1878 pr_startItemList(& lf,& ll); in pr_getOutputItemList()
1879 … network,picokpr_getOutItemNextOfs(network, picokpr_getOutItemArgOfs(network, lo)),vars,& lf,& ll); in pr_getOutputItemList()
1881 if ((lf != NULL) && (lf->head.type == PICODATA_ITEM_TOKEN)) { in pr_getOutputItemList()
1883 pr_copyItemContent(this, lf, &pr->tmpItem); in pr_getOutputItemList()
1884 llen = lf->head.len; in pr_getOutputItemList()
1901 pr_startItemList(& lf,& ll); in pr_getOutputItemList()
1902 … network,picokpr_getOutItemNextOfs(network, picokpr_getOutItemArgOfs(network, lo)),vars,& lf,& ll); in pr_getOutputItemList()
1904 if ((lf != NULL) && (lf->head.type == PICODATA_ITEM_TOKEN)) { in pr_getOutputItemList()
1906 pr_copyItemContent(this, lf, & pr->tmpItem); in pr_getOutputItemList()
1907 llen = lf->head.len; in pr_getOutputItemList()
1922 pr_startItemList(& lf,& ll); in pr_getOutputItemList()
1923 … network,picokpr_getOutItemNextOfs(network, picokpr_getOutItemArgOfs(network, lo)),vars,& lf,& ll); in pr_getOutputItemList()
1927 while ((li < ln) && (lf != NULL)) { in pr_getOutputItemList()
1928 lf = lf->next; in pr_getOutputItemList()
1931 if ((lf != NULL) && (li == ln) && (lf->head.type == PICODATA_ITEM_TOKEN)) { in pr_getOutputItemList()
1932 pr_copyItem(this, pr_WorkMem, lf, & litem2); in pr_getOutputItemList()
1938 pr_startItemList(& lf,& ll); in pr_getOutputItemList()
1939 … pr_getOutputItemList(this, pr, network, picokpr_getOutItemArgOfs(network, lo),vars,& lf,& ll); in pr_getOutputItemList()
1941 if ((lf != NULL) && (lf->head.type == PICODATA_ITEM_TOKEN)) { in pr_getOutputItemList()
1943 pr_copyItemContent(this, lf, & pr->tmpItem); in pr_getOutputItemList()
1945 while ((li < lf->head.len) && (pr->tmpItem.data[li] == '0')) { in pr_getOutputItemList()
2135 pr_ioItemPtr lf; in pr_outputPath() local
2143 lf = NULL; in pr_outputPath()
2146 pr_getOutput(this, pr, & li,1,& lf,& ll); in pr_outputPath()
2149 while (lf != NULL) { in pr_outputPath()
2150 lit = lf; in pr_outputPath()
2151 lf = lf->next; in pr_outputPath()