Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / programs / dtdocbook / sgmls / synrf.c
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: synrf.c /main/3 1996/06/19 17:18:46 drk $ */
24 /* SYNRF: Reserved names and other constants for reference concrete syntax.
25 */
26 #include "config.h"
27 #include "entity.h"           /* Templates for entity control blocks. */
28 #include "synxtrn.h"          /* Declarations for concrete syntax constants. */
29 #include "adl.h"              /* Definitions for attribute list processing. */
30 UNCH key[NKEYS][REFNAMELEN+1] = {
31      "ANY",
32      "ATTLIST",
33      "CDATA",
34      "CONREF",
35      "CURRENT",
36      "DEFAULT",
37      "DOCTYPE",
38      "ELEMENT",
39      "EMPTY",
40      "ENDTAG",
41      "ENTITIES",
42      "ENTITY",
43      "FIXED",
44      "ID",
45      "IDLINK",
46      "IDREF",
47      "IDREFS",
48      "IGNORE",
49      "IMPLIED",
50      "INCLUDE",
51      "INITIAL",
52      "LINK",
53      "LINKTYPE",
54      "MD",
55      "MS",
56      "NAME",
57      "NAMES",
58      "NDATA",
59      "NMTOKEN",
60      "NMTOKENS",
61      "NOTATION",
62      "NUMBER",
63      "NUMBERS",
64      "NUTOKEN",
65      "NUTOKENS",
66      "O",
67      "PCDATA",
68      "PI",
69      "POSTLINK",
70      "PUBLIC",
71      "RCDATA",
72      "RE",
73      "REQUIRED",
74      "RESTORE",
75      "RS",
76      "SDATA",
77      "SHORTREF",
78      "SIMPLE",
79      "SPACE",
80      "STARTTAG",
81      "SUBDOC",
82      "SYSTEM",
83      "TEMP",
84      "USELINK",
85      "USEMAP"
86 };
87 /*
88 Local Variables:
89 c-indent-level: 5
90 c-continued-statement-offset: 5
91 c-brace-offset: -5
92 c-argdecl-indent: 0
93 c-label-offset: -5
94 End:
95 */