Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

milconv.h

Go to the documentation of this file.
00001 #ifndef MILCONV_H
00002 #define MILCONV_H
00003 
00004 /************************************************************
00005 milconv.h
00006 This file can be freely modified for the generation of
00007 custom code.
00008 
00009 Copyright (c) 1999-2001 Bumble-Bee Software Ltd.
00010 ************************************************************/
00011 
00012 /* variables */
00013 #define yymoreflg (yy)->yymmoreflg
00014 #define yyrejectflg (yy)->yymrejectflg
00015 #define yyreturnflg (yy)->yymreturnflg
00016 #define yytextgrow (yy)->yymtextgrow
00017 #define yyunputgrow (yy)->yymunputgrow
00018 #define yyeol (yy)->yymeol
00019 #define yyoldeol (yy)->yymoldeol
00020 #define yystart (yy)->yymstart
00021 #define yyin (yy)->yymin
00022 #define yyout (yy)->yymout
00023 #define yylexerr (yy)->yymerr
00024 #define yyleng (yy)->yymleng
00025 #define yylineno (yy)->yymlineno
00026 #define yyunputindex (yy)->yymunputindex
00027 #define yytext (yy)->yymtext
00028 #define yystext (yy)->yymstext
00029 #define yytext_size (yy)->yymtext_size
00030 #define yystext_size (yy)->yymstext_size
00031 #define yystatebuf (yy)->yymstatebuf
00032 #define yysstatebuf (yy)->yymsstatebuf
00033 #define yyunputbufptr (yy)->yymunputbufptr
00034 #define yysunputbufptr (yy)->yymsunputbufptr
00035 #define yyunput_size (yy)->yymunputbufptr
00036 #define yysunput_size (yy)->yymsunput_size
00037 #define yylexdebug (yy)->yymdebug
00038 #define yylexdebugflush (yy)->yymdebugflush
00039 #define yylexdebugout (yy)->yymdebugout
00040 
00041 /* general functions */
00042 #define yylexinit() yymlexinit(yy)
00043 #define yylex() yymlex(yy)
00044 #define yyclex() yymclex(yy)
00045 #define yyreset() yymreset(yy)
00046 #define yylexcleanup() yymlexcleanup(yy)
00047 #define yysettextsize(size) yymsettextsize(yy, (size))
00048 #define yysetunputsize(size) yymsetunputsize(yy, (size))
00049 
00050 /* service functions */
00051 #define yyinput() (*yy->yyminput)(yy)
00052 #define yyoutput(ch) (*yy->yymoutput)(yy, (ch))
00053 #define yyunput(ch) (*yy->yymunput)(yy, (ch))
00054 #define yywrap() (*yy->yymwrap)(yy)
00055 #define yygetchar() (*yy->yymgetchar)(yy)
00056 #define yytextoverflow() (*yy->yymtextoverflow)(yy)
00057 #define yyunputoverflow() (*yy->yymunputoverflow)(yy)
00058 
00059 /* action functions */
00060 #define yybegin(state) yymbegin(yy, (state))
00061 #define yyecho() yymecho(yy)
00062 #define yyless(length) yymless(yy, (length))
00063 #define yymore() yymmore(yy)
00064 #define yynewline(newline) yymnewline(yy, (newline))
00065 #define yyreject() yymreject(yy)
00066 #define yyunputcount() yymunputcount(yy)
00067 
00068 /* compatibility */
00069 #define ECHO yyecho()
00070 #define REJECT yyreject()
00071 #define BEGIN (yy)->yymstart = 
00072 #define YYSTATE (yy)->yymstart
00073 #define YY_START (yy)->yymstart
00074 
00075 #endif
00076 

Generated on Wed Mar 16 00:10:28 2005 for Dibbler - a portable DHCPv6 by  doxygen 1.3.9.1