OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yyFlexLexer
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/MISC/
testxxLexer.l
54
FlexLexer* lexer = new
yyFlexLexer
;
/external/webkit/Tools/android/flex-2.5.4a/
FlexLexer.h
28
// external interface provided to flex C++ lexer objects, and
yyFlexLexer
,
32
// to rename each
yyFlexLexer
to some other xxFlexLexer. You then
35
// #undef
yyFlexLexer
36
// #define
yyFlexLexer
xxFlexLexer
39
// #undef
yyFlexLexer
40
// #define
yyFlexLexer
zzFlexLexer
97
#if defined(
yyFlexLexer
) || ! defined(yyFlexLexerOnce)
100
//
yyFlexLexer
, as discussed in the flex man page.
103
class
yyFlexLexer
: public FlexLexer {
107
yyFlexLexer
( istream* arg_yyin = 0, ostream* arg_yyout = 0 )
[
all
...]
flex.skl
431
#define YY_DECL int
yyFlexLexer
::yylex()
649
yyFlexLexer
::
yyFlexLexer
( istream* arg_yyin, ostream* arg_yyout )
678
yyFlexLexer
::~
yyFlexLexer
()
684
void
yyFlexLexer
::switch_streams( istream* new_in, ostream* new_out )
697
int
yyFlexLexer
::LexerInput( char* buf, int /* max_size */ )
699
int
yyFlexLexer
::LexerInput( char* buf, int max_size )
726
void
yyFlexLexer
::LexerOutput( const char* buf, int size )
743
int
yyFlexLexer
::yy_get_next_buffer(
[
all
...]
Completed in 128 milliseconds