Home
last modified time | relevance | path

Searched refs:LexerError (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbLexer.h89 virtual void LexerError(const char * msg);
H A DElftosbLexer.cpp38 void ElftosbLexer::LexerError(const char * msg) in LexerError() function in ElftosbLexer
H A Delftosb_lexer.cpp328 LexerError( "yyFlexLexer::yylex invoked but %option yyclass used" ); in yylex()
688 #define YY_FATAL_ERROR(msg) LexerError( msg )
1236 LexerError(msg);
2079 void yyFlexLexer::LexerError( yyconst char msg[] ) in LexerError() function in yyFlexLexer
H A DFlexLexer.h137 virtual void LexerError( const char* msg );
H A Delftosb_lexer.l292 LexerError(msg);
/netbsd-src/external/bsd/flex/dist/src/
H A DFlexLexer.h152 virtual void LexerError( const char* msg );
H A Dflex.skl1070 #define YY_FATAL_ERROR(msg) LexerError( msg )
2477 void yyFlexLexer::LexerError( const char* msg )
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info-258 * LexerError (C++ only): Cxx. (line 112)
H A Dflex.texi3056 a run-time error (by invoking @code{yyFlexLexer::LexerError())} if
3825 @code{yyFlexLexer::LexerError()} if called).
3863 @findex LexerError (C++ only)
3864 @item virtual void LexerError( const char* msg )
H A Dflex.info-12393 run-time error (by invoking 'yyFlexLexer::LexerError())' if called.
2971 'yyFlexLexer::LexerError()' if called).
3003 'virtual void LexerError( const char* msg )'
/netbsd-src/external/bsd/flex/dist/
H A DONEWS398 run-time error if called (by invoking yyFlexLexer::LexerError()).
600 - Added a virtual LexerError() method to the C++ yyFlexLexer class
H A DChangeLog8986 * FlexLexer.h, flex.skl: Support for yyFlexLexer::LexerError