/* A Bison parser, made by GNU Bison 1.875d. */
/* Skeleton parser for Yacc-like parsing with Bison,
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
This special exception was added by the Free Software Foundation
in version 1.24 of Bison. */
/* Tokens. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
/* Put the tokens into the symbol table, so that GDB and other debuggers
know about them. */
enum yytokentype {
SHOW_NEWSGROUPS = 258,
SHOW_DATE = 259,
SHOW_FROM = 260,
SHOW_FULLNAME = 261,
SHOW_FIRST_NAME = 262,
SHOW_SENDER_INITIAL = 263,
SHOW_SUBJECT = 264,
SHOW_TO = 265,
SHOW_MESSAGEID = 266,
SHOW_PERCENT = 267,
SHOW_CC = 268,
SHOW_REFERENCES = 269,
SHOW_MESSAGE = 270,
SHOW_QUOTED_MESSAGE = 271,
SHOW_BACKSLASH = 272,
SHOW_TAB = 273,
SHOW_QUOTED_MESSAGE_NO_SIGNATURE = 274,
SHOW_MESSAGE_NO_SIGNATURE = 275,
SHOW_EOL = 276,
SHOW_QUESTION_MARK = 277,
SHOW_OPARENT = 278,
SHOW_CPARENT = 279,
QUERY_DATE = 280,
QUERY_FROM = 281,
QUERY_FULLNAME = 282,
QUERY_SUBJECT = 283,
QUERY_TO = 284,
QUERY_NEWSGROUPS = 285,
QUERY_MESSAGEID = 286,
QUERY_CC = 287,
QUERY_REFERENCES = 288,
OPARENT = 289,
CPARENT = 290,
CHARACTER = 291
};
#endif
#define SHOW_NEWSGROUPS 258
#define SHOW_DATE 259
#define SHOW_FROM 260
#define SHOW_FULLNAME 261
#define SHOW_FIRST_NAME 262
#define SHOW_SENDER_INITIAL 263
#define SHOW_SUBJECT 264
#define SHOW_TO 265
#define SHOW_MESSAGEID 266
#define SHOW_PERCENT 267
#define SHOW_CC 268
#define SHOW_REFERENCES 269
#define SHOW_MESSAGE 270
#define SHOW_QUOTED_MESSAGE 271
#define SHOW_BACKSLASH 272
#define SHOW_TAB 273
#define SHOW_QUOTED_MESSAGE_NO_SIGNATURE 274
#define SHOW_MESSAGE_NO_SIGNATURE 275
#define SHOW_EOL 276
#define SHOW_QUESTION_MARK 277
#define SHOW_OPARENT 278
#define SHOW_CPARENT 279
#define QUERY_DATE 280
#define QUERY_FROM 281
#define QUERY_FULLNAME 282
#define QUERY_SUBJECT 283
#define QUERY_TO 284
#define QUERY_NEWSGROUPS 285
#define QUERY_MESSAGEID 286
#define QUERY_CC 287
#define QUERY_REFERENCES 288
#define OPARENT 289
#define CPARENT 290
#define CHARACTER 291
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#line 129 "quote_fmt_parse.y"
typedef union YYSTYPE {
char chr;
} YYSTYPE;
/* Line 1285 of yacc.c. */
#line 113 "y.tab.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
#endif
extern YYSTYPE yylval;
syntax highlighted by Code2HTML, v. 0.9.1