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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A DtestxxLexer.l54 FlexLexer* lexer = new yyFlexLexer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A DFlexLexer.h1 // $Header: /projects/cvsroot/src/router/flex/FlexLexer.h,v 1.1.1.1 2001/04/08 23:53:37 mhuang Exp $
3 // FlexLexer.h -- define interfaces for lexical analyzer classes generated
27 // This file defines FlexLexer, an abstract class which specifies the
33 // include <FlexLexer.h> in your other sources once per lexer class:
37 // #include <FlexLexer.h>
41 // #include <FlexLexer.h>
54 class FlexLexer { class
56 virtual ~FlexLexer() { }
103 class yyFlexLexer : public FlexLexer {
H A DMakefile29 # libdir, FlexLexer.h will be installed in includedir, and the manual
83 DISTFILES = README NEWS COPYING INSTALL FlexLexer.h \
177 $(INSTALL_DATA) $(srcdir)/FlexLexer.h $(includedir)/FlexLexer.h
196 rm -f $(includedir)/FlexLexer.h
H A DMakefile.in28 # libdir, FlexLexer.h will be installed in includedir, and the manual
83 DISTFILES = README NEWS COPYING INSTALL FlexLexer.h \
177 $(INSTALL_DATA) $(srcdir)/FlexLexer.h $(includedir)/FlexLexer.h
196 rm -f $(includedir)/FlexLexer.h

Completed in 49 milliseconds