00001 typedef union {
00002 char *as_c_string;
00003 int as_integer;
00004 struct action *as_action;
00005 struct condition *as_condition;
00006 struct value *as_value;
00007 struct defined_word *as_defined_word;
00008 } YYSTYPE;
00009 #define NEW 257
00010 #define POST_NAMING_FUNCTION 258
00011 #define FUNCTION_NAME 259
00012 #define XML_FUNCTION 260
00013 #define XMLNS_FUNCTION 261
00014 #define EXTERNAL_FUNCTION 262
00015 #define WORD 263
00016 #define WORD_FOR_CONTENT 264
00017 #define WORD_FOR_TEXT 265
00018 #define PRODUCES 266
00019 #define LABEL 267
00020 #define CHARACTER_SET 268
00021 #define DQSTRING 269
00022 #define SQSTRING 270
00023 #define SENDTO 271
00024 #define IF 272
00025 #define THEN 273
00026 #define END 274
00027 #define DEFINE 275
00028 #define ADDTO 276
00029 #define INCLUDEIN 277
00030 #define INFER 278
00031 #define WHEN 279
00032 #define SPAWN 280
00033 #define CONTAINS 281
00034 #define NOT 282
00035 #define APPENDTOTEXT 283
00036 #define OUTPUT 284
00037 #define ADD 285
00038 #define INCLUDE 286
00039 #define IN 287
00040 #define TEXTBUFFER 288
00041 #define CLEARTEXT 289
00042 #define INTEGER 290
00043 #define REPEAT_FUNCTION 291
00044 #define PREFIXCOMMAND 292
00045
00046
00047 extern YYSTYPE ebnf_lval;