2 |
7u83 |
1 |
/*
|
7 |
7u83 |
2 |
* Copyright (c) 2002-2005 The TenDRA Project <http://www.tendra.org/>.
|
|
|
3 |
* All rights reserved.
|
|
|
4 |
*
|
|
|
5 |
* Redistribution and use in source and binary forms, with or without
|
|
|
6 |
* modification, are permitted provided that the following conditions are met:
|
|
|
7 |
*
|
|
|
8 |
* 1. Redistributions of source code must retain the above copyright notice,
|
|
|
9 |
* this list of conditions and the following disclaimer.
|
|
|
10 |
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
|
11 |
* this list of conditions and the following disclaimer in the documentation
|
|
|
12 |
* and/or other materials provided with the distribution.
|
|
|
13 |
* 3. Neither the name of The TenDRA Project nor the names of its contributors
|
|
|
14 |
* may be used to endorse or promote products derived from this software
|
|
|
15 |
* without specific, prior written permission.
|
|
|
16 |
*
|
|
|
17 |
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
|
|
|
18 |
* IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
|
|
19 |
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
20 |
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
|
|
|
21 |
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
|
22 |
* EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
|
23 |
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
|
|
24 |
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
|
25 |
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
|
26 |
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
|
27 |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
28 |
*
|
|
|
29 |
* $Id$
|
|
|
30 |
*/
|
|
|
31 |
/*
|
2 |
7u83 |
32 |
Crown Copyright (c) 1997
|
7 |
7u83 |
33 |
|
2 |
7u83 |
34 |
This TenDRA(r) Computer Program is subject to Copyright
|
|
|
35 |
owned by the United Kingdom Secretary of State for Defence
|
|
|
36 |
acting through the Defence Evaluation and Research Agency
|
|
|
37 |
(DERA). It is made available to Recipients with a
|
|
|
38 |
royalty-free licence for its use, reproduction, transfer
|
|
|
39 |
to other parties and amendment for any purpose not excluding
|
|
|
40 |
product development provided that any such use et cetera
|
|
|
41 |
shall be deemed to be acceptance of the following conditions:-
|
7 |
7u83 |
42 |
|
2 |
7u83 |
43 |
(1) Its Recipients shall ensure that this Notice is
|
|
|
44 |
reproduced upon any copies or amended versions of it;
|
7 |
7u83 |
45 |
|
2 |
7u83 |
46 |
(2) Any amended version of it shall be clearly marked to
|
|
|
47 |
show both the nature of and the organisation responsible
|
|
|
48 |
for the relevant amendment or amendments;
|
7 |
7u83 |
49 |
|
2 |
7u83 |
50 |
(3) Its onward transfer from a recipient to another
|
|
|
51 |
party shall be deemed to be that party's acceptance of
|
|
|
52 |
these conditions;
|
7 |
7u83 |
53 |
|
2 |
7u83 |
54 |
(4) DERA gives no warranty or assurance as to its
|
|
|
55 |
quality or suitability for any purpose and DERA accepts
|
|
|
56 |
no liability whatsoever in relation to any use to which
|
|
|
57 |
it may be put.
|
|
|
58 |
*/
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
/* AUTOMATICALLY GENERATED BY make_tdf VERSION 2.0 FROM TDF 4.1 */
|
|
|
62 |
|
|
|
63 |
/* INITIALISE ALL SORTS */
|
7 |
7u83 |
64 |
init_access();
|
|
|
65 |
init_access_option();
|
|
|
66 |
init_al_tag();
|
|
|
67 |
init_al_tagdef();
|
|
|
68 |
init_al_tagdef_props();
|
|
|
69 |
init_alignment();
|
|
|
70 |
init_bitfield_variety();
|
|
|
71 |
init_bool();
|
|
|
72 |
init_bool_option();
|
|
|
73 |
init_callees();
|
|
|
74 |
init_capsule();
|
|
|
75 |
init_capsule_link();
|
|
|
76 |
init_caselim();
|
|
|
77 |
init_dg();
|
|
|
78 |
init_dg_accessibility();
|
|
|
79 |
init_dg_accessibility_option();
|
|
|
80 |
init_dg_append();
|
|
|
81 |
init_dg_bound();
|
|
|
82 |
init_dg_class_base();
|
|
|
83 |
init_dg_classmem();
|
|
|
84 |
init_dg_comp_props();
|
|
|
85 |
init_dg_compilation();
|
|
|
86 |
init_dg_constraint();
|
|
|
87 |
init_dg_constraint_list_option();
|
|
|
88 |
init_dg_default();
|
|
|
89 |
init_dg_default_option();
|
|
|
90 |
init_dg_dim();
|
|
|
91 |
init_dg_dim_option();
|
|
|
92 |
init_dg_discrim();
|
|
|
93 |
init_dg_enum();
|
|
|
94 |
init_dg_filename();
|
|
|
95 |
init_dg_filename_option();
|
|
|
96 |
init_dg_idname();
|
|
|
97 |
init_dg_idname_option();
|
|
|
98 |
init_dg_macro();
|
|
|
99 |
init_dg_name();
|
|
|
100 |
init_dg_name_option();
|
|
|
101 |
init_dg_namelist();
|
|
|
102 |
init_dg_param();
|
|
|
103 |
init_dg_param_mode();
|
|
|
104 |
init_dg_param_mode_option();
|
|
|
105 |
init_dg_qualifier();
|
|
|
106 |
init_dg_sourcepos();
|
|
|
107 |
init_dg_sourcepos_option();
|
|
|
108 |
init_dg_tag();
|
|
|
109 |
init_dg_tag_option();
|
|
|
110 |
init_dg_type();
|
|
|
111 |
init_dg_type_list_option();
|
|
|
112 |
init_dg_type_option();
|
|
|
113 |
init_dg_variant();
|
|
|
114 |
init_dg_varpart();
|
|
|
115 |
init_dg_varpart_option();
|
|
|
116 |
init_dg_virtuality();
|
|
|
117 |
init_dg_virtuality_option();
|
|
|
118 |
init_diag_descriptor();
|
|
|
119 |
init_diag_field();
|
|
|
120 |
init_diag_tag();
|
|
|
121 |
init_diag_tagdef();
|
|
|
122 |
init_diag_tq();
|
|
|
123 |
init_diag_type();
|
|
|
124 |
init_diag_type_unit();
|
|
|
125 |
init_diag_unit();
|
|
|
126 |
init_enum_values();
|
|
|
127 |
init_error_code();
|
|
|
128 |
init_error_treatment();
|
|
|
129 |
init_exp();
|
|
|
130 |
init_exp_option();
|
|
|
131 |
init_extern_link();
|
|
|
132 |
init_external();
|
|
|
133 |
init_filename();
|
|
|
134 |
init_floating_variety();
|
|
|
135 |
init_group();
|
|
|
136 |
init_label();
|
|
|
137 |
init_link();
|
|
|
138 |
init_linkextern();
|
|
|
139 |
init_linkinfo();
|
|
|
140 |
init_linkinfo_props();
|
|
|
141 |
init_links();
|
|
|
142 |
init_nat();
|
|
|
143 |
init_nat_option();
|
|
|
144 |
init_ntest();
|
|
|
145 |
init_otagexp();
|
|
|
146 |
init_procprops();
|
|
|
147 |
init_procprops_option();
|
|
|
148 |
init_rounding_mode();
|
|
|
149 |
init_shape();
|
|
|
150 |
init_shape_option();
|
|
|
151 |
init_signed_nat();
|
|
|
152 |
init_sortname();
|
|
|
153 |
init_sourcemark();
|
|
|
154 |
init_string();
|
|
|
155 |
init_string_option();
|
|
|
156 |
init_tag();
|
|
|
157 |
init_tag_option();
|
|
|
158 |
init_tagacc();
|
|
|
159 |
init_tagacc_option();
|
|
|
160 |
init_tagdec();
|
|
|
161 |
init_tagdec_props();
|
|
|
162 |
init_tagdef();
|
|
|
163 |
init_tagdef_props();
|
|
|
164 |
init_tagshacc();
|
|
|
165 |
init_tokdec();
|
|
|
166 |
init_tokdec_props();
|
|
|
167 |
init_tokdef();
|
|
|
168 |
init_tokdef_props();
|
|
|
169 |
init_token();
|
|
|
170 |
init_token_defn();
|
|
|
171 |
init_token_option();
|
|
|
172 |
init_tokformals();
|
|
|
173 |
init_transfer_mode();
|
|
|
174 |
init_unique();
|
|
|
175 |
init_unit();
|
|
|
176 |
init_variety();
|
|
|
177 |
init_version();
|
|
|
178 |
init_version_props();
|