Blame src/egrep.h

Packit Service c6cebd
/* A Bison parser, made by GNU Bison 3.0.4.  */
Packit Service c6cebd
Packit Service c6cebd
/* Bison interface for Yacc-like parsers in C
Packit Service c6cebd
Packit Service c6cebd
   Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
Packit Service c6cebd
Packit Service c6cebd
   This program is free software: you can redistribute it and/or modify
Packit Service c6cebd
   it under the terms of the GNU General Public License as published by
Packit Service c6cebd
   the Free Software Foundation, either version 3 of the License, or
Packit Service c6cebd
   (at your option) any later version.
Packit Service c6cebd
Packit Service c6cebd
   This program is distributed in the hope that it will be useful,
Packit Service c6cebd
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service c6cebd
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service c6cebd
   GNU General Public License for more details.
Packit Service c6cebd
Packit Service c6cebd
   You should have received a copy of the GNU General Public License
Packit Service c6cebd
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
Packit Service c6cebd
Packit Service c6cebd
/* As a special exception, you may create a larger work that contains
Packit Service c6cebd
   part or all of the Bison parser skeleton and distribute that work
Packit Service c6cebd
   under terms of your choice, so long as that work isn't itself a
Packit Service c6cebd
   parser generator using the skeleton or a modified version thereof
Packit Service c6cebd
   as a parser skeleton.  Alternatively, if you modify or redistribute
Packit Service c6cebd
   the parser skeleton itself, you may (at your option) remove this
Packit Service c6cebd
   special exception, which will cause the skeleton and the resulting
Packit Service c6cebd
   Bison output files to be licensed under the GNU General Public
Packit Service c6cebd
   License without this special exception.
Packit Service c6cebd
Packit Service c6cebd
   This special exception was added by the Free Software Foundation in
Packit Service c6cebd
   version 2.2 of Bison.  */
Packit Service c6cebd
Packit Service c6cebd
#ifndef YY_YY_EGREP_H_INCLUDED
Packit Service c6cebd
# define YY_YY_EGREP_H_INCLUDED
Packit Service c6cebd
/* Debug traces.  */
Packit Service c6cebd
#ifndef YYDEBUG
Packit Service c6cebd
# define YYDEBUG 0
Packit Service c6cebd
#endif
Packit Service c6cebd
#if YYDEBUG
Packit Service c6cebd
extern int yydebug;
Packit Service c6cebd
#endif
Packit Service c6cebd
Packit Service c6cebd
/* Token type.  */
Packit Service c6cebd
#ifndef YYTOKENTYPE
Packit Service c6cebd
# define YYTOKENTYPE
Packit Service c6cebd
  enum yytokentype
Packit Service c6cebd
  {
Packit Service c6cebd
    CHAR = 258,
Packit Service c6cebd
    DOT = 259,
Packit Service c6cebd
    CCL = 260,
Packit Service c6cebd
    NCCL = 261,
Packit Service c6cebd
    OR = 262,
Packit Service c6cebd
    CAT = 263,
Packit Service c6cebd
    STAR = 264,
Packit Service c6cebd
    PLUS = 265,
Packit Service c6cebd
    QUEST = 266
Packit Service c6cebd
  };
Packit Service c6cebd
#endif
Packit Service c6cebd
/* Tokens.  */
Packit Service c6cebd
#define CHAR 258
Packit Service c6cebd
#define DOT 259
Packit Service c6cebd
#define CCL 260
Packit Service c6cebd
#define NCCL 261
Packit Service c6cebd
#define OR 262
Packit Service c6cebd
#define CAT 263
Packit Service c6cebd
#define STAR 264
Packit Service c6cebd
#define PLUS 265
Packit Service c6cebd
#define QUEST 266
Packit Service c6cebd
Packit Service c6cebd
/* Value type.  */
Packit Service c6cebd
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
Packit Service c6cebd
typedef int YYSTYPE;
Packit Service c6cebd
# define YYSTYPE_IS_TRIVIAL 1
Packit Service c6cebd
# define YYSTYPE_IS_DECLARED 1
Packit Service c6cebd
#endif
Packit Service c6cebd
Packit Service c6cebd
Packit Service c6cebd
extern YYSTYPE yylval;
Packit Service c6cebd
Packit Service c6cebd
int yyparse (void);
Packit Service c6cebd
Packit Service c6cebd
#endif /* !YY_YY_EGREP_H_INCLUDED  */