summaryrefslogtreecommitdiffstats
path: root/protsym.c
blob: 8ffba91e4aac22a808dad3416531fba3d33b5d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
/* This file is generated by genprotsym.txr */

/* Copyright 2009-2022
 * Kaz Kylheku <kaz@kylheku.com>
 * Vancouver, Canada
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 * 1. Redistributions of source code must retain the above copyright notice,
 *    this list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright notice,
 *    this list of conditions and the following disclaimer in the documentation
 *    and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */

#include <stddef.h>
#include "config.h"
#include "lib.h"

extern val abs_s, accept_s, acos_s, acosh_s, addr_k;
extern val align_s, all_s, alloc_error_s, and_s, append_each_s;
extern val append_each_star_s, append_k, append_s, apply_s, args_k;
extern val args_s, array_s, ash_s, asin_s, asinh_s;
extern val assert_s, atan2_s, atan_s, atanh_s, atime_k;
extern val atime_nsec_s, atime_s, atom_s, auto_k, bchar_s;
extern val be_double_s, be_float_s, be_int16_s, be_int32_s, be_int64_s;
extern val be_uint16_s, be_uint32_s, be_uint64_s, bignum_s, bind_s;
extern val bit_s, bitset_s, blksize_k, blksize_s, block_s;
extern val block_star_s, blocks_k, blocks_s, bool_s, bstr_d_s;
extern val bstr_s, bstr_s_s, buf_d_s, buf_s, byte_oriented_k;
extern val call_s, car_s, carray_s, case_error_s, caseq_s;
extern val caseq_star_s, caseql_s, caseql_star_s, casequal_s, casequal_star_s;
extern val cases_s, cat_s, catch_frame_s, catch_s, cdigit_k;
extern val cdr_s, ceil1_s, ceil_s, char_s, chars_k;
extern val child_env_s, choose_s, chr_s, chset_s, circref_s;
extern val clear_error_s, close_s, closure_s, cobj_s, coll_s;
extern val collect_each_s, collect_each_star_s, collect_s, colon_k, compile_only_s;
extern val compl_s, compound_s, cond_s, cons_s, const_foldable_s;
extern val continue_k, continue_s, cos_s, cosh_s, counter_k;
extern val cptr_s, cset_s, cspace_k, ctime_k, ctime_nsec_s;
extern val ctime_s, cur_s, cword_char_k, data_s, day_s;
extern val decline_k, defex_s, deffilter_s, define_s, defmacro_s;
extern val defparm_s, defparml_s, defr_warning_s, defsymacro_s, defun_s;
extern val defvar_s, defvarl_s, derived_s, dev_k, dev_s;
extern val digit_k, dir_s, dirent_s, div_s, do_s;
extern val dohash_s, double_s, downcase_k, dst_s, dvbind_s;
extern val dwim_s, each_op_s, each_s, each_star_s, elemtype_s;
extern val elif_s, else_s, empty_s, enum_s, enumed_s;
extern val env_k, env_s, eof_s, eol_s, eq_based_k;
extern val eq_s, eql_based_k, eql_s, equal_based_k, equal_s;
extern val error_s, eval_error_s, eval_only_s, evenp_s, exp_s;
extern val expr_s, expt_s, exptmod_s, fail_s, fbind_s;
extern val fd_k, ffi_call_desc_s, ffi_closure_s, ffi_type_s, file_error_s;
extern val fill_buf_s, filter_k, filter_s, filters_s, finally_s;
extern val finish_k, first_s, fixnum_s, flatten_s, flet_s;
extern val float_s, floor1_s, floor_s, flush_s, for_op_s;
extern val for_s, for_star_s, force_s, forget_s, form_k;
extern val format_s, freeform_s, from_current_k, from_end_k, from_list_s;
extern val from_start_k, frombase64_k, frombase64url_k, fromhtml_k, frompercent_k;
extern val fromurl_k, fun_k, fun_s, fuzz_s, gap_k;
extern val gather_s, ge_s, gen_s, generate_s, gensym_counter_s;
extern val get_byte_s, get_char_s, get_error_s, get_error_str_s, get_fd_s;
extern val get_line_s, get_prop_s, gid_k, gid_s, gmtoff_s;
extern val greedy_k, gt_s, gun_s, handler_bind_s, hash_construct_s;
extern val hash_iter_s, hash_lit_s, hash_s, hash_seed_s, hextoint_k;
extern val hour_s, iapply_s, identity_s, if_s, iflet_s;
extern val in_package_s, inc_s, include_s, init_k, ino_k;
extern val ino_s, int16_s, int32_s, int64_s, int8_s;
extern val int_s, integer_s, internal_error_s, into_k, intr_s;
extern val inv_div_s, inv_minus_s, isqrt_s, iter_begin_s, iter_item_s;
extern val iter_more_s, iter_reset_s, iter_step_s, json_s, keyword_package_s;
extern val labels_s, lambda_s, lambda_set_s, last_s, lbind_s;
extern val lcons_s, le_double_s, le_float_s, le_int16_s, le_int32_s;
extern val le_int64_s, le_s, le_uint16_s, le_uint32_s, le_uint64_s;
extern val length_s, less_s, let_s, let_star_s, lfilt_k;
extern val line_s, lines_k, list_k, list_s, list_star_s;
extern val listener_greedy_eval_s, listener_hist_len_s, listener_multi_line_p_s, listener_pprint_s, listener_sel_inclusive_p_s;
extern val lists_k, lit_s, load_hooks_s, load_path_s, load_recursive_s;
extern val load_s, load_search_dirs_s, load_time_lit_s, load_time_s, local_s;
extern val log10_s, log2_s, log_s, logand_s, logcount_s;
extern val logior_s, lognot1_s, lognot_s, logtrunc_s, logxor_s;
extern val long_s, longest_k, lstr_s, lt_s, mac_env_param_bind_s;
extern val mac_param_bind_s, macro_s, macro_time_s, macrolet_s, make_struct_lit_s;
extern val mandatory_k, max_s, maxgap_k, maxtimes_k, maybe_s;
extern val mdo_s, memq_s, memql_s, memqual_s, merge_s;
extern val meth_s, min_s, mingap_k, mintimes_k, minus_s;
extern val minusp_s, mod_s, mode_k, mode_s, modlast_s;
extern val month_s, mtime_k, mtime_nsec_s, mtime_s, mul_s;
extern val name_k, name_s, named_k, neg_s, next_s;
extern val next_spec_k, nlink_k, nlink_s, none_s, nongreedy_s;
extern val not_s, nothrow_k, noval_s, null_s, nullify_s;
extern val number_s, numeq_s, numeric_error_s, oddp_s, oneplus_s;
extern val op_s, optional_s, or_s, output_s, package_alist_s;
extern val package_s, panic_s, parser_s, path_exists_s, path_not_found_s;
extern val path_permission_s, path_s, pkg_s, plus_s, plusp_s;
extern val postinit_k, pprint_flo_format_s, print_base_s, print_circle_s, print_flo_digits_s;
extern val print_flo_format_s, print_flo_precision_s, print_s, process_error_s, prof_s;
extern val prog1_s, prog2_s, progn_s, promise_forced_s, promise_inprogress_s;
extern val promise_s, ptr_in_d_s, ptr_in_s, ptr_out_d_s, ptr_out_s;
extern val ptr_out_s_s, ptr_s, put_buf_s, put_byte_s, put_char_s;
extern val put_string_s, qquote_s, qref_s, quasi_s, quasilist_s;
extern val query_error_s, quote_s, r_atan2_s, r_ceil_s, r_expt_s;
extern val r_floor_s, r_lognot_s, r_logtrunc_s, r_mod_s, r_round_s;
extern val r_trunc_s, random_state_s, random_state_var_s, random_warmup_s, range_error_s;
extern val range_s, rcons_s, rdev_k, rdev_s, read_bad_json_s;
extern val read_unknown_structs_s, real_time_k, rebind_s, rec_source_loc_s, recip_s;
extern val reflect_k, regex_s, rep_s, repeat_s, repeat_spec_k;
extern val require_s, resolve_k, rest_s, restart_s, return_from_s;
extern val return_s, rfilt_k, rlim_s, round1_s, round_s;
extern val rplaca_s, rplacd_s, sbit_s, sec_s, seek_s;
extern val seq_iter_s, sequence_s, set_prop_s, set_s, setq_s;
extern val setqf_s, short_s, shortest_k, sign_extend_s, signum_s;
extern val sin_s, single_s, sinh_s, size_k, size_s;
extern val skip_s, slot_s, some_s, space_k, special_s;
extern val splice_s, sqrt_s, square_s, stack_overflow_s, stat_s;
extern val stddebug_s, stderr_s, stdin_s, stdio_stream_s, stdnull_s;
extern val stdout_s, str_d_s, str_s, str_s_s, stream_s;
extern val string_k, string_s, struct_lit_s, struct_s, struct_type_s;
extern val switch_s, sym_s, symacro_k, symacrolet_s, syntax_error_s;
extern val sys_abscond_from_s, sys_apply_s, sys_blk_s, sys_catch_s, sys_l1_setq_s;
extern val sys_l1_val_s, sys_lisp1_setq_s, sys_lisp1_value_s, sys_mark_special_s, sys_qquote_s;
extern val sys_splice_s, sys_unquote_s, system_error_s, system_package_s, tan_s;
extern val tanh_s, text_s, throw_s, time_local_s, time_parse_s;
extern val time_s, time_string_s, time_utc_s, timeout_error_s, times_k;
extern val tlist_k, tnode_s, tobase64_k, tobase64url_k, tofloat_k;
extern val tohtml_k, tohtml_star_k, toint_k, tonumber_k, topercent_k;
extern val tourl_k, trailer_s, tree_bind_s, tree_case_s, tree_construct_s;
extern val tree_fun_whitelist_s, tree_iter_s, tree_lit_s, tree_s, trunc1_s;
extern val trunc_s, truncate_s, try_s, type_error_s, ubit_s;
extern val uchar_s, uid_k, uid_s, uint16_s, uint32_s;
extern val uint64_s, uint8_s, uint_s, ulong_s, unbound_s;
extern val unget_byte_s, unget_char_s, union_s, unique_s, unquote_s;
extern val until_s, until_star_s, upcase_k, uref_s, user_package_s;
extern val userdata_k, ushort_s, usr_var_s, uw_protect_s, val_s;
extern val var_k, var_s, vars_k, vec_list_s, vec_s;
extern val vecref_s, vector_lit_s, vm_closure_s, vm_desc_s, void_s;
extern val warning_s, wchar_s, wday_s, weak_and_k, weak_keys_k;
extern val weak_or_k, weak_vals_k, when_s, while_s, while_star_s;
extern val whole_k, width_s, wild_s, word_char_k, wrap_k;
extern val wstr_d_s, wstr_s, wstr_s_s, yday_s, year_s;
extern val zarray_s, zchar_s, zerop_s, zeroplus_s, zone_s;

#if HAVE_DLOPEN
extern val dlhandle_s, dlsym_s;
#endif
#if HAVE_FCNTL
extern val flock_s, len_s, pid_s, start_s, type_s;
extern val whence_s;
#endif
#if HAVE_GRGID
extern val group_s, mem_s;
#endif
#if HAVE_PWUID
extern val gecos_s, shell_s;
#endif
#if HAVE_PWUID || HAVE_GRGID
extern val passwd_s;
#endif
#if HAVE_SOCKETS
extern val addr_s, addrinfo_s, canonname_s, family_s, flags_s;
extern val flow_info_s, port_s, protocol_s, scope_id_s, sockaddr_in6_s;
extern val sockaddr_in_s, sockaddr_un_s, socket_error_s, socktype_s;
#endif
#if HAVE_SYSLOG
extern val prio_k;
#endif
#if HAVE_TERMIOS
extern val cc_s, cflag_s, iflag_s, ispeed_s, lflag_s;
extern val oflag_s, ospeed_s, termios_s;
#endif
#if HAVE_UNAME
extern val domainname_s, machine_s, nodename_s, release_s, sysname_s;
extern val utsname_s, version_s;
#endif

val *protected_sym[] = {
  &abs_s, &accept_s, &acos_s, &acosh_s, &addr_k,
  &align_s, &all_s, &alloc_error_s, &and_s, &append_each_s,
  &append_each_star_s, &append_k, &append_s, &apply_s, &args_k,
  &args_s, &array_s, &ash_s, &asin_s, &asinh_s,
  &assert_s, &atan2_s, &atan_s, &atanh_s, &atime_k,
  &atime_nsec_s, &atime_s, &atom_s, &auto_k, &bchar_s,
  &be_double_s, &be_float_s, &be_int16_s, &be_int32_s, &be_int64_s,
  &be_uint16_s, &be_uint32_s, &be_uint64_s, &bignum_s, &bind_s,
  &bit_s, &bitset_s, &blksize_k, &blksize_s, &block_s,
  &block_star_s, &blocks_k, &blocks_s, &bool_s, &bstr_d_s,
  &bstr_s, &bstr_s_s, &buf_d_s, &buf_s, &byte_oriented_k,
  &call_s, &car_s, &carray_s, &case_error_s, &caseq_s,
  &caseq_star_s, &caseql_s, &caseql_star_s, &casequal_s, &casequal_star_s,
  &cases_s, &cat_s, &catch_frame_s, &catch_s, &cdigit_k,
  &cdr_s, &ceil1_s, &ceil_s, &char_s, &chars_k,
  &child_env_s, &choose_s, &chr_s, &chset_s, &circref_s,
  &clear_error_s, &close_s, &closure_s, &cobj_s, &coll_s,
  &collect_each_s, &collect_each_star_s, &collect_s, &colon_k, &compile_only_s,
  &compl_s, &compound_s, &cond_s, &cons_s, &const_foldable_s,
  &continue_k, &continue_s, &cos_s, &cosh_s, &counter_k,
  &cptr_s, &cset_s, &cspace_k, &ctime_k, &ctime_nsec_s,
  &ctime_s, &cur_s, &cword_char_k, &data_s, &day_s,
  &decline_k, &defex_s, &deffilter_s, &define_s, &defmacro_s,
  &defparm_s, &defparml_s, &defr_warning_s, &defsymacro_s, &defun_s,
  &defvar_s, &defvarl_s, &derived_s, &dev_k, &dev_s,
  &digit_k, &dir_s, &dirent_s, &div_s, &do_s,
  &dohash_s, &double_s, &downcase_k, &dst_s, &dvbind_s,
  &dwim_s, &each_op_s, &each_s, &each_star_s, &elemtype_s,
  &elif_s, &else_s, &empty_s, &enum_s, &enumed_s,
  &env_k, &env_s, &eof_s, &eol_s, &eq_based_k,
  &eq_s, &eql_based_k, &eql_s, &equal_based_k, &equal_s,
  &error_s, &eval_error_s, &eval_only_s, &evenp_s, &exp_s,
  &expr_s, &expt_s, &exptmod_s, &fail_s, &fbind_s,
  &fd_k, &ffi_call_desc_s, &ffi_closure_s, &ffi_type_s, &file_error_s,
  &fill_buf_s, &filter_k, &filter_s, &filters_s, &finally_s,
  &finish_k, &first_s, &fixnum_s, &flatten_s, &flet_s,
  &float_s, &floor1_s, &floor_s, &flush_s, &for_op_s,
  &for_s, &for_star_s, &force_s, &forget_s, &form_k,
  &format_s, &freeform_s, &from_current_k, &from_end_k, &from_list_s,
  &from_start_k, &frombase64_k, &frombase64url_k, &fromhtml_k, &frompercent_k,
  &fromurl_k, &fun_k, &fun_s, &fuzz_s, &gap_k,
  &gather_s, &ge_s, &gen_s, &generate_s, &gensym_counter_s,
  &get_byte_s, &get_char_s, &get_error_s, &get_error_str_s, &get_fd_s,
  &get_line_s, &get_prop_s, &gid_k, &gid_s, &gmtoff_s,
  &greedy_k, &gt_s, &gun_s, &handler_bind_s, &hash_construct_s,
  &hash_iter_s, &hash_lit_s, &hash_s, &hash_seed_s, &hextoint_k,
  &hour_s, &iapply_s, &identity_s, &if_s, &iflet_s,
  &in_package_s, &inc_s, &include_s, &init_k, &ino_k,
  &ino_s, &int16_s, &int32_s, &int64_s, &int8_s,
  &int_s, &integer_s, &internal_error_s, &into_k, &intr_s,
  &inv_div_s, &inv_minus_s, &isqrt_s, &iter_begin_s, &iter_item_s,
  &iter_more_s, &iter_reset_s, &iter_step_s, &json_s, &keyword_package_s,
  &labels_s, &lambda_s, &lambda_set_s, &last_s, &lbind_s,
  &lcons_s, &le_double_s, &le_float_s, &le_int16_s, &le_int32_s,
  &le_int64_s, &le_s, &le_uint16_s, &le_uint32_s, &le_uint64_s,
  &length_s, &less_s, &let_s, &let_star_s, &lfilt_k,
  &line_s, &lines_k, &list_k, &list_s, &list_star_s,
  &listener_greedy_eval_s, &listener_hist_len_s, &listener_multi_line_p_s, &listener_pprint_s, &listener_sel_inclusive_p_s,
  &lists_k, &lit_s, &load_hooks_s, &load_path_s, &load_recursive_s,
  &load_s, &load_search_dirs_s, &load_time_lit_s, &load_time_s, &local_s,
  &log10_s, &log2_s, &log_s, &logand_s, &logcount_s,
  &logior_s, &lognot1_s, &lognot_s, &logtrunc_s, &logxor_s,
  &long_s, &longest_k, &lstr_s, &lt_s, &mac_env_param_bind_s,
  &mac_param_bind_s, &macro_s, &macro_time_s, &macrolet_s, &make_struct_lit_s,
  &mandatory_k, &max_s, &maxgap_k, &maxtimes_k, &maybe_s,
  &mdo_s, &memq_s, &memql_s, &memqual_s, &merge_s,
  &meth_s, &min_s, &mingap_k, &mintimes_k, &minus_s,
  &minusp_s, &mod_s, &mode_k, &mode_s, &modlast_s,
  &month_s, &mtime_k, &mtime_nsec_s, &mtime_s, &mul_s,
  &name_k, &name_s, &named_k, &neg_s, &next_s,
  &next_spec_k, &nlink_k, &nlink_s, &none_s, &nongreedy_s,
  &not_s, &nothrow_k, &noval_s, &null_s, &nullify_s,
  &number_s, &numeq_s, &numeric_error_s, &oddp_s, &oneplus_s,
  &op_s, &optional_s, &or_s, &output_s, &package_alist_s,
  &package_s, &panic_s, &parser_s, &path_exists_s, &path_not_found_s,
  &path_permission_s, &path_s, &pkg_s, &plus_s, &plusp_s,
  &postinit_k, &pprint_flo_format_s, &print_base_s, &print_circle_s, &print_flo_digits_s,
  &print_flo_format_s, &print_flo_precision_s, &print_s, &process_error_s, &prof_s,
  &prog1_s, &prog2_s, &progn_s, &promise_forced_s, &promise_inprogress_s,
  &promise_s, &ptr_in_d_s, &ptr_in_s, &ptr_out_d_s, &ptr_out_s,
  &ptr_out_s_s, &ptr_s, &put_buf_s, &put_byte_s, &put_char_s,
  &put_string_s, &qquote_s, &qref_s, &quasi_s, &quasilist_s,
  &query_error_s, &quote_s, &r_atan2_s, &r_ceil_s, &r_expt_s,
  &r_floor_s, &r_lognot_s, &r_logtrunc_s, &r_mod_s, &r_round_s,
  &r_trunc_s, &random_state_s, &random_state_var_s, &random_warmup_s, &range_error_s,
  &range_s, &rcons_s, &rdev_k, &rdev_s, &read_bad_json_s,
  &read_unknown_structs_s, &real_time_k, &rebind_s, &rec_source_loc_s, &recip_s,
  &reflect_k, &regex_s, &rep_s, &repeat_s, &repeat_spec_k,
  &require_s, &resolve_k, &rest_s, &restart_s, &return_from_s,
  &return_s, &rfilt_k, &rlim_s, &round1_s, &round_s,
  &rplaca_s, &rplacd_s, &sbit_s, &sec_s, &seek_s,
  &seq_iter_s, &sequence_s, &set_prop_s, &set_s, &setq_s,
  &setqf_s, &short_s, &shortest_k, &sign_extend_s, &signum_s,
  &sin_s, &single_s, &sinh_s, &size_k, &size_s,
  &skip_s, &slot_s, &some_s, &space_k, &special_s,
  &splice_s, &sqrt_s, &square_s, &stack_overflow_s, &stat_s,
  &stddebug_s, &stderr_s, &stdin_s, &stdio_stream_s, &stdnull_s,
  &stdout_s, &str_d_s, &str_s, &str_s_s, &stream_s,
  &string_k, &string_s, &struct_lit_s, &struct_s, &struct_type_s,
  &switch_s, &sym_s, &symacro_k, &symacrolet_s, &syntax_error_s,
  &sys_abscond_from_s, &sys_apply_s, &sys_blk_s, &sys_catch_s, &sys_l1_setq_s,
  &sys_l1_val_s, &sys_lisp1_setq_s, &sys_lisp1_value_s, &sys_mark_special_s, &sys_qquote_s,
  &sys_splice_s, &sys_unquote_s, &system_error_s, &system_package_s, &tan_s,
  &tanh_s, &text_s, &throw_s, &time_local_s, &time_parse_s,
  &time_s, &time_string_s, &time_utc_s, &timeout_error_s, &times_k,
  &tlist_k, &tnode_s, &tobase64_k, &tobase64url_k, &tofloat_k,
  &tohtml_k, &tohtml_star_k, &toint_k, &tonumber_k, &topercent_k,
  &tourl_k, &trailer_s, &tree_bind_s, &tree_case_s, &tree_construct_s,
  &tree_fun_whitelist_s, &tree_iter_s, &tree_lit_s, &tree_s, &trunc1_s,
  &trunc_s, &truncate_s, &try_s, &type_error_s, &ubit_s,
  &uchar_s, &uid_k, &uid_s, &uint16_s, &uint32_s,
  &uint64_s, &uint8_s, &uint_s, &ulong_s, &unbound_s,
  &unget_byte_s, &unget_char_s, &union_s, &unique_s, &unquote_s,
  &until_s, &until_star_s, &upcase_k, &uref_s, &user_package_s,
  &userdata_k, &ushort_s, &usr_var_s, &uw_protect_s, &val_s,
  &var_k, &var_s, &vars_k, &vec_list_s, &vec_s,
  &vecref_s, &vector_lit_s, &vm_closure_s, &vm_desc_s, &void_s,
  &warning_s, &wchar_s, &wday_s, &weak_and_k, &weak_keys_k,
  &weak_or_k, &weak_vals_k, &when_s, &while_s, &while_star_s,
  &whole_k, &width_s, &wild_s, &word_char_k, &wrap_k,
  &wstr_d_s, &wstr_s, &wstr_s_s, &yday_s, &year_s,
  &zarray_s, &zchar_s, &zerop_s, &zeroplus_s, &zone_s,

#if HAVE_DLOPEN
  &dlhandle_s, &dlsym_s,
#endif
#if HAVE_FCNTL
  &flock_s, &len_s, &pid_s, &start_s, &type_s,
  &whence_s,
#endif
#if HAVE_GRGID
  &group_s, &mem_s,
#endif
#if HAVE_PWUID
  &gecos_s, &shell_s,
#endif
#if HAVE_PWUID || HAVE_GRGID
  &passwd_s,
#endif
#if HAVE_SOCKETS
  &addr_s, &addrinfo_s, &canonname_s, &family_s, &flags_s,
  &flow_info_s, &port_s, &protocol_s, &scope_id_s, &sockaddr_in6_s,
  &sockaddr_in_s, &sockaddr_un_s, &socket_error_s, &socktype_s,
#endif
#if HAVE_SYSLOG
  &prio_k,
#endif
#if HAVE_TERMIOS
  &cc_s, &cflag_s, &iflag_s, &ispeed_s, &lflag_s,
  &oflag_s, &ospeed_s, &termios_s,
#endif
#if HAVE_UNAME
  &domainname_s, &machine_s, &nodename_s, &release_s, &sysname_s,
  &utsname_s, &version_s,
#endif
  convert(val *, 0)
};