Home | History | Annotate | Download | only in lib

Lines Matching full:feed

67  *                       - 'feedFollowState' : the state to be processed after the feed state (the feed state is treated like a primitive "subroutine")
118 * - "side-bounds" (in the headx extension) are output by "calling" FEED
120 * - other items are output unchanged "calling" FEED
123 * - FEED : feeds one item and returns to spho->feedFollowState
225 picoos_uint8 feedFollowState; /* where to return after feed */
936 /* used in FEED and FEED_SYM */
1402 /* default place to come after feed: here */
1572 spho->feedFollowState = SPHO_STEPSTATE_PROCESS_RECOMB; /* go to RECOMB after feed */
1592 /* FEED: output output item and proceed to feedFollowState */
1595 PICODBG_DEBUG(("FEED"));
1597 PICODBG_DEBUG(("FEED putting outBuf item into cb"));
1609 PICODBG_DEBUG(("FEED got overflow, returning ICODATA_PU_OUT_FULL"));
1614 PICODBG_DEBUG(("FEED ok, going back to procState %i", spho->procState));
1617 PICODBG_DEBUG(("FEED got exception %i when trying to output item",rv));