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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3tokenstream.c53 static pANTLR3_COMMON_TOKEN tokLT (pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k);
252 stream->tstream->_LT = tokLT;
304 tokLT (pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k) function
385 /// As per the normal tokLT but sends information to the debugger
394 return tokLT(ts, k);
783 ts->debugger->LT(ts->debugger, i, tokLT(ts, i));

Completed in 77 milliseconds