Searched refs:antlr38BitSeek (Results 1 – 1 of 1) sorted by relevance
50 static void antlr38BitSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint);155 …input->istream->seek = antlr38BitSeek; // How to seek to a specific point in the stream … in antlr3GenericSetupStream()529 antlr38BitSeek(is, (ANTLR3_MARKER)(state->nextChar)); in antlr38BitRewind()570 antlr38BitSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) in antlr38BitSeek() function