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

/freebsd-10.3-release/contrib/flex/
H A DFlexLexer.h31 // external interface provided to flex C++ lexer objects, and yyFlexLexer,
35 // to rename each yyFlexLexer to some other xxFlexLexer. You then
38 // #undef yyFlexLexer
39 // #define yyFlexLexer xxFlexLexer
42 // #undef yyFlexLexer
43 // #define yyFlexLexer zzFlexLexer
104 #if defined(yyFlexLexer) || ! defined(yyFlexLexerOnce)
107 // yyFlexLexer, as discussed in the flex manual.
112 class yyFlexLexer : public FlexLexer { class in inherits:FlexLexer
116 yyFlexLexer( FLEX_ST
[all...]

Completed in 50 milliseconds