OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchc
(Results
1 - 3
of
3
) sorted by null
/external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c
50
static ANTLR3_BOOLEAN
matchc
(pANTLR3_LEXER lexer, ANTLR3_UCHAR c);
137
lexer->
matchc
=
matchc
;
762
/** Implementation of
matchc
for the lexer, overrides any
770
matchc
(pANTLR3_LEXER lexer, ANTLR3_UCHAR c)
function
/external/antlr/antlr-3.4/runtime/C/include/
antlr3lexer.h
152
ANTLR3_BOOLEAN (*
matchc
) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR c);
member in struct:ANTLR3_LEXER_struct
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg
209
#undef
MATCHC
248
#define
MATCHC
(c) LEXER->
matchc
(LEXER, c)
[
all
...]
Completed in 226 milliseconds