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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3commontoken.h301 void (*setStopIndex) (struct ANTLR3_COMMON_TOKEN_struct * token, ANTLR3_MARKER index); member in struct:ANTLR3_COMMON_TOKEN_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3commontoken.c56 static void setStopIndex (pANTLR3_COMMON_TOKEN token, ANTLR3_MARKER index);
318 token->setStopIndex = setStopIndex;
520 static void setStopIndex (pANTLR3_COMMON_TOKEN token, ANTLR3_MARKER stop) function
H A Dantlr3tokenstream.c331 teof->setStopIndex (teof, ts->istream->index (ts->istream));
351 teof->setStopIndex (teof, ts->istream->index(ts->istream));
H A Dantlr3lexer.c244 teof->setStopIndex (teof, lexer->getCharIndex(lexer));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAPLexer.c753 esc->setStopIndex(esc, GETCHARINDEX()-1);
H A DRSPLexer.c2484 esc->setStopIndex(esc, GETCHARINDEX()-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAPLexer.c753 esc->setStopIndex(esc, GETCHARINDEX()-1);
H A DRSPLexer.c2484 esc->setStopIndex(esc, GETCHARINDEX()-1);

Completed in 317 milliseconds