Searched refs:enterAlt (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3debugeventlistener.h111 void (*enterAlt) (pANTLR3_DEBUG_EVENT_LISTENER delboy, int alt); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3debughandlers.c57 static void enterAlt (pANTLR3_DEBUG_EVENT_LISTENER delboy, int alt);
118 delboy->enterAlt = enterAlt;
559 enterAlt (pANTLR3_DEBUG_EVENT_LISTENER delboy, int alt) function
565 sprintf(buffer, "enterAlt %d\n", alt);

Completed in 125 milliseconds