OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:discardOffChannel
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3tokenstream.h
234
ANTLR3_BOOLEAN
discardOffChannel
;
/external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c
44
static void
discardOffChannel
(pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_BOOLEAN discard);
200
cts->
discardOffChannel
= ANTLR3_FALSE;
245
stream->
discardOffChannel
= ANTLR3_FALSE;
290
stream->discardOffChannelToks =
discardOffChannel
;
694
discardOffChannel
(pANTLR3_COMMON_TOKEN_STREAM tokenStream, ANTLR3_BOOLEAN discard)
696
tokenStream->
discardOffChannel
= discard;
981
else if ( tokenStream->
discardOffChannel
== ANTLR3_TRUE
Completed in 2464 milliseconds