• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeprint
 

tdeprint

  • tdeprint
ppdparser.cpp.h
1#ifndef ppdparser_cpp_h
2#define ppdparser_cpp_h
3/* A Bison parser, made by GNU Bison 1.875. */
4
5/* Skeleton parser for Yacc-like parsing with Bison,
6 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02110-1301, USA. */
22
23/* As a special exception, when this file is copied by Bison into a
24 Bison output file, you may use that output file without restriction.
25 This special exception was added by the Free Software Foundation
26 in version 1.24 of Bison. */
27
28/* Tokens. */
29#ifndef YYTOKENTYPE
30# define YYTOKENTYPE
31 /* Put the tokens into the symbol table, so that GDB and other debuggers
32 know about them. */
33 enum yytokentype {
34 TRANSLATION = 258,
35 OPENUI = 259,
36 CLOSEUI = 260,
37 OPENGROUP = 261,
38 CLOSEGROUP = 262,
39 DEFAULT = 263,
40 KEYWORD = 264,
41 OPTION = 265,
42 STRINGPART = 266,
43 QUOTED = 267,
44 CONSTRAINT = 268,
45 PAPERDIM = 269,
46 IMGAREA = 270,
47 FOODATA = 271,
48 COMMENT = 272
49 };
50#endif
51#define TRANSLATION 258
52#define OPENUI 259
53#define CLOSEUI 260
54#define OPENGROUP 261
55#define CLOSEGROUP 262
56#define DEFAULT 263
57#define KEYWORD 264
58#define OPTION 265
59#define STRINGPART 266
60#define QUOTED 267
61#define CONSTRAINT 268
62#define PAPERDIM 269
63#define IMGAREA 270
64#define FOODATA 271
65#define COMMENT 272
66
67
68
69
70#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
71typedef int YYSTYPE;
72# define yystype YYSTYPE /* obsolescent; will be withdrawn */
73# define YYSTYPE_IS_DECLARED 1
74# define YYSTYPE_IS_TRIVIAL 1
75#endif
76
77extern YYSTYPE tdeprint_ppdlval;
78
79
80
81#endif

tdeprint

Skip menu "tdeprint"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

tdeprint

Skip menu "tdeprint"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeprint by doxygen 1.9.4
This website is maintained by Timothy Pearson.