Searched refs:pANTLR3_STACK (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3recognizersharedstate.h80 pANTLR3_STACK following;
195 pANTLR3_STACK streams;
H A Dantlr3commontree.h147 pANTLR3_STACK nilStack;
H A Dantlr3baserecognizer.h263 pANTLR3_STACK (*getRuleInvocationStack) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer);
264 pANTLR3_STACK (*getRuleInvocationStackNamed) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer,
H A Dantlr3interfaces.h110 typedef struct ANTLR3_STACK_struct *pANTLR3_STACK; typedef in typeref:struct:ANTLR3_STACK_struct
H A Dantlr3commontreenodestream.h215 pANTLR3_STACK nodeStack;
H A Dantlr3collections.h309 pANTLR3_STACK freeStack;
H A Dantlr3defs.h522 ANTLR3_API pANTLR3_STACK antlr3StackNew (ANTLR3_UINT32 sizeHint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c81 static void antlr3StackFree (pANTLR3_STACK stack);
82 static void * antlr3StackPop (pANTLR3_STACK stack);
83 static void * antlr3StackGet (pANTLR3_STACK stack, ANTLR3_INTKEY key);
84 static ANTLR3_BOOLEAN antlr3StackPush (pANTLR3_STACK stack, void * element, void (ANTLR3_CDECL *freeptr)(void *));
85 static ANTLR3_UINT32 antlr3StackSize (pANTLR3_STACK stack);
86 static void * antlr3StackPeek (pANTLR3_STACK stack);
963 ANTLR3_API pANTLR3_STACK
966 pANTLR3_STACK stack;
970 stack = (pANTLR3_STACK)ANTLR3_MALLOC((size_t)sizeof(ANTLR3_STACK));
974 return (pANTLR3_STACK)ANTLR3_FUNC_PT
[all...]
H A Dantlr3baserecognizer.c69 static pANTLR3_STACK getRuleInvocationStack (pANTLR3_BASE_RECOGNIZER recognizer);
70 static pANTLR3_STACK getRuleInvocationStackNamed (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_UINT8 name);
1817 static pANTLR3_STACK
1823 static pANTLR3_STACK

Completed in 147 milliseconds