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

miyconv.h

Go to the documentation of this file.
00001 #ifndef MIYCONV_H
00002 #define MIYCONV_H
00003 
00004 /************************************************************
00005 miyconv.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 yylookahead (yy)->yymlookahead
00014 #define yystackgrow (yy)->yymstackgrow
00015 #define yyexitflg (yy)->yymexitflg
00016 #define yyretireflg (yy)->yymretireflg
00017 #define yyerrorflg (yy)->yymerrorflg
00018 #define yypopflg (yy)->yympopflg
00019 #define yywipeflg (yy)->yymwipeflg
00020 #define yytop (yy)->yymtop
00021 #define yychar (yy)->yymchar
00022 #define yyskip (yy)->yymskip
00023 #define yyerrorcount (yy)->yymerrorcount
00024 #define yyexitcode (yy)->yymexitcode
00025 #define yyretirecode (yy)->yymretirecode
00026 #define yyerrorpop (yy)->yymerrorpop
00027 #define yyparseerr (yy)->yymerr
00028 #define yystackptr (yy)->yymstackptr
00029 #define yysstackptr (yy)->yymsstackptr
00030 #define yystack_size (yy)->yymstack_size
00031 #define yysstack_size (yy)->yymsstack_size
00032 #define yyattribute_size (yy)->yymattribute_size
00033 #define yyvalptr (yy)->yymvalptr
00034 #define yylvalptr (yy)->yymlvalptr
00035 #define yyattributestackptr (yy)->yymattributestackptr
00036 #define yysattributestackptr (yy)->yymsattributestackptr
00037 #define yyparsedebug (yy)->yymdebug
00038 #define yyparsedebugstack (yy)->yymdebugstack
00039 #define yyparsedebugflush (yy)->yymdebugflush
00040 #define yyparsedebugout (yy)->yymdebugout
00041 
00042 /* general functions */
00043 #define yycparse() yymcparse(yy)
00044 #define yycwipe() yymcwipe(yy)
00045 #define yycwork() yymcwork(yy)
00046 #define yydestructpop(num) yymdestructpop(yy, (num))
00047 #define yyparse() yymparse(yy)
00048 #define yyparsecleanup() yymparsecleanup(yy)
00049 #define yyparseinit() yymparseinit(yy)
00050 #define yysetstacksize(size) yymsetstacksize(yy, (size))
00051 #define yysetup() yymsetup(yy)
00052 #define yywipe() yymwipe(yy)
00053 #define yywork() yymwork(yy)
00054 
00055 /* service functions */
00056 #define yygettoken() (*yy->yymgettoken)(yy)
00057 #define yystackoverflow() (*yy->yymstackoverflow)(yy)
00058 #define yyerror(text) (*yy->yymerror)(yy, (text))
00059 #define yysyntaxerror() (*yy->yymsyntaxerror)(yy)
00060 #define yydiscard(token) (*yy->yymdiscard)(yy, (token))
00061 
00062 /* action functions */
00063 #define yycdestructclearin() yymcdestructclearin(yy)
00064 #define yydestructclearin() yymdestructclearin(yy)
00065 #define yysetin(token) yymsetin(yy, (token))
00066 #define yyunclearin() yymunclearin(yy)
00067 #define yyabort() yymabort(yy)
00068 #define yyaccept() yymaccept(yy)
00069 #define yyclearin() yymclearin(yy)
00070 #define yydestructclearin() yymdestructclearin(yy)
00071 #define yyerrok() yymerrok(yy)
00072 #define yyexit(exitcode) yymexit(yy, (exitcode))
00073 #define yyforceerror() yymforceerror(yy)
00074 #define yypopping() yympopping(yy)
00075 #define yyrecovering() yymrecovering(yy)
00076 #define yyretire(retirecode) yymretire(yy, (retirecode))
00077 #define yythrowerror(pop) yymthrowerror(yy, (pop))
00078 
00079 #ifdef YY_COMPATIBLE
00080 #undef yyerrok
00081 #define yyerrok yymerrok(yy)
00082 #undef yyclearin
00083 #define yyclearin yymclearin(yy)
00084 #endif
00085 #define YYACCEPT yymaccept(yy)
00086 #define YYABORT yymabort(yy)
00087 #define YYERROR yymforceerror(yy)
00088 #define YYRECOVERING yymrecovering(yy)
00089 
00090 #endif
00091 

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