• 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_COMMON_TREE_NODE_STREAM

43 static	void						addNavigationNode			(pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_UINT32 ttype);
44 static ANTLR3_BOOLEAN hasUniqueNavigationNodes (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
45 static pANTLR3_BASE_TREE newDownNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
46 static pANTLR3_BASE_TREE newUpNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
47 static void reset (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
48 static void push (pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_INT32 index);
49 static ANTLR3_INT32 pop (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
50 //static ANTLR3_INT32 index (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
51 static ANTLR3_UINT32 getLookaheadSize (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
79 static void fillBuffer (pANTLR3_COMMON_TREE_NODE_STREAM ctns, pANTLR3_BASE_TREE t);
80 static void fillBufferRoot (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
85 static void antlr3CommonTreeNodeStreamFree (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
115 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM
118 pANTLR3_COMMON_TREE_NODE_STREAM stream;
131 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM
132 antlr3CommonTreeNodeStreamNewStream(pANTLR3_COMMON_TREE_NODE_STREAM inStream)
134 pANTLR3_COMMON_TREE_NODE_STREAM stream;
138 stream = (pANTLR3_COMMON_TREE_NODE_STREAM) ANTLR3_CALLOC(1, sizeof(ANTLR3_COMMON_TREE_NODE_STREAM));
269 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM
272 pANTLR3_COMMON_TREE_NODE_STREAM stream;
277 stream = (pANTLR3_COMMON_TREE_NODE_STREAM) ANTLR3_CALLOC(1, sizeof(ANTLR3_COMMON_TREE_NODE_STREAM));
420 static void antlr3CommonTreeNodeStreamFree (pANTLR3_COMMON_TREE_NODE_STREAM ctns)
460 fillBufferRoot(pANTLR3_COMMON_TREE_NODE_STREAM ctns)
474 fillBuffer(pANTLR3_COMMON_TREE_NODE_STREAM ctns, pANTLR3_BASE_TREE t)
526 reset (pANTLR3_COMMON_TREE_NODE_STREAM ctns)
618 pANTLR3_COMMON_TREE_NODE_STREAM ctns;
659 pANTLR3_COMMON_TREE_NODE_STREAM ctns;
706 pANTLR3_COMMON_TREE_NODE_STREAM ctns;
718 pANTLR3_COMMON_TREE_NODE_STREAM ctns;
734 pANTLR3_COMMON_TREE_NODE_STREAM ctns;
752 addNavigationNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_UINT32 ttype)
794 hasUniqueNavigationNodes (pANTLR3_COMMON_TREE_NODE_STREAM ctns)
882 getLookaheadSize (pANTLR3_COMMON_TREE_NODE_STREAM ctns)
890 newDownNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns)
904 newUpNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns)
954 push (pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_INT32 index)
961 pop (pANTLR3_COMMON_TREE_NODE_STREAM ctns)