Home | History | Annotate | Download | only in src

Lines Matching defs:seek

73 static	void						seek						(pANTLR3_INT_STREAM is, ANTLR3_MARKER index);
213 stream->tnstream->istream->seek = seek;
355 stream->tnstream->istream->seek = seek;
690 is->seek(is, marker);
696 is->seek(is, is->lastMarker);
703 seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index)
957 ctns->tnstream->istream->seek(ctns->tnstream->istream, index);
966 ctns->tnstream->istream->seek(ctns->tnstream->istream, retVal);