• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/

Lines Matching refs:pANTLR3_INT_STREAM

65 static void					consume						(pANTLR3_INT_STREAM is);
66 static void dbgConsume (pANTLR3_INT_STREAM is);
67 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
68 static ANTLR3_UINT32 dbgLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
69 static ANTLR3_MARKER mark (pANTLR3_INT_STREAM is);
70 static ANTLR3_MARKER dbgMark (pANTLR3_INT_STREAM is);
71 static void release (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark);
72 static ANTLR3_UINT32 size (pANTLR3_INT_STREAM is);
73 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
74 static void rewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
75 static void dbgRewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
76 static void rewindLast (pANTLR3_INT_STREAM is);
77 static void dbgRewindLast (pANTLR3_INT_STREAM is);
78 static void seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index);
79 static void dbgSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index);
80 static pANTLR3_STRING getSourceName (pANTLR3_INT_STREAM is);
367 consumeInitialHiddenTokens(pANTLR3_INT_STREAM is)
551 consume (pANTLR3_INT_STREAM is)
571 dbgConsume (pANTLR3_INT_STREAM is)
751 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i)
773 dbgLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i)
788 mark (pANTLR3_INT_STREAM is)
797 dbgMark (pANTLR3_INT_STREAM is)
810 release (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark)
816 size (pANTLR3_INT_STREAM is)
833 tindex (pANTLR3_INT_STREAM is)
845 dbgRewindLast (pANTLR3_INT_STREAM is)
856 rewindLast (pANTLR3_INT_STREAM is)
861 rewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker)
866 dbgRewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker)
878 seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index)
889 dbgSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index)
1034 getSourceName (pANTLR3_INT_STREAM is)