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

myacc.h File Reference

#include <stdio.h>
#include <stddef.h>
#include <assert.h>
#include <yytdefs.h>
#include <yybdefs.h>

Go to the source code of this file.

Classes

struct  yycnontermgoto
struct  yystategoto
struct  yynontermgoto
struct  yyctokenaction
struct  yystateaction
struct  yytokenaction
struct  yyreduction
struct  yyctokendest
struct  yymparse

Defines

#define YY_AYACC
#define YYCONST
#define YYEXIT_SUCCESS   0
#define YYEXIT_FAILURE   1
#define YYTK_ALL   (-1)
#define YYTK_END   0
#define YYTK_ERROR   256
#define YYAT_SHIFT   0
#define YYAT_REDUCE   1
#define YYAT_ERROR   2
#define YYAT_ACCEPT   3
#define YYAT_DEFAULT   4
#define YYST_ALL   (-1)
#define YYST_ERROR   (-1)
#define yymabort(yy)   yymexit((yy), 1)
#define yymaccept(yy)   yymexit((yy), 0)
#define yymclearin(yy)   ((yy)->yymlookahead = 0)
#define yymerrok(yy)   yymsetskip((yy), 0)
#define yymexit(yy, exitcode)   ((yy)->yymexitflg = 1, (yy)->yymexitcode = (exitcode))
#define yymforceerror(yy)   yymthrowerror((yy), 0)
#define yympopping(yy)   (yy)->yympopflg
#define yymrecovering(yy)   ((yy)->yymskip > 0)
#define yymretire(yy, retirecode)   ((yy)->yymretireflg = 1, (yy)->yymretirecode = (retirecode))
#define yymthrowerror(yy, pop)   ((yy)->yymerrorflg = 1, (yy)->yymerrorpop = (pop))
#define yyassert(expr)   assert(expr)
#define yympeek(yy)   ((yy)->yymstackptr[(yy)->yymtop])
#define yympop(yy, num)   ((yy)->yymtop -= (num))
#define yymsetskip(yy, skip)   ((yy)->yymskip = (skip))
#define yymisfastparser(yy)   ((yy)->yymstateaction != NULL)
#define yymiscompactparser(yy)   ((yy)->yymcstateaction != NULL)

Typedefs

typedef short yystack_t
typedef short yycstategoto_t
typedef yycnontermgoto yycnontermgoto_t
typedef yystategoto yystategoto_t
typedef yynontermgoto yynontermgoto_t
typedef short yycstateaction_t
typedef yyctokenaction yyctokenaction_t
typedef yystateaction yystateaction_t
typedef yytokenaction yytokenaction_t
typedef yyreduction yyreduction_t
typedef short yydestructor_t
typedef short yytokendest_t
typedef yyctokendest yyctokendest_t
typedef yymparse yymparse_t

Functions

int YYCDECL yymcreateparse ()
void YYCDECL yymdestroyparse ()
int YYCDECL yymcparse ()
void YYCDECL yymcwipe ()
int YYCDECL yymcwork ()
void YYCDECL yymdestructpop ()
int YYCDECL yymparse ()
void YYCDECL yymparsecleanup ()
void YYCDECL yymparseinit ()
int YYCDECL yymsetstacksize ()
int YYCDECL yymsetup ()
void YYCDECL yymwipe ()
int YYCDECL yymwork ()
void YYCDECL yymdiscard ()
void YYCDECL yymerror ()
int YYCDECL yymgettoken ()
void YYCDECL yymstackoverflow ()
void YYCDECL yymsyntaxerror ()
void YYCDECL yymcdestructclearin ()
void YYCDECL yymdestructclearin ()
void YYCDECL yymsetin ()
int YYCDECL yymunclearin ()
int YYCDECL yympush ()


Define Documentation

#define YY_AYACC
 

#define yyassert expr   )     assert(expr)
 

#define YYAT_ACCEPT   3
 

#define YYAT_DEFAULT   4
 

#define YYAT_ERROR   2
 

#define YYAT_REDUCE   1
 

#define YYAT_SHIFT   0
 

#define YYCONST
 

#define YYEXIT_FAILURE   1
 

#define YYEXIT_SUCCESS   0
 

#define yymabort yy   )     yymexit((yy), 1)
 

#define yymaccept yy   )     yymexit((yy), 0)
 

#define yymclearin yy   )     ((yy)->yymlookahead = 0)
 

#define yymerrok yy   )     yymsetskip((yy), 0)
 

#define yymexit yy,
exitcode   )     ((yy)->yymexitflg = 1, (yy)->yymexitcode = (exitcode))
 

#define yymforceerror yy   )     yymthrowerror((yy), 0)
 

#define yymiscompactparser yy   )     ((yy)->yymcstateaction != NULL)
 

#define yymisfastparser yy   )     ((yy)->yymstateaction != NULL)
 

#define yympeek yy   )     ((yy)->yymstackptr[(yy)->yymtop])
 

#define yympop yy,
num   )     ((yy)->yymtop -= (num))
 

#define yympopping yy   )     (yy)->yympopflg
 

#define yymrecovering yy   )     ((yy)->yymskip > 0)
 

#define yymretire yy,
retirecode   )     ((yy)->yymretireflg = 1, (yy)->yymretirecode = (retirecode))
 

#define yymsetskip yy,
skip   )     ((yy)->yymskip = (skip))
 

#define yymthrowerror yy,
pop   )     ((yy)->yymerrorflg = 1, (yy)->yymerrorpop = (pop))
 

#define YYST_ALL   (-1)
 

#define YYST_ERROR   (-1)
 

#define YYTK_ALL   (-1)
 

#define YYTK_END   0
 

#define YYTK_ERROR   256
 


Typedef Documentation

typedef struct yycnontermgoto yycnontermgoto_t
 

typedef short yycstateaction_t
 

typedef short yycstategoto_t
 

typedef struct yyctokenaction yyctokenaction_t
 

typedef struct yyctokendest yyctokendest_t
 

typedef short yydestructor_t
 

typedef struct yymparse yymparse_t
 

typedef struct yynontermgoto yynontermgoto_t
 

typedef struct yyreduction yyreduction_t
 

typedef short yystack_t
 

typedef struct yystateaction yystateaction_t
 

typedef struct yystategoto yystategoto_t
 

typedef struct yytokenaction yytokenaction_t
 

typedef short yytokendest_t
 


Function Documentation

void YYCDECL yymcdestructclearin  ) 
 

int YYCDECL yymcparse  ) 
 

int YYCDECL yymcreateparse  ) 
 

void YYCDECL yymcwipe  ) 
 

int YYCDECL yymcwork  ) 
 

void YYCDECL yymdestroyparse  ) 
 

void YYCDECL yymdestructclearin  ) 
 

void YYCDECL yymdestructpop  ) 
 

void YYCDECL yymdiscard  ) 
 

void YYCDECL yymerror  ) 
 

int YYCDECL yymgettoken  ) 
 

int YYCDECL yymparse  ) 
 

void YYCDECL yymparsecleanup  ) 
 

void YYCDECL yymparseinit  ) 
 

int YYCDECL yympush  ) 
 

void YYCDECL yymsetin  ) 
 

int YYCDECL yymsetstacksize  ) 
 

int YYCDECL yymsetup  ) 
 

void YYCDECL yymstackoverflow  ) 
 

void YYCDECL yymsyntaxerror  ) 
 

int YYCDECL yymunclearin  ) 
 

void YYCDECL yymwipe  ) 
 

int YYCDECL yymwork  ) 
 


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