Lines Matching refs:ohead
809 picodata_itemhead_t ohead; in putSideBoundToOutput() local
815 ohead.type = PICODATA_ITEM_BOUND; in putSideBoundToOutput()
816 ohead.info1 = spho->headx[spho->outReadPos].boundstrength; in putSideBoundToOutput()
817 ohead.info2 = spho->headx[spho->outReadPos].phrasetype; in putSideBoundToOutput()
820 || (PICODATA_ITEMINFO1_BOUND_PHR0 == ohead.info1) in putSideBoundToOutput()
821 || (PICODATA_ITEMINFO1_BOUND_PHR3 == ohead.info1)) { in putSideBoundToOutput()
822 …ng a bound of strength '%c' and type '%c' without duration constraints",ohead.info1, ohead.info2)); in putSideBoundToOutput()
823 ohead.len = 0; in putSideBoundToOutput()
828 … of strength '%c' and type '%c' with duration constraints [%i,%i]",ohead.info1, ohead.info2,sildur… in putSideBoundToOutput()
829 ohead.len = pos; in putSideBoundToOutput()
831 picodata_put_itemparts(&ohead, ocontent, ohead.len, in putSideBoundToOutput()
929 picodata_itemhead_t ihead, ohead; in sphoStep() local
1521 ohead.type = PICODATA_ITEM_SYLLPHON; in sphoStep()
1529 ohead.info2 = picotrns_unplane(sym, &plane); in sphoStep()
1543 ohead.info1 = picotrns_unplane(sym, &plane); in sphoStep()
1547 PICODBG_DEBUG(("SYL setting POS to %c", ohead.info1)); in sphoStep()
1549 ohead.info1 = PICODATA_ITEMINFO1_NA; in sphoStep()
1565 ohead.len = spho->sylWritePos; in sphoStep()
1578 if (ohead.len > 0) { in sphoStep()
1580 picodata_put_itemparts(&ohead, spho->sylBuf, in sphoStep()