home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / linuxdoc-sgml-1.1 / sgmls-1.1 / synrf.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  1.3 KB  |  73 lines

  1. /* SYNRF: Reserved names and other constants for reference concrete syntax.
  2. */
  3. #include "config.h"
  4. #include "entity.h"           /* Templates for entity control blocks. */
  5. #include "synxtrn.h"          /* Declarations for concrete syntax constants. */
  6. #include "adl.h"              /* Definitions for attribute list processing. */
  7. UNCH key[NKEYS][REFNAMELEN+1] = {
  8.      "ANY",
  9.      "ATTLIST",
  10.      "CDATA",
  11.      "CONREF",
  12.      "CURRENT",
  13.      "DEFAULT",
  14.      "DOCTYPE",
  15.      "ELEMENT",
  16.      "EMPTY",
  17.      "ENDTAG",
  18.      "ENTITIES",
  19.      "ENTITY",
  20.      "FIXED",
  21.      "ID",
  22.      "IDLINK",
  23.      "IDREF",
  24.      "IDREFS",
  25.      "IGNORE",
  26.      "IMPLIED",
  27.      "INCLUDE",
  28.      "INITIAL",
  29.      "LINK",
  30.      "LINKTYPE",
  31.      "MD",
  32.      "MS",
  33.      "NAME",
  34.      "NAMES",
  35.      "NDATA",
  36.      "NMTOKEN",
  37.      "NMTOKENS",
  38.      "NOTATION",
  39.      "NUMBER",
  40.      "NUMBERS",
  41.      "NUTOKEN",
  42.      "NUTOKENS",
  43.      "O",
  44.      "PCDATA",
  45.      "PI",
  46.      "POSTLINK",
  47.      "PUBLIC",
  48.      "RCDATA",
  49.      "RE",
  50.      "REQUIRED",
  51.      "RESTORE",
  52.      "RS",
  53.      "SDATA",
  54.      "SHORTREF",
  55.      "SIMPLE",
  56.      "SPACE",
  57.      "STARTTAG",
  58.      "SUBDOC",
  59.      "SYSTEM",
  60.      "TEMP",
  61.      "USELINK",
  62.      "USEMAP"
  63. };
  64. /*
  65. Local Variables:
  66. c-indent-level: 5
  67. c-continued-statement-offset: 5
  68. c-brace-offset: -5
  69. c-argdecl-indent: 0
  70. c-label-offset: -5
  71. End:
  72. */
  73.