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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3input.h204 void (*setCharPositionInLine) (struct ANTLR3_INPUT_STREAM_struct * input, ANTLR3_UINT32 position); member in struct:ANTLR3_INPUT_STREAM_struct
H A Dantlr3commontoken.h266 void (*setCharPositionInLine) (struct ANTLR3_COMMON_TOKEN_struct * token, ANTLR3_INT32 pos); 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.c48 static void setCharPositionInLine (pANTLR3_COMMON_TOKEN token, ANTLR3_INT32 pos);
310 token->setCharPositionInLine = setCharPositionInLine;
323 token->setCharPositionInLine(token, -1);
480 static void setCharPositionInLine (pANTLR3_COMMON_TOKEN token, ANTLR3_INT32 pos) function
H A Dantlr3inputstream.c128 input->setCharPositionInLine = antlr3AsciiSetCharPosition; /* Set the offset in to the current line (does not set any pointers ) */
H A Dantlr3commontreeadaptor.c356 newToken->setCharPositionInLine (newToken, fromToken->getCharPositionInLine(fromToken));
H A Dantlr3baserecognizer.c2203 token->setCharPositionInLine (token, current->getCharPositionInLine(current));

Completed in 212 milliseconds