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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3intstream.h125 ANTLR3_UINT32 (*_LA) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_INT32 i); member in struct:ANTLR3_INT_STREAM_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3inputstream.c107 input->istream->_LA = antlr3AsciiLA; /* Return the UTF32 character at offset n (1 based) */
121 input->_LT = antlr3AsciiLT; /* Same as _LA for 8 bit Ascii file */
201 input->istream->_LA = antlr3AsciiLA_ucase;
207 input->istream->_LA = antlr3AsciiLA;
337 return (ANTLR3_FUNC_PTR(input->istream->_LA(input->istream, lt)));
H A Dantlr3cyclicdfa.c129 c = is->_LA(is, 1);
H A Dantlr3ucs2inputstream.c76 input->istream->_LA = antlr3UCS2LA; // Return the UTF32 character at offset n (1 based)
H A Dantlr3tokenstream.c67 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
178 stream->tstream->istream->_LA = dbgLA;
263 stream->tstream->istream->_LA = _LA;
293 ts->istream->_LA = dbgLA;
751 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) function
770 /// As per _LA() but for debug mode.
784 return _LA(is, i);
H A Dantlr3baserecognizer.c337 ex->c = is->_LA (is, 1); /* Current input character */
453 if (is->_LA(is, 1) == ttype)
533 nextt = is->_LA(is, 2);
609 if ( followClone->isMember(followClone, is->_LA(is, 1))
1688 if ( follow->isMember(follow, is->_LA(is, 1)) == ANTLR3_TRUE)
1751 ttype = is->_LA(is, 1);
1758 ttype = is->_LA(is, 1);
1801 ttype = is->_LA(is, 1);
1808 ttype = is->_LA(is, 1);
H A Dantlr3lexer.c236 if (lexer->input->istream->_LA(lexer->input->istream, 1) == ANTLR3_CHARSTREAM_EOF)
711 if (lexer->input->istream->_LA(lexer->input->istream, 1) != (*string))
752 if (lexer->input->istream->_LA(lexer->input->istream, 1) == c)
796 c = lexer->input->istream->_LA(lexer->input->istream, 1);
H A Dantlr3commontreenodestream.c68 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
208 stream->tnstream->istream->_LA = _LA;
350 stream->tnstream->istream->_LA = _LA;
631 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAPLexer.c206 #define LA(n) INPUT->istream->_LA(INPUT->istream, n)
H A DDAAP2SQL.c148 #define LA(n) ISTREAM->_LA(ISTREAM, n)
H A DDAAPParser.c132 #define LA(n) INPUT->istream->_LA(ISTREAM, n)
H A DRSP2SQL.c150 #define LA(n) ISTREAM->_LA(ISTREAM, n)
H A DRSPLexer.c231 #define LA(n) INPUT->istream->_LA(INPUT->istream, n)
H A DRSPParser.c132 #define LA(n) INPUT->istream->_LA(ISTREAM, n)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAPLexer.c206 #define LA(n) INPUT->istream->_LA(INPUT->istream, n)
H A DDAAP2SQL.c148 #define LA(n) ISTREAM->_LA(ISTREAM, n)
H A DDAAPParser.c132 #define LA(n) INPUT->istream->_LA(ISTREAM, n)
H A DRSP2SQL.c150 #define LA(n) ISTREAM->_LA(ISTREAM, n)
H A DRSPLexer.c231 #define LA(n) INPUT->istream->_LA(INPUT->istream, n)
H A DRSPParser.c132 #define LA(n) INPUT->istream->_LA(ISTREAM, n)

Completed in 217 milliseconds