Lines Matching full:feed
1160 init, collect into internal buffer, process, and then feed to
1180 PACC | acc = 0 0 ~m=n | BUSY -> FEED (acc done)
1183 FEED | putItems 0 0 0 -m-n +m 0 | BUSY -> COLL (put items)
1184 FEED | putItems 0 0 0 -m-n +m 1 | BUSY -> INIT (put items)
1185 FEED | putItems 0 0 0 -d-d +d | OUT_FULL (put some items)
1672 /* feed state: copy item in internal outBuf to output charBuf */
1676 PICODBG_DEBUG(("FEED"));
1684 PICODBG_TRACE(("FEED inserting phoneme %c into inBuf[%i]",sym,phonWritePos));
1689 PICODBG_DEBUG(("FEED setting item length to %i",phonWritePos - PICODATA_ITEM_HEADSIZE));
1692 PICODBG_ERROR(("FEED unexpected symbol or unexpected end of phoneme list"));