Source: ../../policy/yacc.yy_policy_parser.cc.h


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top
#ifndef YYERRCODE
#define YYERRCODE 256
#endif

#define YY_INT 257
#define YY_UINT 258
#define YY_STR 259
#define YY_ID 260
#define YY_IPV4 261
#define YY_IPV4NET 262
#define YY_IPV6 263
#define YY_IPV6NET 264
#define YY_NOT 265
#define YY_AND 266
#define YY_XOR 267
#define YY_OR 268
#define YY_EQ 269
#define YY_NE 270
#define YY_LE 271
#define YY_GT 272
#define YY_LT 273
#define YY_GE 274
#define YY_ADD 275
#define YY_SUB 276
#define YY_MUL 277
#define YY_SEMICOLON 278
#define YY_LPAR 279
#define YY_RPAR 280
#define YY_MODIFY 281
#define YY_ASSIGN 282
#define YY_SET 283
#define YY_REGEX 284
#define YY_ACCEPT 285
#define YY_REJECT 286
#define YY_PROTOCOL 287
typedef union {
	char *c_str;
	Node *node;
} YYSTYPE;
extern YYSTYPE yy_policy_parserlval;

Generated by: pavlin on possum.icir.org on Wed Apr 13 21:53:13 2005, using kdoc $.