1 /* BEGIN INCLUDE FILE mrds_rst_keywords.incl.pl1       (Davids.Multics) 10/15/81  1622.5 mst Thu */
 2 
 3 /* Inputs: */
 4 /* >udd>Multics>Davids>tr>11714>mrds_rst_parse.result */
 5 /* >udd>Multics>Davids>tr>11714>mrds_rst_keywords.syn */
 6 dcl 1 keyword  (40) static internal options(constant),
 7       2 name char(18) var init(
 8  /*   1 */ "aligned"            /*  28 <aligned>     */
 9 ,/*   2 */ "attr"               /*  14 <attribute>   */
10 ,/*   3 */ "attribute"          /*  14 <attribute>   */
11 ,/*   4 */ "bin"                /*  21 <binary>      */
12 ,/*   5 */ "binary"             /*  21 <binary>      */
13 ,/*   6 */ "bit"                /*  25 <bit>         */
14 ,/*   7 */ "char"               /*  24 <char>        */
15 ,/*   8 */ "character"          /*  24 <char>        */
16 ,/*   9 */ "check_proc"         /*  30 <check_proc>  */
17 ,/*  10 */ "check_procedure"    /*  30 <check_proc>  */
18 ,/*  11 */ "chkp"               /*  30 <check_proc>  */
19 ,/*  12 */ "complex"            /*  18 <complex>     */
20 ,/*  13 */ "cplx"               /*  18 <complex>     */
21 ,/*  14 */ "dec"                /*  22 <decimal>     */
22 ,/*  15 */ "decimal"            /*  22 <decimal>     */
23 ,/*  16 */ "decode_dcl"         /*  33 <decode_dcl>  */
24 ,/*  17 */ "decode_declaration" /*  33 <decode_dcl>  */
25 ,/*  18 */ "decode_declare"     /*  33 <decode_dcl>  */
26 ,/*  19 */ "decode_proc"        /*  32 <decode_proc> */
27 ,/*  20 */ "decode_procedure"   /*  32 <decode_proc> */
28 ,/*  21 */ "decp"               /*  32 <decode_proc> */
29 ,/*  22 */ "dom"                /*  13 <domain>      */
30 ,/*  23 */ "domain"             /*  13 <domain>      */
31 ,/*  24 */ "encode_proc"        /*  31 <encode_proc> */
32 ,/*  25 */ "encode_procedure"   /*  31 <encode_proc> */
33 ,/*  26 */ "encp"               /*  31 <encode_proc> */
34 ,/*  27 */ "fixed"              /*  19 <fixed>       */
35 ,/*  28 */ "float"              /*  20 <float>       */
36 ,/*  29 */ "floating"           /*  20 <float>       */
37 ,/*  30 */ "index"              /*  16 <index>       */
38 ,/*  31 */ "nonvarying"         /*  27 <nonvarying>  */
39 ,/*  32 */ "prec"               /*  23 <precision>   */
40 ,/*  33 */ "precision"          /*  23 <precision>   */
41 ,/*  34 */ "real"               /*  17 <real>        */
42 ,/*  35 */ "rel"                /*  15 <relation>    */
43 ,/*  36 */ "relation"           /*  15 <relation>    */
44 ,/*  37 */ "unal"               /*  29 <unaligned>   */
45 ,/*  38 */ "unaligned"          /*  29 <unaligned>   */
46 ,/*  39 */ "var"                /*  26 <varying>     */
47 ,/*  40 */ "varying"            /*  26 <varying>     */
48                               ),
49       2 value fixed bin(24) init(
50  28,14,14,21,21,25,24,24,30,30,30,18,18,22,22,33,33,33,32,32
51 ,32,13,13,31,31,31,19,20,20,16,27,23,23,17,15,15,29,29,26,26
52                               );
53 
54 /*   END INCLUDE FILE mrds_rst_keywords.incl.pl1       */