Home | History | Annotate | Download | only in lib

Lines Matching refs:curFst

230     picoos_uint8 curFst; /* the fst to be applied next */
255 spho->curFst = 0;
308 spho->curFst = 0;
1198 PICODBG_DEBUG(("TRANSDUCE (%i-th of %i fsts",spho->curFst+1, spho->numFsts));
1201 if (spho->curFst >= spho->numFsts) {
1213 spho->curFst = 0;
1234 rv = picotrns_transduce(spho->fst[spho->curFst], FALSE,
1257 spho->curFst++;