ddlp.h
来自「db.* (pronounced dee-be star) is an adva」· C头文件 代码 · 共 141 行
H
141 行
/* A Bison parser, made by GNU Bison 1.875c. *//* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 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 { T_ALLOCATION = 258, T_ASCENDING = 259, T_BITMAP = 260, T_BLOB = 261, T_BY = 262, T_COMPOUND = 263, T_CONST = 264, T_CONTAINS = 265, T_DATA = 266, T_DATABASE = 267, T_DEFINE = 268, T_DESCENDING = 269, T_DIRECTREF = 270, T_FILE = 271, T_FIRST = 272, T_INCLUDE = 273, T_INITIAL = 274, T_KEY = 275, T_LAST = 276, T_LINE = 277, T_MEMBER = 278, T_NEXT = 279, T_NUMBER = 280, T_OPTIONAL = 281, T_ORDER = 282, T_OWNER = 283, T_PCTINCREASE = 284, T_PAGESIZE = 285, T_RECORD = 286, T_RECS = 287, T_RELATEDTO = 288, T_SET = 289, T_SETS = 290, T_STATIC = 291, T_STRUCT = 292, T_THRU = 293, T_TIMESTAMP = 294, T_TYPEDEF = 295, T_UNIQUE = 296, T_UNSIGNED = 297, T_VARILEN = 298, T_IDENT = 299, T_STRING = 300 };#endif#define T_ALLOCATION 258#define T_ASCENDING 259#define T_BITMAP 260#define T_BLOB 261#define T_BY 262#define T_COMPOUND 263#define T_CONST 264#define T_CONTAINS 265#define T_DATA 266#define T_DATABASE 267#define T_DEFINE 268#define T_DESCENDING 269#define T_DIRECTREF 270#define T_FILE 271#define T_FIRST 272#define T_INCLUDE 273#define T_INITIAL 274#define T_KEY 275#define T_LAST 276#define T_LINE 277#define T_MEMBER 278#define T_NEXT 279#define T_NUMBER 280#define T_OPTIONAL 281#define T_ORDER 282#define T_OWNER 283#define T_PCTINCREASE 284#define T_PAGESIZE 285#define T_RECORD 286#define T_RECS 287#define T_RELATEDTO 288#define T_SET 289#define T_SETS 290#define T_STATIC 291#define T_STRUCT 292#define T_THRU 293#define T_TIMESTAMP 294#define T_TYPEDEF 295#define T_UNIQUE 296#define T_UNSIGNED 297#define T_VARILEN 298#define T_IDENT 299#define T_STRING 300#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)#line 76 "ddlp.y"typedef union YYSTYPE { STRTOK tstr; NUMTOK tnum;} YYSTYPE;/* Line 1275 of yacc.c. */#line 132 "ddlp.h"# define yystype YYSTYPE /* obsolescent; will be withdrawn */# define YYSTYPE_IS_DECLARED 1# define YYSTYPE_IS_TRIVIAL 1#endifextern YYSTYPE yylval;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?