summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-03-17 23:12:47 -0700
committerKaz Kylheku <kaz@kylheku.com>2024-03-17 23:12:47 -0700
commitf7acc9f8daf14a4171e86fe5fd9dd1c32f6b3948 (patch)
treebc859e8d2441399da672528306e499e747836069
parentafaf69fcc38125ffa5a21b5f16d25cf1fdc93bae (diff)
downloadtxr-master.tar.gz
txr-master.tar.bz2
txr-master.zip
Version 294.HEADtxr-294master
* RELNOTES: Updated. * configure (txr_ver): Bumped version. * stdlib/ver.tl (lib-version): Bumped. * txr.1: Bumped version and date. * txr.vim, tl.vim: Regenerated. * protsym.c: Regenerated.
-rw-r--r--RELNOTES75
-rwxr-xr-xconfigure2
-rw-r--r--protsym.c304
-rw-r--r--stdlib/ver.tl2
-rw-r--r--tl.vim852
-rw-r--r--txr.16
-rw-r--r--txr.vim852
7 files changed, 1087 insertions, 1006 deletions
diff --git a/RELNOTES b/RELNOTES
index a3263602..839b00cc 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1 +1,76 @@
+ TXR 294
+ 2024-03-17
+
+
+ Features
+
+ - Compiler:
+ - Now generates inline code for chained functions and lambdas, such
+ as that arising out of the opip syntax.
+
+ - OOP:
+ - new special method length-< lets a lazy sequence object implement support
+ for being tested with the length-< function (is the length less than a
+ given integer without forcing existence).
+
+ - Lib:
+ - New hist-sort-by function: hist-sort with a mapping function.
+ - New functions cons-count and cons-find.
+ - New function rangeref for obtaining an intermediate value from
+ a range using an integer index as if it were a sequence.
+ - For consistency: because ranges can be treated as sequences.
+
+ - Pattern matching:
+ - End pattern in @(sme) and @(end) can be any pattern now, not
+ a list pattern.
+
+ - Internals:
+ - New framework introduced for gathering items into a sequence,
+ called "seq_iter".
+ - Takes into account the type of sequence being constructed up-front,
+ to avoid the overhead of collecting a list and then coercing it.
+ - Functions that have been improved with seq_build and in some
+ cases seq_iter: keep-keys-if, separate, separate-keys, tuples, mapcar,
+ mappend, mapdo, partition-by, partition-if, partition, split, split*,
+ zip, unique, find, rfind, window-map, append, nconc.
+
+ Bugs
+
+ - stability:
+ - gc problem in iter-begin.
+ - gc problem in sub-str on lazy string arg.
+ - gc issue in eval in code related to binding special variables.
+ - gc correctness issues in make-strlist-input-stream,
+ make-struct, make-lazy-struct, copy-search-tree,
+ make-similar-tree, copy-fun (for VM functions).
+ - build:
+ - fix in configure script for BSD grep.
+ - fixes in ordering issues in compilation of stdlib to actually achieve the
+ shortest bootstrapping time.
+ - ports:
+ - fixes for OpenBSD.
+ - Support PPC64 with Altivec more properly by saving and restoring
+ VR31 register. Fixes a reported failure to build and pass tests.
+ - Not a perfect fix: pragmatic whack-a-mole approach based on
+ empirically seeing which Altivec registers occur in the code,
+ needing saving.
+ - cygwin:
+ - fixed broken handling of drive-relative paths.
+ - handling of termination status in run and sh functions fixed
+ to be like that on POSIX platforms.
+ - documentation:
+ - source parameter of mmap documented.
+ - mmap: too low length confusingly diagnosed: as "zero-sized element type".
+ - hash-eql: always returning zero due to regression.
+ - mapcar, mappend, mapdo: avoid alloca request proportional to number of
+ args, switching to malloc over a certain size.
+ - list-vec: accidental use of int type to hold vector length: fail on
+ 64 bit systems with vectors having more than 4G entries.
+ - misc:
+ - avoid realloc to size zero, since latest ISO C draft makes
+ it undefined behavior.
+ - keep-if: don't report as remove-if in errors.
+
+
+
TXR 293
diff --git a/configure b/configure
index 96d5d1e8..1e290def 100755
--- a/configure
+++ b/configure
@@ -633,3 +633,3 @@ chmod a+x reconfigure
-txr_ver=293
+txr_ver=294
diff --git a/protsym.c b/protsym.c
index 7f9c1bbb..5b636f59 100644
--- a/protsym.c
+++ b/protsym.c
@@ -2,3 +2,3 @@
-/* Copyright 2009-2023
+/* Copyright 2009-2024
* Kaz Kylheku <kaz@kylheku.com>
@@ -93,77 +93,78 @@ extern val ldexp_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 lgamma_s, line_s, lines_k, list_k, list_s;
-extern val list_star_s, listener_auto_compound_s, listener_greedy_eval_s, listener_hist_len_s, listener_multi_line_p_s;
-extern val listener_pprint_s, listener_sel_inclusive_p_s, lists_k, lit_s, load_args_s;
-extern val load_hooks_s, load_path_s, load_recursive_s, load_s, load_search_dirs_s;
-extern val load_time_lit_s, load_time_s, local_s, log10_s, log1p_s;
-extern val log2_s, log_s, logand_s, logb_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_k, macro_s, macro_time_s, macrolet_s;
-extern val make_struct_lit_s, mandatory_k, max_s, maxgap_k, maxtimes_k;
-extern val maybe_s, mdo_s, memq_s, memql_s, memqual_s;
-extern val merge_s, meth_s, min_s, mingap_k, mintimes_k;
-extern val minus_s, minusp_s, mod_s, mode_k, mode_s;
-extern val modlast_s, month_s, mtime_k, mtime_nsec_s, mtime_s;
-extern val mul_s, name_k, name_s, named_k, nearbyint_s;
-extern val neg_s, next_s, next_spec_k, nextafter_s, nlink_k;
-extern val nlink_s, noclose_k, none_s, nongreedy_s, not_s;
-extern val nothrow_k, noval_s, null_s, nullify_s, number_s;
-extern val numeq_s, numeric_error_s, oddp_s, oneplus_s, op_s;
-extern val optional_s, or_s, output_s, pack_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, pct_fun_s, pkg_s, plus_s;
-extern val plusp_s, postinit_k, pprint_flo_format_s, print_base_s, print_circle_s;
-extern val print_flo_digits_s, print_flo_format_s, print_flo_precision_s, print_json_format_s, print_s;
-extern val process_error_s, prof_s, prog1_s, prog2_s, progn_s;
-extern val progv_s, promise_forced_s, promise_inprogress_s, promise_s, ptr_in_d_s;
-extern val ptr_in_s, ptr_out_d_s, ptr_out_s, ptr_out_s_s, ptr_s;
-extern val push_s, put_buf_s, put_byte_s, put_char_s, put_string_s;
-extern val qquote_s, qref_s, quasi_s, quasilist_s, query_error_s;
-extern val quote_s, r_atan2_s, r_ceil_s, r_copysign_s, r_drem_s;
-extern val r_expt_s, r_fdim_s, r_floor_s, r_fmax_s, r_fmin_s;
-extern val r_hypot_s, r_jn_s, r_ldexp_s, r_lognot_s, r_logtrunc_s;
-extern val r_mod_s, r_nextafter_s, r_remainder_s, r_round_s, r_scalb_s;
-extern val r_scalbln_s, r_trunc_s, r_yn_s, random_state_s, random_state_var_s;
-extern val random_warmup_s, range_error_s, range_s, rcons_s, rdev_k;
-extern val rdev_s, read_bad_json_s, read_unknown_structs_s, real_time_k, rebind_s;
-extern val rec_source_loc_s, recip_s, reflect_k, regex_s, remainder_s;
-extern val rep_s, repeat_s, repeat_spec_k, require_s, resolve_k;
-extern val rest_s, restart_s, return_from_s, return_s, rfilt_k;
-extern val rint_s, rlim_s, round1_s, round_s, rplaca_s;
-extern val rplacd_s, sbit_s, scalb_s, scalbln_s, sec_s;
-extern val seek_s, self_path_s, seq_iter_s, sequence_s, set_prop_s;
-extern val set_s, setq_s, setqf_s, short_s, shortest_k;
-extern val sign_extend_s, significand_s, signum_s, sin_s, single_s;
-extern val sinh_s, size_k, size_s, skip_s, slot_s;
-extern val some_s, space_k, special_s, splice_s, sqrt_s;
-extern val square_s, stack_overflow_s, standard_k, stat_s, stddebug_s;
-extern val stderr_s, stdin_s, stdio_stream_s, stdnull_s, stdout_s;
-extern val str_d_s, str_s, str_s_s, stream_s, string_k;
-extern val string_s, struct_lit_s, struct_s, struct_type_s, switch_s;
-extern val sym_s, symacro_k, symacrolet_s, syntax_error_s, sys_abscond_from_s;
-extern val sys_apply_s, sys_blk_s, sys_catch_s, sys_l1_setq_s, sys_l1_val_s;
-extern val sys_lisp1_setq_s, sys_lisp1_value_s, sys_mark_special_s, sys_qquote_s, sys_splice_s;
-extern val sys_unquote_s, system_error_s, system_package_s, tan_s, tanh_s;
-extern val text_s, tgamma_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 tofloat_s, tohtml_k, tohtml_star_k, toint_k, toint_s;
-extern val tonumber_k, topercent_k, tourl_k, trailer_s, tree_bind_s;
-extern val tree_case_s, tree_construct_s, tree_fun_whitelist_s, tree_iter_s, tree_lit_s;
-extern val tree_s, trunc1_s, trunc_s, truncate_s, try_s;
-extern val type_error_s, ubit_s, uchar_s, uid_k, uid_s;
-extern val uint16_s, uint32_s, uint64_s, uint8_s, uint_s;
-extern val ulong_s, unbound_s, unget_byte_s, unget_char_s, union_s;
-extern val unique_s, unquote_s, until_s, until_star_s, upcase_k;
-extern val uref_s, user_package_s, userdata_k, ushort_s, usr_var_s;
-extern val uw_protect_s, val_s, var_k, var_s, vars_k;
-extern val vec_list_s, vec_s, vecref_s, vector_lit_s, vm_closure_s;
-extern val vm_desc_s, void_s, warning_s, wchar_s, wday_s;
-extern val weak_and_k, weak_keys_k, weak_or_k, weak_vals_k, when_s;
-extern val while_s, while_star_s, whole_k, width_s, wild_s;
-extern val word_char_k, wrap_k, wstr_d_s, wstr_s, wstr_s_s;
-extern val y0_s, y1_s, yday_s, year_s, yn_s;
-extern val zarray_s, zchar_s, zerop_s, zeroplus_s, zone_s;
+extern val length_lt_s, length_s, less_s, let_s, let_star_s;
+extern val lfilt_k, lgamma_s, line_s, lines_k, list_k;
+extern val list_s, list_star_s, listener_auto_compound_s, listener_greedy_eval_s, listener_hist_len_s;
+extern val listener_multi_line_p_s, listener_pprint_s, listener_sel_inclusive_p_s, lists_k, lit_s;
+extern val load_args_s, load_hooks_s, load_path_s, load_recursive_s, load_s;
+extern val load_search_dirs_s, load_time_lit_s, load_time_s, local_s, log10_s;
+extern val log1p_s, log2_s, log_s, logand_s, logb_s;
+extern val logcount_s, logior_s, lognot1_s, lognot_s, logtrunc_s;
+extern val logxor_s, long_s, longest_k, lstr_s, lt_s;
+extern val mac_env_param_bind_s, mac_param_bind_s, macro_k, macro_s, macro_time_s;
+extern val macrolet_s, make_struct_lit_s, mandatory_k, max_s, maxgap_k;
+extern val maxtimes_k, maybe_s, mdo_s, memq_s, memql_s;
+extern val memqual_s, merge_s, meth_s, min_s, mingap_k;
+extern val mintimes_k, minus_s, minusp_s, mod_s, mode_k;
+extern val mode_s, modlast_s, month_s, mtime_k, mtime_nsec_s;
+extern val mtime_s, mul_s, name_k, name_s, named_k;
+extern val nearbyint_s, neg_s, next_s, next_spec_k, nextafter_s;
+extern val nlink_k, nlink_s, noclose_k, 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, pack_s;
+extern val package_alist_s, package_s, panic_s, parser_s, path_exists_s;
+extern val path_not_found_s, path_permission_s, path_s, pct_fun_s, pkg_s;
+extern val plus_s, plusp_s, postinit_k, pprint_flo_format_s, print_base_s;
+extern val print_circle_s, print_flo_digits_s, print_flo_format_s, print_flo_precision_s, print_json_format_s;
+extern val print_s, process_error_s, prof_s, prog1_s, prog2_s;
+extern val progn_s, progv_s, promise_forced_s, promise_inprogress_s, promise_s;
+extern val ptr_in_d_s, ptr_in_s, ptr_out_d_s, ptr_out_s, ptr_out_s_s;
+extern val ptr_s, push_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_copysign_s;
+extern val r_drem_s, r_expt_s, r_fdim_s, r_floor_s, r_fmax_s;
+extern val r_fmin_s, r_hypot_s, r_jn_s, r_ldexp_s, r_lognot_s;
+extern val r_logtrunc_s, r_mod_s, r_nextafter_s, r_remainder_s, r_round_s;
+extern val r_scalb_s, r_scalbln_s, r_trunc_s, r_yn_s, random_state_s;
+extern val random_state_var_s, random_warmup_s, range_error_s, range_s, rcons_s;
+extern val rdev_k, rdev_s, read_bad_json_s, read_unknown_structs_s, real_time_k;
+extern val rebind_s, rec_source_loc_s, recip_s, reflect_k, regex_s;
+extern val remainder_s, rep_s, repeat_s, repeat_spec_k, require_s;
+extern val resolve_k, rest_s, restart_s, return_from_s, return_s;
+extern val rfilt_k, rint_s, rlim_s, round1_s, round_s;
+extern val rplaca_s, rplacd_s, sbit_s, scalb_s, scalbln_s;
+extern val sec_s, seek_s, self_path_s, seq_iter_s, sequence_s;
+extern val set_prop_s, set_s, setq_s, setqf_s, short_s;
+extern val shortest_k, sign_extend_s, significand_s, signum_s, sin_s;
+extern val single_s, sinh_s, size_k, size_s, skip_s;
+extern val slot_s, some_s, space_k, special_s, splice_s;
+extern val sqrt_s, square_s, stack_overflow_s, standard_k, 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, tgamma_s, throw_s, time_local_s;
+extern val time_parse_s, time_s, time_string_s, time_utc_s, timeout_error_s;
+extern val times_k, tlist_k, tnode_s, tobase64_k, tobase64url_k;
+extern val tofloat_k, tofloat_s, tohtml_k, tohtml_star_k, toint_k;
+extern val toint_s, tonumber_k, topercent_k, tourl_k, trailer_s;
+extern val tree_bind_s, tree_case_s, tree_construct_s, tree_fun_whitelist_s, tree_iter_s;
+extern val tree_lit_s, tree_s, trunc1_s, trunc_s, truncate_s;
+extern val try_s, type_error_s, ubit_s, uchar_s, uid_k;
+extern val uid_s, uint16_s, uint32_s, uint64_s, uint8_s;
+extern val uint_s, ulong_s, unbound_s, unget_byte_s, unget_char_s;
+extern val union_s, unique_s, unquote_s, until_s, until_star_s;
+extern val upcase_k, uref_s, user_package_s, userdata_k, ushort_s;
+extern val usr_var_s, uw_protect_s, val_s, var_k, var_s;
+extern val vars_k, vec_list_s, vec_s, vecref_s, vector_lit_s;
+extern val vm_closure_s, vm_desc_s, void_s, warning_s, wchar_s;
+extern val wday_s, weak_and_k, weak_keys_k, weak_or_k, weak_vals_k;
+extern val when_s, while_s, while_star_s, whole_k, width_s;
+extern val wild_s, word_char_k, wrap_k, wstr_d_s, wstr_s;
+extern val wstr_s_s, y0_s, y1_s, yday_s, year_s;
+extern val yn_s, zarray_s, zchar_s, zerop_s, zeroplus_s;
+extern val zone_s;
@@ -265,77 +266,78 @@ val *protected_sym[] = {
&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,
- &lgamma_s, &line_s, &lines_k, &list_k, &list_s,
- &list_star_s, &listener_auto_compound_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_args_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, &log1p_s,
- &log2_s, &log_s, &logand_s, &logb_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_k, &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, &nearbyint_s,
- &neg_s, &next_s, &next_spec_k, &nextafter_s, &nlink_k,
- &nlink_s, &noclose_k, &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, &pack_s, &package_alist_s,
- &package_s, &panic_s, &parser_s, &path_exists_s, &path_not_found_s,
- &path_permission_s, &path_s, &pct_fun_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_json_format_s, &print_s,
- &process_error_s, &prof_s, &prog1_s, &prog2_s, &progn_s,
- &progv_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,
- &push_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_copysign_s, &r_drem_s,
- &r_expt_s, &r_fdim_s, &r_floor_s, &r_fmax_s, &r_fmin_s,
- &r_hypot_s, &r_jn_s, &r_ldexp_s, &r_lognot_s, &r_logtrunc_s,
- &r_mod_s, &r_nextafter_s, &r_remainder_s, &r_round_s, &r_scalb_s,
- &r_scalbln_s, &r_trunc_s, &r_yn_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, &remainder_s,
- &rep_s, &repeat_s, &repeat_spec_k, &require_s, &resolve_k,
- &rest_s, &restart_s, &return_from_s, &return_s, &rfilt_k,
- &rint_s, &rlim_s, &round1_s, &round_s, &rplaca_s,
- &rplacd_s, &sbit_s, &scalb_s, &scalbln_s, &sec_s,
- &seek_s, &self_path_s, &seq_iter_s, &sequence_s, &set_prop_s,
- &set_s, &setq_s, &setqf_s, &short_s, &shortest_k,
- &sign_extend_s, &significand_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, &standard_k, &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, &tgamma_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,
- &tofloat_s, &tohtml_k, &tohtml_star_k, &toint_k, &toint_s,
- &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,
- &y0_s, &y1_s, &yday_s, &year_s, &yn_s,
- &zarray_s, &zchar_s, &zerop_s, &zeroplus_s, &zone_s,
+ &length_lt_s, &length_s, &less_s, &let_s, &let_star_s,
+ &lfilt_k, &lgamma_s, &line_s, &lines_k, &list_k,
+ &list_s, &list_star_s, &listener_auto_compound_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_args_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,
+ &log1p_s, &log2_s, &log_s, &logand_s, &logb_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_k, &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,
+ &nearbyint_s, &neg_s, &next_s, &next_spec_k, &nextafter_s,
+ &nlink_k, &nlink_s, &noclose_k, &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, &pack_s,
+ &package_alist_s, &package_s, &panic_s, &parser_s, &path_exists_s,
+ &path_not_found_s, &path_permission_s, &path_s, &pct_fun_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_json_format_s,
+ &print_s, &process_error_s, &prof_s, &prog1_s, &prog2_s,
+ &progn_s, &progv_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, &push_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_copysign_s,
+ &r_drem_s, &r_expt_s, &r_fdim_s, &r_floor_s, &r_fmax_s,
+ &r_fmin_s, &r_hypot_s, &r_jn_s, &r_ldexp_s, &r_lognot_s,
+ &r_logtrunc_s, &r_mod_s, &r_nextafter_s, &r_remainder_s, &r_round_s,
+ &r_scalb_s, &r_scalbln_s, &r_trunc_s, &r_yn_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,
+ &remainder_s, &rep_s, &repeat_s, &repeat_spec_k, &require_s,
+ &resolve_k, &rest_s, &restart_s, &return_from_s, &return_s,
+ &rfilt_k, &rint_s, &rlim_s, &round1_s, &round_s,
+ &rplaca_s, &rplacd_s, &sbit_s, &scalb_s, &scalbln_s,
+ &sec_s, &seek_s, &self_path_s, &seq_iter_s, &sequence_s,
+ &set_prop_s, &set_s, &setq_s, &setqf_s, &short_s,
+ &shortest_k, &sign_extend_s, &significand_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, &standard_k, &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, &tgamma_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, &tofloat_s, &tohtml_k, &tohtml_star_k, &toint_k,
+ &toint_s, &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, &y0_s, &y1_s, &yday_s, &year_s,
+ &yn_s, &zarray_s, &zchar_s, &zerop_s, &zeroplus_s,
+ &zone_s,
diff --git a/stdlib/ver.tl b/stdlib/ver.tl
index d640a83c..f4d416cc 100644
--- a/stdlib/ver.tl
+++ b/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 293)
+(defvarl lib-version 294)
(defvarl *lib-version* lib-version)
diff --git a/tl.vim b/tl.vim
index cf732558..0c2284df 100644
--- a/tl.vim
+++ b/tl.vim
@@ -169,310 +169,311 @@ syn keyword tl_keyword contained compile-toplevel compile-update-file compile-wa
syn keyword tl_keyword contained compl-span-str cond conda condlet
-syn keyword tl_keyword contained cons conses conses* consp
-syn keyword tl_keyword contained constantp contain[s] copy copy-alist
-syn keyword tl_keyword contained copy-buf copy-carray copy-cons copy-cptr
-syn keyword tl_keyword contained copy-file copy-files copy-fun copy-hash
-syn keyword tl_keyword contained copy-list copy-path-rec copy-search-tree copy-str
-syn keyword tl_keyword contained copy-struct copy-tnode copy-tree copy-tree-iter
-syn keyword tl_keyword contained copy-vec copysign cos cosh
-syn keyword tl_keyword contained count count-if count-until-match countq
-syn keyword tl_keyword contained countql countqual cptr cptr-buf
-syn keyword tl_keyword contained cptr-carray cptr-cast cptr-free cptr-get
-syn keyword tl_keyword contained cptr-int cptr-null cptr-obj cptr-out
-syn keyword tl_keyword contained cptr-size-hint cptr-type cptr-zap cptrp
-syn keyword tl_keyword contained cr0 cr1 cr2 cr3
-syn keyword tl_keyword contained crc32 crc32-stream crdly cread
-syn keyword tl_keyword contained crtscts crypt cs5 cs6
-syn keyword tl_keyword contained cs7 cs8 csize csnsort
-syn keyword tl_keyword contained csort csort-group cssort cstopb
-syn keyword tl_keyword contained cum-norm-dist cxr cyr daemon
-syn keyword tl_keyword contained dec defer-warning defex deffi
-syn keyword tl_keyword contained deffi-cb deffi-cb-unsafe deffi-struct deffi-sym
-syn keyword tl_keyword contained deffi-type deffi-union deffi-var define-accessor
-syn keyword tl_keyword contained define-modify-macro define-option-struct define-param-expander define-place-macro
-syn keyword tl_keyword contained define-struct-clause define-struct-prelude defmacro defmatch
-syn keyword tl_keyword contained defmeth defpackage defparm defparml
-syn keyword tl_keyword contained defplace defset defstruct defsymacro
-syn keyword tl_keyword contained defun defun-match defvar defvarl
-syn keyword tl_keyword contained del delay delcons delete-package
-syn keyword tl_keyword contained dev-t diff digits digpow
-syn keyword tl_keyword contained dir-name dirstat disassemble display-width
-syn keyword tl_keyword contained divides dlclose dlopen dlsym
-syn keyword tl_keyword contained dlsym-checked dlvsym dlvsym-checked do
-syn keyword tl_keyword contained doc dohash doloop doloop*
-syn keyword tl_keyword contained dotimes double downcase-str drem
-syn keyword tl_keyword contained drop drop-until drop-while dt-blk
-syn keyword tl_keyword contained dt-chr dt-dir dt-fifo dt-lnk
-syn keyword tl_keyword contained dt-reg dt-sock dt-unknown dump-compiled-objects
-syn keyword tl_keyword contained dump-deferred-warnings dup dupfd dwim
-syn keyword tl_keyword contained e2big eacces each each*
-syn keyword tl_keyword contained each-false each-match each-match-product each-prod
-syn keyword tl_keyword contained each-prod* each-true eaddrinuse eaddrnotavail
-syn keyword tl_keyword contained eafnosupport eagain ealready ebadf
-syn keyword tl_keyword contained ebadmsg ebusy ecanceled ecaseq
-syn keyword tl_keyword contained ecaseq* ecaseql ecaseql* ecasequal
-syn keyword tl_keyword contained ecasequal* echild echo echoctl
-syn keyword tl_keyword contained echoe echok echoke echonl
-syn keyword tl_keyword contained echoprt econnaborted econnrefused econnreset
-syn keyword tl_keyword contained edeadlk edestaddrreq edom edquot
-syn keyword tl_keyword contained eexist efault efbig ehostunreach
-syn keyword tl_keyword contained eidrm eighth eilseq einprogress
-syn keyword tl_keyword contained eintr einval eio eisconn
-syn keyword tl_keyword contained eisdir elemsize elemtype eloop
-syn keyword tl_keyword contained emfile emlink empty emsgsize
-syn keyword tl_keyword contained emultihop enametoolong endgrent endp
-syn keyword tl_keyword contained endpwent ends-with enetdown enetreset
-syn keyword tl_keyword contained enetunreach enfile enobufs enodata
-syn keyword tl_keyword contained enodev enoent enoexec enolck
-syn keyword tl_keyword contained enolink enomem enomsg enoprotoopt
-syn keyword tl_keyword contained enospc enosr enostr enosys
-syn keyword tl_keyword contained enotconn enotdir enotempty enotrecoverable
-syn keyword tl_keyword contained enotsock enotsup enotty ensure
-syn keyword tl_keyword contained ensure-dir enum enumed env
-syn keyword tl_keyword contained env-fbind env-fbindings env-hash env-next
-syn keyword tl_keyword contained env-vbind env-vbindings enxio eopnotsupp
-syn keyword tl_keyword contained eoverflow eownerdead eperm epipe
-syn keyword tl_keyword contained eproto eprotonosupport eprototype eq
-syn keyword tl_keyword contained eql equal equot erange
-syn keyword tl_keyword contained erf erfc erofs errno
-syn keyword tl_keyword contained error espipe esrch estale
-syn keyword tl_keyword contained etime etimedout etxtbsy etypecase
-syn keyword tl_keyword contained eval eval-only evenp ewouldblock
-syn keyword tl_keyword contained exception-subtype-map exception-subtype-p exdev exec
-syn keyword tl_keyword contained exit exit* exp exp10
-syn keyword tl_keyword contained exp2 expand expand* expand-left
-syn keyword tl_keyword contained expand-right expand-with-free-refs expander-let expm1
-syn keyword tl_keyword contained expt exptmod extproc f$
-syn keyword tl_keyword contained f-dupfd f-dupfd-cloexec f-getfd f-getfl
-syn keyword tl_keyword contained f-getlk f-rdlck f-setfd f-setfl
-syn keyword tl_keyword contained f-setlk f-setlkw f-unlck f-wrlck
-syn keyword tl_keyword contained f^ f^$ false fboundp
-syn keyword tl_keyword contained fcntl fd-cloexec fdim ff0
-syn keyword tl_keyword contained ff1 ffdly ffi ffi-alignof
-syn keyword tl_keyword contained ffi-arraysize ffi-call ffi-elemsize ffi-elemtype
-syn keyword tl_keyword contained ffi-get ffi-in ffi-make-call-desc ffi-make-closure
-syn keyword tl_keyword contained ffi-offsetof ffi-out ffi-put ffi-put-into
-syn keyword tl_keyword contained ffi-size ffi-type-compile ffi-type-operator-p ffi-type-p
-syn keyword tl_keyword contained ffi-typedef fifth file-append file-append-buf
-syn keyword tl_keyword contained file-append-json file-append-jsons file-append-lines file-append-objects
-syn keyword tl_keyword contained file-append-string file-get file-get-buf file-get-json
-syn keyword tl_keyword contained file-get-jsons file-get-lines file-get-objects file-get-string
-syn keyword tl_keyword contained file-place-buf file-put file-put-buf file-put-json
-syn keyword tl_keyword contained file-put-jsons file-put-lines file-put-objects file-put-string
-syn keyword tl_keyword contained fileno fill-buf fill-buf-adjust fill-carray
-syn keyword tl_keyword contained fill-obj fill-vec filter-equal filter-string-tree
-syn keyword tl_keyword contained finalize find find-frame find-frames
-syn keyword tl_keyword contained find-frames-by-mask find-if find-max find-max-key
-syn keyword tl_keyword contained find-min find-min-key find-package find-struct-type
-syn keyword tl_keyword contained find-symbol find-symbol-fb find-true first
-syn keyword tl_keyword contained fixnum-max fixnum-min fixnump flatcar
-syn keyword tl_keyword contained flatcar* flatten flatten* flet
-syn keyword tl_keyword contained flip flipargs flo-dig flo-down
-syn keyword tl_keyword contained flo-epsilon flo-get-round-mode flo-int flo-max
-syn keyword tl_keyword contained flo-max-dig flo-min flo-near flo-set-round-mode
-syn keyword tl_keyword contained flo-str flo-up flo-zero float
-syn keyword tl_keyword contained floatp floor floor-rem flow
-syn keyword tl_keyword contained flush-stream flusho fmakunbound fmax
-syn keyword tl_keyword contained fmin fmt fnm-casefold fnm-extmatch
-syn keyword tl_keyword contained fnm-leading-dir fnm-noescape fnm-pathname fnm-period
-syn keyword tl_keyword contained fnmatch for for* force
-syn keyword tl_keyword contained force-break fork format fourth
-syn keyword tl_keyword contained fr$ fr^ fr^$ from
-syn keyword tl_keyword contained frr fsblkcnt-t fsfilcnt-t fstat
-syn keyword tl_keyword contained ftw ftw-actionretval ftw-chdir ftw-continue
-syn keyword tl_keyword contained ftw-d ftw-depth ftw-dnr ftw-dp
-syn keyword tl_keyword contained ftw-f ftw-mount ftw-ns ftw-phys
-syn keyword tl_keyword contained ftw-skip-siblings ftw-skip-subtree ftw-sl ftw-sln
-syn keyword tl_keyword contained ftw-stop fun fun-fixparam-count fun-optparam-count
-syn keyword tl_keyword contained fun-variadic func-get-env func-get-form func-get-name
-syn keyword tl_keyword contained func-set-env functionp gamma gcd
-syn keyword tl_keyword contained gen gen-hash-seed generate gensym
-syn keyword tl_keyword contained gequal get-buf-from-stream get-byte get-char
-syn keyword tl_keyword contained get-clobber-expander get-delete-expander get-error get-error-str
-syn keyword tl_keyword contained get-frames get-hash-userdata get-indent get-indent-mode
-syn keyword tl_keyword contained get-json get-jsons get-line get-line-as-buf
-syn keyword tl_keyword contained get-lines get-list-from-stream get-obj get-sig-handler
-syn keyword tl_keyword contained get-stack-limit get-string get-string-from-stream get-update-expander
-syn keyword tl_keyword contained getaddrinfo getegid getenv geteuid
-syn keyword tl_keyword contained getgid getgrent getgrgid getgrnam
-syn keyword tl_keyword contained getgroups gethash getitimer getopts
-syn keyword tl_keyword contained getpid getppid getpwent getpwnam
-syn keyword tl_keyword contained getpwuid getresgid getresuid getrlimit
-syn keyword tl_keyword contained getuid gid-t ginterate giterate
-syn keyword tl_keyword contained glob glob* glob-altdirfunc glob-brace
-syn keyword tl_keyword contained glob-err glob-mark glob-nocheck glob-noescape
-syn keyword tl_keyword contained glob-nomagic glob-nosort glob-onlydir glob-period
-syn keyword tl_keyword contained glob-tilde glob-tilde-check glob-xnobrace go
-syn keyword tl_keyword contained grade greater group-by group-map
-syn keyword tl_keyword contained group-reduce gun handle handle*
-syn keyword tl_keyword contained handler-bind hash hash-alist hash-begin
-syn keyword tl_keyword contained hash-construct hash-count hash-diff hash-eql
-syn keyword tl_keyword contained hash-equal hash-from-alist hash-from-pairs hash-invert
-syn keyword tl_keyword contained hash-isec hash-join hash-keys hash-keys-of
-syn keyword tl_keyword contained hash-list hash-map hash-next hash-pairs
-syn keyword tl_keyword contained hash-peek hash-proper-subset hash-props hash-reset
-syn keyword tl_keyword contained hash-revget hash-subset hash-symdiff hash-uni
-syn keyword tl_keyword contained hash-update hash-update-1 hash-userdata hash-values
-syn keyword tl_keyword contained hash-zip hashp have hist-sort
-syn keyword tl_keyword contained hlet hlet* html-decode html-encode
-syn keyword tl_keyword contained html-encode* hupcl hypot iapply
-syn keyword tl_keyword contained icanon icrnl id-t identity
-syn keyword tl_keyword contained identity* ido iexten if
-syn keyword tl_keyword contained if-match ifa iff iffi
-syn keyword tl_keyword contained iflet ignbrk igncr ignerr
-syn keyword tl_keyword contained ignore ignpar ignwarn imaxbel
-syn keyword tl_keyword contained improper-plist-to-alist in in-package in-range
-syn keyword tl_keyword contained in-range* in6addr-any in6addr-loopback in6addr-str
-syn keyword tl_keyword contained inaddr-any inaddr-loopback inaddr-str inc
-syn keyword tl_keyword contained inc-indent inc-indent-abs indent-code indent-data
-syn keyword tl_keyword contained indent-foff indent-off inhash inlcr
-syn keyword tl_keyword contained ino-t inpck int int-buf
-syn keyword tl_keyword contained int-carray int-chr int-cptr int-flo
-syn keyword tl_keyword contained int-ptr-t int-str int16 int32
-syn keyword tl_keyword contained int64 int8 integerp intern
-syn keyword tl_keyword contained intern-fb interp-fun-p interpose intmax-t
-syn keyword tl_keyword contained inv-cum-norm invoke-catch ip ipf
-syn keyword tl_keyword contained ipproto-ip ipproto-ipv6 ipproto-tcp ipproto-udp
-syn keyword tl_keyword contained ipv6-join-group ipv6-leave-group ipv6-multicast-hops ipv6-multicast-if
-syn keyword tl_keyword contained ipv6-multicast-loop ipv6-unicast-hops ipv6-v6only iread
-syn keyword tl_keyword contained isatty isec isecp isig
-syn keyword tl_keyword contained isqrt istrip iter-begin iter-item
-syn keyword tl_keyword contained iter-more iter-reset iter-step iterable
-syn keyword tl_keyword contained itimer-prof itimer-real itimer-virtual iuclc
-syn keyword tl_keyword contained iutf8 ixany ixoff ixon
-syn keyword tl_keyword contained j0 j1 jmp-buf jn
-syn keyword tl_keyword contained join join-with json juxt
-syn keyword tl_keyword contained keep-if keep-if* keep-keys-if keep-match-products
-syn keyword tl_keyword contained keep-matches keepq keepql keepqual
-syn keyword tl_keyword contained key key-t keyword-package keywordp
-syn keyword tl_keyword contained kill labels lambda lambda-match
-syn keyword tl_keyword contained last lazy-str lazy-str-force lazy-str-force-upto
-syn keyword tl_keyword contained lazy-str-get-trailing-list lazy-stream-cons lazy-stringp lchown
-syn keyword tl_keyword contained lcm lcons lcons-car lcons-cdr
-syn keyword tl_keyword contained lcons-fun lconsp ldexp ldiff
-syn keyword tl_keyword contained ldo le-double le-float le-int16
-syn keyword tl_keyword contained le-int32 le-int64 le-uint16 le-uint32
-syn keyword tl_keyword contained le-uint64 left len length
-syn keyword tl_keyword contained length-< length-buf length-carray length-list
-syn keyword tl_keyword contained length-list-< length-str length-str-< length-str-<=
-syn keyword tl_keyword contained length-str-> length-str->= length-vec lequal
-syn keyword tl_keyword contained less let let* lexical-binding-kind
-syn keyword tl_keyword contained lexical-fun-binding-kind lexical-fun-p lexical-lisp1-binding lexical-macro-p
-syn keyword tl_keyword contained lexical-symacro-p lexical-var-p lflow lgamma
-syn keyword tl_keyword contained lib-version link lisp-parse list
-syn keyword tl_keyword contained list* list-carray list-seq list-str
-syn keyword tl_keyword contained list-vec list-vector listp lnew
-syn keyword tl_keyword contained lnew* load load-args-process load-args-recurse
-syn keyword tl_keyword contained load-for load-time loand loff-t
-syn keyword tl_keyword contained log log-alert log-auth log-authpriv
-syn keyword tl_keyword contained log-cons log-crit log-daemon log-debug
-syn keyword tl_keyword contained log-emerg log-err log-info log-ndelay
-syn keyword tl_keyword contained log-notice log-nowait log-odelay log-perror
-syn keyword tl_keyword contained log-pid log-user log-warning log10
-syn keyword tl_keyword contained log1p log2 logand logb
-syn keyword tl_keyword contained logcount logior lognot logtest
-syn keyword tl_keyword contained logtrunc logxor long long-suffix
-syn keyword tl_keyword contained longjmp longlong lop lopf
-syn keyword tl_keyword contained lopip lset lstat lutimes
-syn keyword tl_keyword contained m$ m^ m^$ mac-env-param-bind
-syn keyword tl_keyword contained mac-param-bind macro-ancestor macro-form-p macro-time
-syn keyword tl_keyword contained macroexpand macroexpand-1 macroexpand-1-lisp1 macroexpand-1-place
-syn keyword tl_keyword contained macroexpand-lisp1 macroexpand-match macroexpand-params macroexpand-place
-syn keyword tl_keyword contained macroexpand-struct-clause macrolet madv-dodump madv-dofork
-syn keyword tl_keyword contained madv-dontdump madv-dontfork madv-dontneed madv-free
-syn keyword tl_keyword contained madv-hugepage madv-hwpoison madv-keeponfork madv-mergeable
-syn keyword tl_keyword contained madv-nohugepage madv-normal madv-random madv-remove
-syn keyword tl_keyword contained madv-sequential madv-unmergeable madv-willneed madv-wipeonfork
-syn keyword tl_keyword contained madvise major make-buf make-buf-stream
-syn keyword tl_keyword contained make-byte-input-stream make-catenated-stream make-env make-hash
-syn keyword tl_keyword contained make-lazy-cons make-lazy-struct make-like make-package
-syn keyword tl_keyword contained make-random-state make-similar-hash make-similar-tree make-string-byte-input-stream
-syn keyword tl_keyword contained make-string-input-stream make-string-output-stream make-strlist-input-stream make-strlist-output-stream
-syn keyword tl_keyword contained make-struct make-struct-delegate-stream make-struct-type make-sym
-syn keyword tl_keyword contained make-time make-time-utc make-trie make-union
-syn keyword tl_keyword contained make-zstruct makedev makunbound map-anon
-syn keyword tl_keyword contained map-fixed map-growsdown map-huge-mask map-huge-shift
-syn keyword tl_keyword contained map-hugetlb map-locked map-nonblock map-noreserve
-syn keyword tl_keyword contained map-populate map-private map-shared map-stack
-syn keyword tl_keyword contained mapcar mapcar* mapdo mapf
-syn keyword tl_keyword contained maphash mappend mappend* maprend
-syn keyword tl_keyword contained maprod maprodo mask match
-syn keyword tl_keyword contained match-case match-cond match-ecase match-error
-syn keyword tl_keyword contained match-fboundp match-fun match-regex match-regex-right
-syn keyword tl_keyword contained match-regst match-regst-right match-str match-str-tree
-syn keyword tl_keyword contained max mboundp md5 md5-begin
-syn keyword tl_keyword contained md5-end md5-hash md5-stream member
-syn keyword tl_keyword contained member-if memp memq memql
-syn keyword tl_keyword contained memqual meq meql mequal
-syn keyword tl_keyword contained merge merge-delete-package meth method
-syn keyword tl_keyword contained min minor minusp mismatch
-syn keyword tl_keyword contained mkdir mkdtemp mkfifo mknod
-syn keyword tl_keyword contained mkstemp mkstring mlet mmakunbound
-syn keyword tl_keyword contained mmap mod mode-t mprotect
-syn keyword tl_keyword contained mref ms-async ms-invalidate ms-sync
-syn keyword tl_keyword contained msync mul-each mul-each* mul-each-prod
-syn keyword tl_keyword contained mul-each-prod* multi multi-sort munmap
-syn keyword tl_keyword contained n-choose-k n-perm-k nand nandf
-syn keyword tl_keyword contained nconc nearbyint neg neq
-syn keyword tl_keyword contained neql nequal nested-vec nested-vec-of
-syn keyword tl_keyword contained new new* nexpand-left nextafter
-syn keyword tl_keyword contained nil nilf ninth nl0
-syn keyword tl_keyword contained nl1 nldly nlink-t noflsh
-syn keyword tl_keyword contained none nor norf not
-syn keyword tl_keyword contained notf nreconc nreverse nrot
-syn keyword tl_keyword contained nshuffle nsort nth nthcdr
-syn keyword tl_keyword contained nthlast null nullify num-chr
-syn keyword tl_keyword contained num-str numberp nzerop o-accmode
-syn keyword tl_keyword contained o-append o-async o-cloexec o-creat
-syn keyword tl_keyword contained o-direct o-directory o-noatime o-noctty
-syn keyword tl_keyword contained o-nofollow o-nonblock o-path o-rdonly
-syn keyword tl_keyword contained o-rdwr o-sync o-trunc o-wronly
-syn keyword tl_keyword contained oand obtain obtain* obtain*-block
-syn keyword tl_keyword contained obtain-block ocrnl oddp ofdel
-syn keyword tl_keyword contained off-t offsetof ofill olcuc
-syn keyword tl_keyword contained onlcr onlret onocr op
-syn keyword tl_keyword contained open-command open-directory open-file open-fileno
-syn keyword tl_keyword contained open-files open-files* open-pipe open-process
-syn keyword tl_keyword contained open-socket open-socket-pair open-subprocess open-tail
-syn keyword tl_keyword contained opendir openlog opf opip
-syn keyword tl_keyword contained opost opt opthelp opthelp-conventions
-syn keyword tl_keyword contained opthelp-types or orf pack
-syn keyword tl_keyword contained package-alist package-fallback-list package-foreign-symbols package-local-symbols
-syn keyword tl_keyword contained package-name package-symbols packagep pad
-syn keyword tl_keyword contained page-size pairlis parenb parmrk
-syn keyword tl_keyword contained parodd parse-errors partition partition*
-syn keyword tl_keyword contained partition-by partition-if path-blkdev-p path-cat
-syn keyword tl_keyword contained path-chrdev-p path-components-safe path-dir-empty path-dir-p
-syn keyword tl_keyword contained path-equal path-executable-to-me-p path-exists-p path-file-p
-syn keyword tl_keyword contained path-mine-p path-my-group-p path-newer path-older
-syn keyword tl_keyword contained path-pipe-p path-private-to-me-p path-read-writable-to-me-p path-readable-to-me-p
-syn keyword tl_keyword contained path-safe-sticky-dir path-same-object path-search path-sep-chars
-syn keyword tl_keyword contained path-setgid-p path-setuid-p path-sock-p path-sticky-p
-syn keyword tl_keyword contained path-strictly-private-to-me-p path-symlink-p path-writable-to-me-p pdec
-syn keyword tl_keyword contained pendin perm pic pid-t
-syn keyword tl_keyword contained pinc pipe place-form-p placelet
-syn keyword tl_keyword contained placelet* plist-to-alist plusp poll
-syn keyword tl_keyword contained poll-err poll-in poll-nval poll-out
-syn keyword tl_keyword contained poll-pri poll-rdband poll-rdhup poll-wrband
-syn keyword tl_keyword contained poly pop pop-after-load portable-abs-path-p
-syn keyword tl_keyword contained pos pos-if pos-max pos-min
-syn keyword tl_keyword contained posq posql posqual pppred
-syn keyword tl_keyword contained ppred pprinl pprint pprof
-syn keyword tl_keyword contained pred prinl print prod
-syn keyword tl_keyword contained prof prog prog* prog1
-syn keyword tl_keyword contained prog2 progn progv promisep
-syn keyword tl_keyword contained prop proper-list-p proper-listp prot-exec
-syn keyword tl_keyword contained prot-growsdown prot-growsup prot-none prot-read
-syn keyword tl_keyword contained prot-write pset ptr ptr-in
-syn keyword tl_keyword contained ptr-in-d ptr-out ptr-out-d ptr-out-s
-syn keyword tl_keyword contained ptrdiff-t pub:txr-sym pure-rel-path-p purge-deferred-warning
-syn keyword tl_keyword contained push push-after-load pushhash pushnew
-syn keyword tl_keyword contained put-buf put-byte put-carray put-char
-syn keyword tl_keyword contained put-json put-jsonl put-jsons put-line
-syn keyword tl_keyword contained put-lines put-obj put-string put-strings
-syn keyword tl_keyword contained pwd qquote qref quantile
-syn keyword tl_keyword contained quip quote r$ r^
-syn keyword tl_keyword contained r^$ raise rand random
-syn keyword tl_keyword contained random-buf random-fixnum random-float random-float-incl
-syn keyword tl_keyword contained random-sample random-state-get-vec random-state-p range
-syn keyword tl_keyword contained range* range-regex rangep rassoc
+syn keyword tl_keyword contained cons cons-count cons-find conses
+syn keyword tl_keyword contained conses* consp constantp contain[s]
+syn keyword tl_keyword contained copy copy-alist copy-buf copy-carray
+syn keyword tl_keyword contained copy-cons copy-cptr copy-file copy-files
+syn keyword tl_keyword contained copy-fun copy-hash copy-list copy-path-rec
+syn keyword tl_keyword contained copy-search-tree copy-str copy-struct copy-tnode
+syn keyword tl_keyword contained copy-tree copy-tree-iter copy-vec copysign
+syn keyword tl_keyword contained cos cosh count count-if
+syn keyword tl_keyword contained count-until-match countq countql countqual
+syn keyword tl_keyword contained cptr cptr-buf cptr-carray cptr-cast
+syn keyword tl_keyword contained cptr-free cptr-get cptr-int cptr-null
+syn keyword tl_keyword contained cptr-obj cptr-out cptr-size-hint cptr-type
+syn keyword tl_keyword contained cptr-zap cptrp cr0 cr1
+syn keyword tl_keyword contained cr2 cr3 crc32 crc32-stream
+syn keyword tl_keyword contained crdly cread crtscts crypt
+syn keyword tl_keyword contained cs5 cs6 cs7 cs8
+syn keyword tl_keyword contained csize csnsort csort csort-group
+syn keyword tl_keyword contained cssort cstopb cum-norm-dist cxr
+syn keyword tl_keyword contained cyr daemon dec defer-warning
+syn keyword tl_keyword contained defex deffi deffi-cb deffi-cb-unsafe
+syn keyword tl_keyword contained deffi-struct deffi-sym deffi-type deffi-union
+syn keyword tl_keyword contained deffi-var define-accessor define-modify-macro define-option-struct
+syn keyword tl_keyword contained define-param-expander define-place-macro define-struct-clause define-struct-prelude
+syn keyword tl_keyword contained defmacro defmatch defmeth defpackage
+syn keyword tl_keyword contained defparm defparml defplace defset
+syn keyword tl_keyword contained defstruct defsymacro defun defun-match
+syn keyword tl_keyword contained defvar defvarl del delay
+syn keyword tl_keyword contained delcons delete-package dev-t diff
+syn keyword tl_keyword contained digits digpow dir-name dirstat
+syn keyword tl_keyword contained disassemble display-width divides dlclose
+syn keyword tl_keyword contained dlopen dlsym dlsym-checked dlvsym
+syn keyword tl_keyword contained dlvsym-checked do doc dohash
+syn keyword tl_keyword contained doloop doloop* dotimes double
+syn keyword tl_keyword contained downcase-str drem drop drop-until
+syn keyword tl_keyword contained drop-while dt-blk dt-chr dt-dir
+syn keyword tl_keyword contained dt-fifo dt-lnk dt-reg dt-sock
+syn keyword tl_keyword contained dt-unknown dump-compiled-objects dump-deferred-warnings dup
+syn keyword tl_keyword contained dupfd dwim e2big eacces
+syn keyword tl_keyword contained each each* each-false each-match
+syn keyword tl_keyword contained each-match-product each-prod each-prod* each-true
+syn keyword tl_keyword contained eaddrinuse eaddrnotavail eafnosupport eagain
+syn keyword tl_keyword contained ealready ebadf ebadmsg ebusy
+syn keyword tl_keyword contained ecanceled ecaseq ecaseq* ecaseql
+syn keyword tl_keyword contained ecaseql* ecasequal ecasequal* echild
+syn keyword tl_keyword contained echo echoctl echoe echok
+syn keyword tl_keyword contained echoke echonl echoprt econnaborted
+syn keyword tl_keyword contained econnrefused econnreset edeadlk edestaddrreq
+syn keyword tl_keyword contained edom edquot eexist efault
+syn keyword tl_keyword contained efbig ehostunreach eidrm eighth
+syn keyword tl_keyword contained eilseq einprogress eintr einval
+syn keyword tl_keyword contained eio eisconn eisdir elemsize
+syn keyword tl_keyword contained elemtype eloop emfile emlink
+syn keyword tl_keyword contained empty emsgsize emultihop enametoolong
+syn keyword tl_keyword contained endgrent endp endpwent ends-with
+syn keyword tl_keyword contained enetdown enetreset enetunreach enfile
+syn keyword tl_keyword contained enobufs enodata enodev enoent
+syn keyword tl_keyword contained enoexec enolck enolink enomem
+syn keyword tl_keyword contained enomsg enoprotoopt enospc enosr
+syn keyword tl_keyword contained enostr enosys enotconn enotdir
+syn keyword tl_keyword contained enotempty enotrecoverable enotsock enotsup
+syn keyword tl_keyword contained enotty ensure ensure-dir enum
+syn keyword tl_keyword contained enumed env env-fbind env-fbindings
+syn keyword tl_keyword contained env-hash env-next env-vbind env-vbindings
+syn keyword tl_keyword contained enxio eopnotsupp eoverflow eownerdead
+syn keyword tl_keyword contained eperm epipe eproto eprotonosupport
+syn keyword tl_keyword contained eprototype eq eql equal
+syn keyword tl_keyword contained equot erange erf erfc
+syn keyword tl_keyword contained erofs errno error espipe
+syn keyword tl_keyword contained esrch estale etime etimedout
+syn keyword tl_keyword contained etxtbsy etypecase eval eval-only
+syn keyword tl_keyword contained evenp ewouldblock exception-subtype-map exception-subtype-p
+syn keyword tl_keyword contained exdev exec exit exit*
+syn keyword tl_keyword contained exp exp10 exp2 expand
+syn keyword tl_keyword contained expand* expand-left expand-right expand-with-free-refs
+syn keyword tl_keyword contained expander-let expm1 expt exptmod
+syn keyword tl_keyword contained extproc f$ f-dupfd f-dupfd-cloexec
+syn keyword tl_keyword contained f-getfd f-getfl f-getlk f-rdlck
+syn keyword tl_keyword contained f-setfd f-setfl f-setlk f-setlkw
+syn keyword tl_keyword contained f-unlck f-wrlck f^ f^$
+syn keyword tl_keyword contained false fboundp fcntl fd-cloexec
+syn keyword tl_keyword contained fdim ff0 ff1 ffdly
+syn keyword tl_keyword contained ffi ffi-alignof ffi-arraysize ffi-call
+syn keyword tl_keyword contained ffi-elemsize ffi-elemtype ffi-get ffi-in
+syn keyword tl_keyword contained ffi-make-call-desc ffi-make-closure ffi-offsetof ffi-out
+syn keyword tl_keyword contained ffi-put ffi-put-into ffi-size ffi-type-compile
+syn keyword tl_keyword contained ffi-type-operator-p ffi-type-p ffi-typedef fifth
+syn keyword tl_keyword contained file-append file-append-buf file-append-json file-append-jsons
+syn keyword tl_keyword contained file-append-lines file-append-objects file-append-string file-get
+syn keyword tl_keyword contained file-get-buf file-get-json file-get-jsons file-get-lines
+syn keyword tl_keyword contained file-get-objects file-get-string file-place-buf file-put
+syn keyword tl_keyword contained file-put-buf file-put-json file-put-jsons file-put-lines
+syn keyword tl_keyword contained file-put-objects file-put-string fileno fill-buf
+syn keyword tl_keyword contained fill-buf-adjust fill-carray fill-obj fill-vec
+syn keyword tl_keyword contained filter-equal filter-string-tree finalize find
+syn keyword tl_keyword contained find-frame find-frames find-frames-by-mask find-if
+syn keyword tl_keyword contained find-max find-max-key find-min find-min-key
+syn keyword tl_keyword contained find-package find-struct-type find-symbol find-symbol-fb
+syn keyword tl_keyword contained find-true first fixnum-max fixnum-min
+syn keyword tl_keyword contained fixnump flatcar flatcar* flatten
+syn keyword tl_keyword contained flatten* flet flip flipargs
+syn keyword tl_keyword contained flo-dig flo-down flo-epsilon flo-get-round-mode
+syn keyword tl_keyword contained flo-int flo-max flo-max-dig flo-min
+syn keyword tl_keyword contained flo-near flo-set-round-mode flo-str flo-up
+syn keyword tl_keyword contained flo-zero float floatp floor
+syn keyword tl_keyword contained floor-rem flow flush-stream flusho
+syn keyword tl_keyword contained fmakunbound fmax fmin fmt
+syn keyword tl_keyword contained fnm-casefold fnm-extmatch fnm-leading-dir fnm-noescape
+syn keyword tl_keyword contained fnm-pathname fnm-period fnmatch for
+syn keyword tl_keyword contained for* force force-break fork
+syn keyword tl_keyword contained format fourth fr$ fr^
+syn keyword tl_keyword contained fr^$ from frr fsblkcnt-t
+syn keyword tl_keyword contained fsfilcnt-t fstat ftw ftw-actionretval
+syn keyword tl_keyword contained ftw-chdir ftw-continue ftw-d ftw-depth
+syn keyword tl_keyword contained ftw-dnr ftw-dp ftw-f ftw-mount
+syn keyword tl_keyword contained ftw-ns ftw-phys ftw-skip-siblings ftw-skip-subtree
+syn keyword tl_keyword contained ftw-sl ftw-sln ftw-stop fun
+syn keyword tl_keyword contained fun-fixparam-count fun-optparam-count fun-variadic func-get-env
+syn keyword tl_keyword contained func-get-form func-get-name func-set-env functionp
+syn keyword tl_keyword contained gamma gcd gen gen-hash-seed
+syn keyword tl_keyword contained generate gensym gequal get-buf-from-stream
+syn keyword tl_keyword contained get-byte get-char get-clobber-expander get-delete-expander
+syn keyword tl_keyword contained get-error get-error-str get-frames get-hash-userdata
+syn keyword tl_keyword contained get-indent get-indent-mode get-json get-jsons
+syn keyword tl_keyword contained get-line get-line-as-buf get-lines get-list-from-stream
+syn keyword tl_keyword contained get-obj get-sig-handler get-stack-limit get-string
+syn keyword tl_keyword contained get-string-from-stream get-update-expander getaddrinfo getegid
+syn keyword tl_keyword contained getenv geteuid getgid getgrent
+syn keyword tl_keyword contained getgrgid getgrnam getgroups gethash
+syn keyword tl_keyword contained getitimer getopts getpid getppid
+syn keyword tl_keyword contained getpwent getpwnam getpwuid getresgid
+syn keyword tl_keyword contained getresuid getrlimit getuid gid-t
+syn keyword tl_keyword contained ginterate giterate glob glob*
+syn keyword tl_keyword contained glob-altdirfunc glob-brace glob-err glob-mark
+syn keyword tl_keyword contained glob-nocheck glob-noescape glob-nomagic glob-nosort
+syn keyword tl_keyword contained glob-onlydir glob-period glob-tilde glob-tilde-check
+syn keyword tl_keyword contained glob-xnobrace go grade greater
+syn keyword tl_keyword contained group-by group-map group-reduce gun
+syn keyword tl_keyword contained handle handle* handler-bind hash
+syn keyword tl_keyword contained hash-alist hash-begin hash-construct hash-count
+syn keyword tl_keyword contained hash-diff hash-eql hash-equal hash-from-alist
+syn keyword tl_keyword contained hash-from-pairs hash-invert hash-isec hash-join
+syn keyword tl_keyword contained hash-keys hash-keys-of hash-list hash-map
+syn keyword tl_keyword contained hash-next hash-pairs hash-peek hash-proper-subset
+syn keyword tl_keyword contained hash-props hash-reset hash-revget hash-subset
+syn keyword tl_keyword contained hash-symdiff hash-uni hash-update hash-update-1
+syn keyword tl_keyword contained hash-userdata hash-values hash-zip hashp
+syn keyword tl_keyword contained have hist-sort hist-sort-by hlet
+syn keyword tl_keyword contained hlet* html-decode html-encode html-encode*
+syn keyword tl_keyword contained hupcl hypot iapply icanon
+syn keyword tl_keyword contained icrnl id-t identity identity*
+syn keyword tl_keyword contained ido iexten if if-match
+syn keyword tl_keyword contained ifa iff iffi iflet
+syn keyword tl_keyword contained ignbrk igncr ignerr ignore
+syn keyword tl_keyword contained ignpar ignwarn imaxbel improper-plist-to-alist
+syn keyword tl_keyword contained in in-package in-range in-range*
+syn keyword tl_keyword contained in6addr-any in6addr-loopback in6addr-str inaddr-any
+syn keyword tl_keyword contained inaddr-loopback inaddr-str inc inc-indent
+syn keyword tl_keyword contained inc-indent-abs indent-code indent-data indent-foff
+syn keyword tl_keyword contained indent-off inhash inlcr ino-t
+syn keyword tl_keyword contained inpck int int-buf int-carray
+syn keyword tl_keyword contained int-chr int-cptr int-flo int-ptr-t
+syn keyword tl_keyword contained int-str int16 int32 int64
+syn keyword tl_keyword contained int8 integerp intern intern-fb
+syn keyword tl_keyword contained interp-fun-p interpose intmax-t inv-cum-norm
+syn keyword tl_keyword contained invoke-catch ip ipf ipproto-ip
+syn keyword tl_keyword contained ipproto-ipv6 ipproto-tcp ipproto-udp ipv6-join-group
+syn keyword tl_keyword contained ipv6-leave-group ipv6-multicast-hops ipv6-multicast-if ipv6-multicast-loop
+syn keyword tl_keyword contained ipv6-unicast-hops ipv6-v6only iread isatty
+syn keyword tl_keyword contained isec isecp isig isqrt
+syn keyword tl_keyword contained istrip iter-begin iter-item iter-more
+syn keyword tl_keyword contained iter-reset iter-step iterable itimer-prof
+syn keyword tl_keyword contained itimer-real itimer-virtual iuclc iutf8
+syn keyword tl_keyword contained ixany ixoff ixon j0
+syn keyword tl_keyword contained j1 jmp-buf jn join
+syn keyword tl_keyword contained join-with json juxt keep-if
+syn keyword tl_keyword contained keep-if* keep-keys-if keep-match-products keep-matches
+syn keyword tl_keyword contained keepq keepql keepqual key
+syn keyword tl_keyword contained key-t keyword-package keywordp kill
+syn keyword tl_keyword contained labels lambda lambda-match last
+syn keyword tl_keyword contained lazy-str lazy-str-force lazy-str-force-upto lazy-str-get-trailing-list
+syn keyword tl_keyword contained lazy-stream-cons lazy-stringp lchown lcm
+syn keyword tl_keyword contained lcons lcons-car lcons-cdr lcons-fun
+syn keyword tl_keyword contained lconsp ldexp ldiff ldo
+syn keyword tl_keyword contained le-double le-float le-int16 le-int32
+syn keyword tl_keyword contained le-int64 le-uint16 le-uint32 le-uint64
+syn keyword tl_keyword contained left len length length-<
+syn keyword tl_keyword contained length-buf length-carray length-list length-list-<
+syn keyword tl_keyword contained length-str length-str-< length-str-<= length-str->
+syn keyword tl_keyword contained length-str->= length-vec lequal less
+syn keyword tl_keyword contained let let* lexical-binding-kind lexical-fun-binding-kind
+syn keyword tl_keyword contained lexical-fun-p lexical-lisp1-binding lexical-macro-p lexical-symacro-p
+syn keyword tl_keyword contained lexical-var-p lflow lgamma lib-version
+syn keyword tl_keyword contained link lisp-parse list list*
+syn keyword tl_keyword contained list-carray list-seq list-str list-vec
+syn keyword tl_keyword contained list-vector listp lnew lnew*
+syn keyword tl_keyword contained load load-args-process load-args-recurse load-for
+syn keyword tl_keyword contained load-time loand loff-t log
+syn keyword tl_keyword contained log-alert log-auth log-authpriv log-cons
+syn keyword tl_keyword contained log-crit log-daemon log-debug log-emerg
+syn keyword tl_keyword contained log-err log-info log-ndelay log-notice
+syn keyword tl_keyword contained log-nowait log-odelay log-perror log-pid
+syn keyword tl_keyword contained log-user log-warning log10 log1p
+syn keyword tl_keyword contained log2 logand logb logcount
+syn keyword tl_keyword contained logior lognot logtest logtrunc
+syn keyword tl_keyword contained logxor long long-suffix longjmp
+syn keyword tl_keyword contained longlong lop lopf lopip
+syn keyword tl_keyword contained lset lstat lutimes m$
+syn keyword tl_keyword contained m^ m^$ mac-env-param-bind mac-param-bind
+syn keyword tl_keyword contained macro-ancestor macro-form-p macro-time macroexpand
+syn keyword tl_keyword contained macroexpand-1 macroexpand-1-lisp1 macroexpand-1-place macroexpand-lisp1
+syn keyword tl_keyword contained macroexpand-match macroexpand-params macroexpand-place macroexpand-struct-clause
+syn keyword tl_keyword contained macrolet madv-dodump madv-dofork madv-dontdump
+syn keyword tl_keyword contained madv-dontfork madv-dontneed madv-free madv-hugepage
+syn keyword tl_keyword contained madv-hwpoison madv-keeponfork madv-mergeable madv-nohugepage
+syn keyword tl_keyword contained madv-normal madv-random madv-remove madv-sequential
+syn keyword tl_keyword contained madv-unmergeable madv-willneed madv-wipeonfork madvise
+syn keyword tl_keyword contained major make-buf make-buf-stream make-byte-input-stream
+syn keyword tl_keyword contained make-catenated-stream make-env make-hash make-lazy-cons
+syn keyword tl_keyword contained make-lazy-struct make-like make-package make-random-state
+syn keyword tl_keyword contained make-similar-hash make-similar-tree make-string-byte-input-stream make-string-input-stream
+syn keyword tl_keyword contained make-string-output-stream make-strlist-input-stream make-strlist-output-stream make-struct
+syn keyword tl_keyword contained make-struct-delegate-stream make-struct-type make-sym make-time
+syn keyword tl_keyword contained make-time-utc make-trie make-union make-zstruct
+syn keyword tl_keyword contained makedev makunbound map-anon map-fixed
+syn keyword tl_keyword contained map-growsdown map-huge-mask map-huge-shift map-hugetlb
+syn keyword tl_keyword contained map-locked map-nonblock map-noreserve map-populate
+syn keyword tl_keyword contained map-private map-shared map-stack mapcar
+syn keyword tl_keyword contained mapcar* mapdo mapf maphash
+syn keyword tl_keyword contained mappend mappend* maprend maprod
+syn keyword tl_keyword contained maprodo mask match match-case
+syn keyword tl_keyword contained match-cond match-ecase match-error match-fboundp
+syn keyword tl_keyword contained match-fun match-regex match-regex-right match-regst
+syn keyword tl_keyword contained match-regst-right match-str match-str-tree max
+syn keyword tl_keyword contained mboundp md5 md5-begin md5-end
+syn keyword tl_keyword contained md5-hash md5-stream member member-if
+syn keyword tl_keyword contained memp memq memql memqual
+syn keyword tl_keyword contained meq meql mequal merge
+syn keyword tl_keyword contained merge-delete-package meth method min
+syn keyword tl_keyword contained minor minusp mismatch mkdir
+syn keyword tl_keyword contained mkdtemp mkfifo mknod mkstemp
+syn keyword tl_keyword contained mkstring mlet mmakunbound mmap
+syn keyword tl_keyword contained mod mode-t mprotect mref
+syn keyword tl_keyword contained ms-async ms-invalidate ms-sync msync
+syn keyword tl_keyword contained mul-each mul-each* mul-each-prod mul-each-prod*
+syn keyword tl_keyword contained multi multi-sort munmap n-choose-k
+syn keyword tl_keyword contained n-perm-k nand nandf nconc
+syn keyword tl_keyword contained nearbyint neg neq neql
+syn keyword tl_keyword contained nequal nested-vec nested-vec-of new
+syn keyword tl_keyword contained new* nexpand-left nextafter nil
+syn keyword tl_keyword contained nilf ninth nl0 nl1
+syn keyword tl_keyword contained nldly nlink-t noflsh none
+syn keyword tl_keyword contained nor norf not notf
+syn keyword tl_keyword contained nreconc nreverse nrot nshuffle
+syn keyword tl_keyword contained nsort nth nthcdr nthlast
+syn keyword tl_keyword contained null nullify num-chr num-str
+syn keyword tl_keyword contained numberp nzerop o-accmode o-append
+syn keyword tl_keyword contained o-async o-cloexec o-creat o-direct
+syn keyword tl_keyword contained o-directory o-noatime o-noctty o-nofollow
+syn keyword tl_keyword contained o-nonblock o-path o-rdonly o-rdwr
+syn keyword tl_keyword contained o-sync o-trunc o-wronly oand
+syn keyword tl_keyword contained obtain obtain* obtain*-block obtain-block
+syn keyword tl_keyword contained ocrnl oddp ofdel off-t
+syn keyword tl_keyword contained offsetof ofill olcuc onlcr
+syn keyword tl_keyword contained onlret onocr op open-command
+syn keyword tl_keyword contained open-directory open-file open-fileno open-files
+syn keyword tl_keyword contained open-files* open-pipe open-process open-socket
+syn keyword tl_keyword contained open-socket-pair open-subprocess open-tail opendir
+syn keyword tl_keyword contained openlog opf opip opost
+syn keyword tl_keyword contained opt opthelp opthelp-conventions opthelp-types
+syn keyword tl_keyword contained or orf pack package-alist
+syn keyword tl_keyword contained package-fallback-list package-foreign-symbols package-local-symbols package-name
+syn keyword tl_keyword contained package-symbols packagep pad page-size
+syn keyword tl_keyword contained pairlis parenb parmrk parodd
+syn keyword tl_keyword contained parse-errors partition partition* partition-by
+syn keyword tl_keyword contained partition-if path-blkdev-p path-cat path-chrdev-p
+syn keyword tl_keyword contained path-components-safe path-dir-empty path-dir-p path-equal
+syn keyword tl_keyword contained path-executable-to-me-p path-exists-p path-file-p path-mine-p
+syn keyword tl_keyword contained path-my-group-p path-newer path-older path-pipe-p
+syn keyword tl_keyword contained path-private-to-me-p path-read-writable-to-me-p path-readable-to-me-p path-safe-sticky-dir
+syn keyword tl_keyword contained path-same-object path-search path-sep-chars path-setgid-p
+syn keyword tl_keyword contained path-setuid-p path-sock-p path-sticky-p path-strictly-private-to-me-p
+syn keyword tl_keyword contained path-symlink-p path-writable-to-me-p pdec pendin
+syn keyword tl_keyword contained perm pic pid-t pinc
+syn keyword tl_keyword contained pipe place-form-p placelet placelet*
+syn keyword tl_keyword contained plist-to-alist plusp poll poll-err
+syn keyword tl_keyword contained poll-in poll-nval poll-out poll-pri
+syn keyword tl_keyword contained poll-rdband poll-rdhup poll-wrband poly
+syn keyword tl_keyword contained pop pop-after-load portable-abs-path-p pos
+syn keyword tl_keyword contained pos-if pos-max pos-min posq
+syn keyword tl_keyword contained posql posqual pppred ppred
+syn keyword tl_keyword contained pprinl pprint pprof pred
+syn keyword tl_keyword contained prinl print prod prof
+syn keyword tl_keyword contained prog prog* prog1 prog2
+syn keyword tl_keyword contained progn progv promisep prop
+syn keyword tl_keyword contained proper-list-p proper-listp prot-exec prot-growsdown
+syn keyword tl_keyword contained prot-growsup prot-none prot-read prot-write
+syn keyword tl_keyword contained pset ptr ptr-in ptr-in-d
+syn keyword tl_keyword contained ptr-out ptr-out-d ptr-out-s ptrdiff-t
+syn keyword tl_keyword contained pub:txr-sym pure-rel-path-p purge-deferred-warning push
+syn keyword tl_keyword contained push-after-load pushhash pushnew put-buf
+syn keyword tl_keyword contained put-byte put-carray put-char put-json
+syn keyword tl_keyword contained put-jsonl put-jsons put-line put-lines
+syn keyword tl_keyword contained put-obj put-string put-strings pwd
+syn keyword tl_keyword contained qquote qref quantile quip
+syn keyword tl_keyword contained quote r$ r^ r^$
+syn keyword tl_keyword contained raise rand random random-buf
+syn keyword tl_keyword contained random-fixnum random-float random-float-incl random-sample
+syn keyword tl_keyword contained random-state-get-vec random-state-p range range*
+syn keyword tl_keyword contained range-regex rangep rangeref rassoc
syn keyword tl_keyword contained rassq rassql rcomb rcons
@@ -604,4 +605,4 @@ syn keyword tl_keyword contained sys:bind-mac-check sys:bind-mac-error sys:binda
syn keyword tl_keyword contained sys:bits-to-obj sys:blk sys:brace-expand sys:build-expander
-syn keyword tl_keyword contained sys:cached-sort-body sys:capture-cont sys:careful-subst-preserve sys:catch
-syn keyword tl_keyword contained sys:check sys:check-end sys:check-slot sys:check-struct
+syn keyword tl_keyword contained sys:cached-sort-body sys:can-inline-chain sys:capture-cont sys:careful-subst-preserve
+syn keyword tl_keyword contained sys:catch sys:check sys:check-slot sys:check-struct
syn keyword tl_keyword contained sys:check-sym sys:circref sys:comma-positions sys:compat
@@ -636,117 +637,118 @@ syn keyword tl_keyword contained sys:get-vars sys:get-vb sys:getopts-error sys:g
syn keyword tl_keyword contained sys:handle-bad-syntax sys:handle-mutated-var-args sys:hlet-expand sys:if-to-cond
-syn keyword tl_keyword contained sys:ign-notfound sys:in6addr-condensed-text sys:insert-commas sys:is-label
-syn keyword tl_keyword contained sys:l1-setq sys:l1-val sys:lambda-apply-transform sys:lambda-excess-apply-list
-syn keyword tl_keyword contained sys:lambda-short-apply-list sys:lambda-too-few-args sys:lambda-too-many-args sys:lbind
-syn keyword tl_keyword contained sys:lisp1-setq sys:lisp1-value sys:list-builder-flets sys:list-from-vm-desc
-syn keyword tl_keyword contained sys:load-time-lit sys:loc sys:loosen sys:mac-env-flatten
-syn keyword tl_keyword contained sys:make-anon-package sys:make-command-env sys:make-copy-path-opts sys:make-struct-lit
-syn keyword tl_keyword contained sys:make-struct-type sys:mark-special sys:match-case-to-casequal sys:match-pat-error
-syn keyword tl_keyword contained sys:maybe-mov sys:meth-lambda sys:misleading-ref-check sys:name-str
-syn keyword tl_keyword contained sys:new-expander sys:new-type sys:no-dvbind-eval sys:non-triv-pat-p
-syn keyword tl_keyword contained sys:null-reg sys:obtain-impl sys:op-alpha-rename sys:op-ensure-rec
-syn keyword tl_keyword contained sys:op-expand sys:op-meta-p sys:op-rec-p sys:open-compile-streams
-syn keyword tl_keyword contained sys:open-url sys:operand-to-exp sys:operand-to-sym sys:opip-expand
-syn keyword tl_keyword contained sys:opip-let-p sys:opip-single-let-p sys:opt-controlled-diag sys:opt-dash
-syn keyword tl_keyword contained sys:opt-err sys:orig-form sys:os-symbol sys:param-check
-syn keyword tl_keyword contained sys:parse-compound-operand sys:parse-lambda-match-clause sys:parse-operand sys:pat-len
-syn keyword tl_keyword contained sys:path-access sys:path-examine sys:path-simplify sys:path-split
-syn keyword tl_keyword contained sys:path-test-mode sys:path-test-type sys:path-volume sys:pic-join-opt
-syn keyword tl_keyword contained sys:placelet-1 sys:print-backtrace sys:propagate-ancestor sys:propagate-perms
-syn keyword tl_keyword contained sys:prune-missing-inits sys:put-objects sys:qquote sys:quasi
-syn keyword tl_keyword contained sys:quasilist sys:r-s-let-expander sys:reduce-constant sys:reduce-lisp
-syn keyword tl_keyword contained sys:reduce-or sys:reg-expand-nongreedy sys:register-opcode sys:register-simple-accessor
-syn keyword tl_keyword contained sys:repl sys:rewrite sys:rewrite-case sys:rplaca
-syn keyword tl_keyword contained sys:rplacd sys:rslotset sys:rt-assert-fail sys:rt-defmacro
-syn keyword tl_keyword contained sys:rt-defsymacro sys:rt-defun sys:rt-defv sys:rt-defvarl
-syn keyword tl_keyword contained sys:rt-load-for sys:rt-pprof sys:rt-progv sys:rt-setjmp
-syn keyword tl_keyword contained sys:safe-abs-path sys:safe-const-eval sys:safe-const-reduce sys:safe-constantp
-syn keyword tl_keyword contained sys:set-hash-traversal-limit sys:set-macro-ancestor sys:set-symbol-value sys:setq
-syn keyword tl_keyword contained sys:setqf sys:simplify-or sys:slot-types sys:small-op-p
-syn keyword tl_keyword contained sys:small-op-to-sym sys:splice sys:static-slot-types sys:str-inaddr-net-impl
-syn keyword tl_keyword contained sys:struct-lit sys:subst-preserve sys:switch sys:sym-clobber-expander
-syn keyword tl_keyword contained sys:sym-delete-expander sys:sym-update-expander sys:system-symbol-p sys:top-fb
-syn keyword tl_keyword contained sys:top-mb sys:top-vb sys:tr* sys:trace
-syn keyword tl_keyword contained sys:trace-canonicalize-name sys:trace-enter sys:trace-leave sys:trace-redefine-check
-syn keyword tl_keyword contained sys:transform-qquote sys:translate-hash-bang sys:tree-construct sys:trfm
-syn keyword tl_keyword contained sys:true-const-p sys:txr-case-impl sys:typecase-expander sys:unquote
-syn keyword tl_keyword contained sys:untrace sys:upenv sys:uw-block sys:uw-captured-block
-syn keyword tl_keyword contained sys:uw-catch sys:uw-cont-copy sys:uw-eval sys:uw-expand
-syn keyword tl_keyword contained sys:uw-fcall sys:uw-guard sys:uw-handle sys:uw-menv
-syn keyword tl_keyword contained sys:var sys:var-pat-p sys:vars-check sys:vm-closure-desc
-syn keyword tl_keyword contained sys:vm-closure-entry sys:vm-desc-bytecode sys:vm-desc-datavec sys:vm-desc-nlevels
-syn keyword tl_keyword contained sys:vm-desc-nregs sys:vm-desc-symvec sys:vm-execute-toplevel sys:vm-make-desc
-syn keyword tl_keyword contained sys:wdwrap sys:when-exprs-match sys:when-opt sys:with-disabled-debugging
-syn keyword tl_keyword contained sys:with-dyn-lib-check syslog system-package t
-syn keyword tl_keyword contained tab0 tab1 tab2 tab3
-syn keyword tl_keyword contained tabdly tagbody tailp take
-syn keyword tl_keyword contained take-until take-while tan tanh
-syn keyword tl_keyword contained tap tb tc tcdrain
-syn keyword tl_keyword contained tcflow tcflush tcgetattr tciflush
-syn keyword tl_keyword contained tcioff tcioflush tcion tcoflush
-syn keyword tl_keyword contained tcooff tcoon tcp-nodelay tcsadrain
-syn keyword tl_keyword contained tcsaflush tcsanow tcsendbreak tcsetattr
-syn keyword tl_keyword contained tentative-def-exists tenth test-clear test-clear-dirty
-syn keyword tl_keyword contained test-dec test-dirty test-inc test-neq-set-indent-mode
-syn keyword tl_keyword contained test-set test-set-indent-mode tf tgamma
-syn keyword tl_keyword contained third throw throwf time
-syn keyword tl_keyword contained time-fields-local time-fields-utc time-nsec time-parse
-syn keyword tl_keyword contained time-parse-local time-parse-utc time-str-local time-str-utc
-syn keyword tl_keyword contained time-string-local time-string-utc time-struct-local time-struct-utc
-syn keyword tl_keyword contained time-t time-usec tmpfile tnode
-syn keyword tl_keyword contained tnodep to tofloat tofloatz
-syn keyword tl_keyword contained toint tointz tojson tok
-syn keyword tl_keyword contained tok-str tok-where tokn tostop
-syn keyword tl_keyword contained tostring tostringp touch tprint
-syn keyword tl_keyword contained trace transpose tree tree-begin
-syn keyword tl_keyword contained tree-bind tree-case tree-clear tree-count
-syn keyword tl_keyword contained tree-del-min tree-del-min-node tree-delete tree-delete-node
-syn keyword tl_keyword contained tree-delete-specific-node tree-find tree-insert tree-insert-node
-syn keyword tl_keyword contained tree-lookup tree-lookup-node tree-min tree-min-node
-syn keyword tl_keyword contained tree-next tree-peek tree-reset tree-root
-syn keyword tl_keyword contained treep trie-add trie-compress trie-lookup-begin
-syn keyword tl_keyword contained trie-lookup-feed-char trie-value-at trim-left trim-long-suffix
-syn keyword tl_keyword contained trim-path-seps trim-right trim-short-suffix trim-str
-syn keyword tl_keyword contained true trunc trunc-rem truncate-stream
-syn keyword tl_keyword contained tuples tuples* txr-case txr-exe-path
-syn keyword tl_keyword contained txr-if txr-parse txr-path txr-version
-syn keyword tl_keyword contained txr-when typecase typedef typeof
-syn keyword tl_keyword contained typep ubit uchar uid-t
-syn keyword tl_keyword contained uint uint-buf uint-carray uint-ptr-t
-syn keyword tl_keyword contained uint16 uint32 uint64 uint8
-syn keyword tl_keyword contained uintmax-t ulong ulonglong umask
-syn keyword tl_keyword contained umeth umethod uname unget-byte
-syn keyword tl_keyword contained unget-char uni unintern union
-syn keyword tl_keyword contained union-get union-in union-members union-out
-syn keyword tl_keyword contained union-put uniq unique unless
-syn keyword tl_keyword contained unquote unsetenv until until*
-syn keyword tl_keyword contained untrace unuse-package unuse-sym unwind-protect
-syn keyword tl_keyword contained upcase-str upd update uref
-syn keyword tl_keyword contained url-decode url-encode use use-package
-syn keyword tl_keyword contained use-sym use-sym-as user-package ushort
-syn keyword tl_keyword contained usl usleep uslot utimes
-syn keyword tl_keyword contained val vdiscard vec vec-carray
-syn keyword tl_keyword contained vec-list vec-push vec-seq vec-set-length
-syn keyword tl_keyword contained vecref vector vector-list vectorp
-syn keyword tl_keyword contained veof veol veol2 verase
-syn keyword tl_keyword contained vintr vkill vlnext vm-fun-p
-syn keyword tl_keyword contained vmin void vquit vreprint
-syn keyword tl_keyword contained vstart vstop vsusp vswtc
-syn keyword tl_keyword contained vt0 vt1 vtdly vtime
-syn keyword tl_keyword contained vwerase w-continued w-coredump w-exitstatus
-syn keyword tl_keyword contained w-ifcontinued w-ifexited w-ifsignaled w-ifstopped
-syn keyword tl_keyword contained w-nohang w-stopsig w-termsig w-untraced
-syn keyword tl_keyword contained wait wchar weave when
-syn keyword tl_keyword contained when-match whena whenlet where
-syn keyword tl_keyword contained while while* while-match while-match-case
-syn keyword tl_keyword contained while-true-match-case whilet width width-check
-syn keyword tl_keyword contained window-map window-mapdo window-mappend wint-t
-syn keyword tl_keyword contained with-clobber-expander with-compilation-unit with-compile-opts with-delete-expander
-syn keyword tl_keyword contained with-dyn-lib with-gensyms with-hash-iter with-in-buf-stream
-syn keyword tl_keyword contained with-in-string-byte-stream with-in-string-stream with-objects with-out-buf-stream
-syn keyword tl_keyword contained with-out-string-stream with-out-strlist-stream with-resources with-slots
-syn keyword tl_keyword contained with-stream with-update-expander wrap wrap*
-syn keyword tl_keyword contained wstr wstr-d wstr-s xcase
-syn keyword tl_keyword contained y0 y1 yield yield-from
-syn keyword tl_keyword contained yn zap zarray zchar
-syn keyword tl_keyword contained zero-fill zerop zip znew
+syn keyword tl_keyword contained sys:ign-notfound sys:in6addr-condensed-text sys:inline-chain sys:inline-chain-rec
+syn keyword tl_keyword contained sys:insert-commas sys:is-label sys:l1-setq sys:l1-val
+syn keyword tl_keyword contained sys:lambda-apply-transform sys:lambda-excess-apply-list sys:lambda-short-apply-list sys:lambda-too-few-args
+syn keyword tl_keyword contained sys:lambda-too-many-args sys:lbind sys:lisp1-setq sys:lisp1-value
+syn keyword tl_keyword contained sys:list-builder-flets sys:list-from-vm-desc sys:load-time-lit sys:loc
+syn keyword tl_keyword contained sys:loosen sys:mac-env-flatten sys:make-anon-package sys:make-command-env
+syn keyword tl_keyword contained sys:make-copy-path-opts sys:make-struct-lit sys:make-struct-type sys:mark-special
+syn keyword tl_keyword contained sys:match-case-to-casequal sys:match-pat-error sys:maybe-mov sys:meth-lambda
+syn keyword tl_keyword contained sys:misleading-ref-check sys:name-str sys:new-expander sys:new-type
+syn keyword tl_keyword contained sys:no-dvbind-eval sys:non-triv-pat-p sys:null-reg sys:obtain-impl
+syn keyword tl_keyword contained sys:op-alpha-rename sys:op-ensure-rec sys:op-expand sys:op-meta-p
+syn keyword tl_keyword contained sys:op-rec-p sys:open-compile-streams sys:open-url sys:operand-to-exp
+syn keyword tl_keyword contained sys:operand-to-sym sys:opip-expand sys:opip-let-p sys:opip-single-let-p
+syn keyword tl_keyword contained sys:opt-controlled-diag sys:opt-dash sys:opt-err sys:orig-form
+syn keyword tl_keyword contained sys:os-symbol sys:param-check sys:parse-compound-operand sys:parse-lambda-match-clause
+syn keyword tl_keyword contained sys:parse-operand sys:pat-len sys:path-access sys:path-examine
+syn keyword tl_keyword contained sys:path-simplify sys:path-split sys:path-test-mode sys:path-test-type
+syn keyword tl_keyword contained sys:path-volume sys:pic-join-opt sys:placelet-1 sys:print-backtrace
+syn keyword tl_keyword contained sys:propagate-ancestor sys:propagate-perms sys:prune-missing-inits sys:put-objects
+syn keyword tl_keyword contained sys:qquote sys:quasi sys:quasilist sys:r-s-let-expander
+syn keyword tl_keyword contained sys:reduce-constant sys:reduce-lisp sys:reduce-or sys:reg-expand-nongreedy
+syn keyword tl_keyword contained sys:register-opcode sys:register-simple-accessor sys:repl sys:rewrite
+syn keyword tl_keyword contained sys:rewrite-case sys:rplaca sys:rplacd sys:rslotset
+syn keyword tl_keyword contained sys:rt-assert-fail sys:rt-defmacro sys:rt-defsymacro sys:rt-defun
+syn keyword tl_keyword contained sys:rt-defv sys:rt-defvarl sys:rt-load-for sys:rt-pprof
+syn keyword tl_keyword contained sys:rt-progv sys:rt-setjmp sys:safe-abs-path sys:safe-const-eval
+syn keyword tl_keyword contained sys:safe-const-reduce sys:safe-constantp sys:set-hash-traversal-limit sys:set-macro-ancestor
+syn keyword tl_keyword contained sys:set-symbol-value sys:setq sys:setqf sys:simplify-or
+syn keyword tl_keyword contained sys:simplify-variadic-lambda sys:slot-types sys:small-op-p sys:small-op-to-sym
+syn keyword tl_keyword contained sys:splice sys:static-slot-types sys:str-inaddr-net-impl sys:struct-lit
+syn keyword tl_keyword contained sys:subst-preserve sys:switch sys:sym-clobber-expander sys:sym-delete-expander
+syn keyword tl_keyword contained sys:sym-update-expander sys:system-symbol-p sys:top-fb sys:top-mb
+syn keyword tl_keyword contained sys:top-vb sys:tr* sys:trace sys:trace-canonicalize-name
+syn keyword tl_keyword contained sys:trace-enter sys:trace-leave sys:trace-redefine-check sys:transform-qquote
+syn keyword tl_keyword contained sys:translate-hash-bang sys:tree-construct sys:trfm sys:true-const-p
+syn keyword tl_keyword contained sys:txr-case-impl sys:typecase-expander sys:unquote sys:untrace
+syn keyword tl_keyword contained sys:upenv sys:uw-block sys:uw-captured-block sys:uw-catch
+syn keyword tl_keyword contained sys:uw-cont-copy sys:uw-eval sys:uw-expand sys:uw-fcall
+syn keyword tl_keyword contained sys:uw-guard sys:uw-handle sys:uw-menv sys:var
+syn keyword tl_keyword contained sys:var-pat-p sys:vars-check sys:vm-closure-desc sys:vm-closure-entry
+syn keyword tl_keyword contained sys:vm-desc-bytecode sys:vm-desc-datavec sys:vm-desc-nlevels sys:vm-desc-nregs
+syn keyword tl_keyword contained sys:vm-desc-symvec sys:vm-execute-toplevel sys:vm-make-desc sys:wdwrap
+syn keyword tl_keyword contained sys:when-exprs-match sys:when-opt sys:with-disabled-debugging sys:with-dyn-lib-check
+syn keyword tl_keyword contained syslog system-package t tab0
+syn keyword tl_keyword contained tab1 tab2 tab3 tabdly
+syn keyword tl_keyword contained tagbody tailp take take-until
+syn keyword tl_keyword contained take-while tan tanh tap
+syn keyword tl_keyword contained tb tc tcdrain tcflow
+syn keyword tl_keyword contained tcflush tcgetattr tciflush tcioff
+syn keyword tl_keyword contained tcioflush tcion tcoflush tcooff
+syn keyword tl_keyword contained tcoon tcp-nodelay tcsadrain tcsaflush
+syn keyword tl_keyword contained tcsanow tcsendbreak tcsetattr tentative-def-exists
+syn keyword tl_keyword contained tenth test-clear test-clear-dirty test-dec
+syn keyword tl_keyword contained test-dirty test-inc test-neq-set-indent-mode test-set
+syn keyword tl_keyword contained test-set-indent-mode tf tgamma third
+syn keyword tl_keyword contained throw throwf time time-fields-local
+syn keyword tl_keyword contained time-fields-utc time-nsec time-parse time-parse-local
+syn keyword tl_keyword contained time-parse-utc time-str-local time-str-utc time-string-local
+syn keyword tl_keyword contained time-string-utc time-struct-local time-struct-utc time-t
+syn keyword tl_keyword contained time-usec tmpfile tnode tnodep
+syn keyword tl_keyword contained to tofloat tofloatz toint
+syn keyword tl_keyword contained tointz tojson tok tok-str
+syn keyword tl_keyword contained tok-where tokn tostop tostring
+syn keyword tl_keyword contained tostringp touch tprint trace
+syn keyword tl_keyword contained transpose tree tree-begin tree-bind
+syn keyword tl_keyword contained tree-case tree-clear tree-count tree-del-min
+syn keyword tl_keyword contained tree-del-min-node tree-delete tree-delete-node tree-delete-specific-node
+syn keyword tl_keyword contained tree-find tree-insert tree-insert-node tree-lookup
+syn keyword tl_keyword contained tree-lookup-node tree-min tree-min-node tree-next
+syn keyword tl_keyword contained tree-peek tree-reset tree-root treep
+syn keyword tl_keyword contained trie-add trie-compress trie-lookup-begin trie-lookup-feed-char
+syn keyword tl_keyword contained trie-value-at trim-left trim-long-suffix trim-path-seps
+syn keyword tl_keyword contained trim-right trim-short-suffix trim-str true
+syn keyword tl_keyword contained trunc trunc-rem truncate-stream tuples
+syn keyword tl_keyword contained tuples* txr-case txr-exe-path txr-if
+syn keyword tl_keyword contained txr-parse txr-path txr-version txr-when
+syn keyword tl_keyword contained typecase typedef typeof typep
+syn keyword tl_keyword contained ubit uchar uid-t uint
+syn keyword tl_keyword contained uint-buf uint-carray uint-ptr-t uint16
+syn keyword tl_keyword contained uint32 uint64 uint8 uintmax-t
+syn keyword tl_keyword contained ulong ulonglong umask umeth
+syn keyword tl_keyword contained umethod uname unget-byte unget-char
+syn keyword tl_keyword contained uni unintern union union-get
+syn keyword tl_keyword contained union-in union-members union-out union-put
+syn keyword tl_keyword contained uniq unique unless unquote
+syn keyword tl_keyword contained unsetenv until until* untrace
+syn keyword tl_keyword contained unuse-package unuse-sym unwind-protect upcase-str
+syn keyword tl_keyword contained upd update uref url-decode
+syn keyword tl_keyword contained url-encode use use-package use-sym
+syn keyword tl_keyword contained use-sym-as user-package ushort usl
+syn keyword tl_keyword contained usleep uslot utimes val
+syn keyword tl_keyword contained vdiscard vec vec-carray vec-list
+syn keyword tl_keyword contained vec-push vec-seq vec-set-length vecref
+syn keyword tl_keyword contained vector vector-list vectorp veof
+syn keyword tl_keyword contained veol veol2 verase vintr
+syn keyword tl_keyword contained vkill vlnext vm-fun-p vmin
+syn keyword tl_keyword contained void vquit vreprint vstart
+syn keyword tl_keyword contained vstop vsusp vswtc vt0
+syn keyword tl_keyword contained vt1 vtdly vtime vwerase
+syn keyword tl_keyword contained w-continued w-coredump w-exitstatus w-ifcontinued
+syn keyword tl_keyword contained w-ifexited w-ifsignaled w-ifstopped w-nohang
+syn keyword tl_keyword contained w-stopsig w-termsig w-untraced wait
+syn keyword tl_keyword contained wchar weave when when-match
+syn keyword tl_keyword contained whena whenlet where while
+syn keyword tl_keyword contained while* while-match while-match-case while-true-match-case
+syn keyword tl_keyword contained whilet width width-check window-map
+syn keyword tl_keyword contained window-mapdo window-mappend wint-t with-clobber-expander
+syn keyword tl_keyword contained with-compilation-unit with-compile-opts with-delete-expander with-dyn-lib
+syn keyword tl_keyword contained with-gensyms with-hash-iter with-in-buf-stream with-in-string-byte-stream
+syn keyword tl_keyword contained with-in-string-stream with-objects with-out-buf-stream with-out-string-stream
+syn keyword tl_keyword contained with-out-strlist-stream with-resources with-slots with-stream
+syn keyword tl_keyword contained with-update-expander wrap wrap* wstr
+syn keyword tl_keyword contained wstr-d wstr-s xcase y0
+syn keyword tl_keyword contained y1 yield yield-from yn
+syn keyword tl_keyword contained zap zarray zchar zero-fill
+syn keyword tl_keyword contained zerop zip znew
syn match txr_nested_error "[^\t ]\+" contained
diff --git a/txr.1 b/txr.1
index d21ca68e..278279cb 100644
--- a/txr.1
+++ b/txr.1
@@ -432,5 +432,5 @@
.\" Start of man page:
-.TH TXR 1 2023-12-28 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
+.TH TXR 1 2024-03-17 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- Programming Language (Version 293)
+\*(TX \- Programming Language (Version 294)
@@ -90377,3 +90377,3 @@ only version 6, regardless of minor version.
-Versions 260 through 293 produce version 7.0 files and load
+Versions 260 through 294 produce version 7.0 files and load
versions 6 and 7, regardless of minor version.
diff --git a/txr.vim b/txr.vim
index 03298ff4..9682c83d 100644
--- a/txr.vim
+++ b/txr.vim
@@ -169,310 +169,311 @@ syn keyword tl_keyword contained compile-toplevel compile-update-file compile-wa
syn keyword tl_keyword contained compl-span-str cond conda condlet
-syn keyword tl_keyword contained cons conses conses* consp
-syn keyword tl_keyword contained constantp contain[s] copy copy-alist
-syn keyword tl_keyword contained copy-buf copy-carray copy-cons copy-cptr
-syn keyword tl_keyword contained copy-file copy-files copy-fun copy-hash
-syn keyword tl_keyword contained copy-list copy-path-rec copy-search-tree copy-str
-syn keyword tl_keyword contained copy-struct copy-tnode copy-tree copy-tree-iter
-syn keyword tl_keyword contained copy-vec copysign cos cosh
-syn keyword tl_keyword contained count count-if count-until-match countq
-syn keyword tl_keyword contained countql countqual cptr cptr-buf
-syn keyword tl_keyword contained cptr-carray cptr-cast cptr-free cptr-get
-syn keyword tl_keyword contained cptr-int cptr-null cptr-obj cptr-out
-syn keyword tl_keyword contained cptr-size-hint cptr-type cptr-zap cptrp
-syn keyword tl_keyword contained cr0 cr1 cr2 cr3
-syn keyword tl_keyword contained crc32 crc32-stream crdly cread
-syn keyword tl_keyword contained crtscts crypt cs5 cs6
-syn keyword tl_keyword contained cs7 cs8 csize csnsort
-syn keyword tl_keyword contained csort csort-group cssort cstopb
-syn keyword tl_keyword contained cum-norm-dist cxr cyr daemon
-syn keyword tl_keyword contained dec defer-warning defex deffi
-syn keyword tl_keyword contained deffi-cb deffi-cb-unsafe deffi-struct deffi-sym
-syn keyword tl_keyword contained deffi-type deffi-union deffi-var define-accessor
-syn keyword tl_keyword contained define-modify-macro define-option-struct define-param-expander define-place-macro
-syn keyword tl_keyword contained define-struct-clause define-struct-prelude defmacro defmatch
-syn keyword tl_keyword contained defmeth defpackage defparm defparml
-syn keyword tl_keyword contained defplace defset defstruct defsymacro
-syn keyword tl_keyword contained defun defun-match defvar defvarl
-syn keyword tl_keyword contained del delay delcons delete-package
-syn keyword tl_keyword contained dev-t diff digits digpow
-syn keyword tl_keyword contained dir-name dirstat disassemble display-width
-syn keyword tl_keyword contained divides dlclose dlopen dlsym
-syn keyword tl_keyword contained dlsym-checked dlvsym dlvsym-checked do
-syn keyword tl_keyword contained doc dohash doloop doloop*
-syn keyword tl_keyword contained dotimes double downcase-str drem
-syn keyword tl_keyword contained drop drop-until drop-while dt-blk
-syn keyword tl_keyword contained dt-chr dt-dir dt-fifo dt-lnk
-syn keyword tl_keyword contained dt-reg dt-sock dt-unknown dump-compiled-objects
-syn keyword tl_keyword contained dump-deferred-warnings dup dupfd dwim
-syn keyword tl_keyword contained e2big eacces each each*
-syn keyword tl_keyword contained each-false each-match each-match-product each-prod
-syn keyword tl_keyword contained each-prod* each-true eaddrinuse eaddrnotavail
-syn keyword tl_keyword contained eafnosupport eagain ealready ebadf
-syn keyword tl_keyword contained ebadmsg ebusy ecanceled ecaseq
-syn keyword tl_keyword contained ecaseq* ecaseql ecaseql* ecasequal
-syn keyword tl_keyword contained ecasequal* echild echo echoctl
-syn keyword tl_keyword contained echoe echok echoke echonl
-syn keyword tl_keyword contained echoprt econnaborted econnrefused econnreset
-syn keyword tl_keyword contained edeadlk edestaddrreq edom edquot
-syn keyword tl_keyword contained eexist efault efbig ehostunreach
-syn keyword tl_keyword contained eidrm eighth eilseq einprogress
-syn keyword tl_keyword contained eintr einval eio eisconn
-syn keyword tl_keyword contained eisdir elemsize elemtype eloop
-syn keyword tl_keyword contained emfile emlink empty emsgsize
-syn keyword tl_keyword contained emultihop enametoolong endgrent endp
-syn keyword tl_keyword contained endpwent ends-with enetdown enetreset
-syn keyword tl_keyword contained enetunreach enfile enobufs enodata
-syn keyword tl_keyword contained enodev enoent enoexec enolck
-syn keyword tl_keyword contained enolink enomem enomsg enoprotoopt
-syn keyword tl_keyword contained enospc enosr enostr enosys
-syn keyword tl_keyword contained enotconn enotdir enotempty enotrecoverable
-syn keyword tl_keyword contained enotsock enotsup enotty ensure
-syn keyword tl_keyword contained ensure-dir enum enumed env
-syn keyword tl_keyword contained env-fbind env-fbindings env-hash env-next
-syn keyword tl_keyword contained env-vbind env-vbindings enxio eopnotsupp
-syn keyword tl_keyword contained eoverflow eownerdead eperm epipe
-syn keyword tl_keyword contained eproto eprotonosupport eprototype eq
-syn keyword tl_keyword contained eql equal equot erange
-syn keyword tl_keyword contained erf erfc erofs errno
-syn keyword tl_keyword contained error espipe esrch estale
-syn keyword tl_keyword contained etime etimedout etxtbsy etypecase
-syn keyword tl_keyword contained eval eval-only evenp ewouldblock
-syn keyword tl_keyword contained exception-subtype-map exception-subtype-p exdev exec
-syn keyword tl_keyword contained exit exit* exp exp10
-syn keyword tl_keyword contained exp2 expand expand* expand-left
-syn keyword tl_keyword contained expand-right expand-with-free-refs expander-let expm1
-syn keyword tl_keyword contained expt exptmod extproc f$
-syn keyword tl_keyword contained f-dupfd f-dupfd-cloexec f-getfd f-getfl
-syn keyword tl_keyword contained f-getlk f-rdlck f-setfd f-setfl
-syn keyword tl_keyword contained f-setlk f-setlkw f-unlck f-wrlck
-syn keyword tl_keyword contained f^ f^$ false fboundp
-syn keyword tl_keyword contained fcntl fd-cloexec fdim ff0
-syn keyword tl_keyword contained ff1 ffdly ffi ffi-alignof
-syn keyword tl_keyword contained ffi-arraysize ffi-call ffi-elemsize ffi-elemtype
-syn keyword tl_keyword contained ffi-get ffi-in ffi-make-call-desc ffi-make-closure
-syn keyword tl_keyword contained ffi-offsetof ffi-out ffi-put ffi-put-into
-syn keyword tl_keyword contained ffi-size ffi-type-compile ffi-type-operator-p ffi-type-p
-syn keyword tl_keyword contained ffi-typedef fifth file-append file-append-buf
-syn keyword tl_keyword contained file-append-json file-append-jsons file-append-lines file-append-objects
-syn keyword tl_keyword contained file-append-string file-get file-get-buf file-get-json
-syn keyword tl_keyword contained file-get-jsons file-get-lines file-get-objects file-get-string
-syn keyword tl_keyword contained file-place-buf file-put file-put-buf file-put-json
-syn keyword tl_keyword contained file-put-jsons file-put-lines file-put-objects file-put-string
-syn keyword tl_keyword contained fileno fill-buf fill-buf-adjust fill-carray
-syn keyword tl_keyword contained fill-obj fill-vec filter-equal filter-string-tree
-syn keyword tl_keyword contained finalize find find-frame find-frames
-syn keyword tl_keyword contained find-frames-by-mask find-if find-max find-max-key
-syn keyword tl_keyword contained find-min find-min-key find-package find-struct-type
-syn keyword tl_keyword contained find-symbol find-symbol-fb find-true first
-syn keyword tl_keyword contained fixnum-max fixnum-min fixnump flatcar
-syn keyword tl_keyword contained flatcar* flatten flatten* flet
-syn keyword tl_keyword contained flip flipargs flo-dig flo-down
-syn keyword tl_keyword contained flo-epsilon flo-get-round-mode flo-int flo-max
-syn keyword tl_keyword contained flo-max-dig flo-min flo-near flo-set-round-mode
-syn keyword tl_keyword contained flo-str flo-up flo-zero float
-syn keyword tl_keyword contained floatp floor floor-rem flow
-syn keyword tl_keyword contained flush-stream flusho fmakunbound fmax
-syn keyword tl_keyword contained fmin fmt fnm-casefold fnm-extmatch
-syn keyword tl_keyword contained fnm-leading-dir fnm-noescape fnm-pathname fnm-period
-syn keyword tl_keyword contained fnmatch for for* force
-syn keyword tl_keyword contained force-break fork format fourth
-syn keyword tl_keyword contained fr$ fr^ fr^$ from
-syn keyword tl_keyword contained frr fsblkcnt-t fsfilcnt-t fstat
-syn keyword tl_keyword contained ftw ftw-actionretval ftw-chdir ftw-continue
-syn keyword tl_keyword contained ftw-d ftw-depth ftw-dnr ftw-dp
-syn keyword tl_keyword contained ftw-f ftw-mount ftw-ns ftw-phys
-syn keyword tl_keyword contained ftw-skip-siblings ftw-skip-subtree ftw-sl ftw-sln
-syn keyword tl_keyword contained ftw-stop fun fun-fixparam-count fun-optparam-count
-syn keyword tl_keyword contained fun-variadic func-get-env func-get-form func-get-name
-syn keyword tl_keyword contained func-set-env functionp gamma gcd
-syn keyword tl_keyword contained gen gen-hash-seed generate gensym
-syn keyword tl_keyword contained gequal get-buf-from-stream get-byte get-char
-syn keyword tl_keyword contained get-clobber-expander get-delete-expander get-error get-error-str
-syn keyword tl_keyword contained get-frames get-hash-userdata get-indent get-indent-mode
-syn keyword tl_keyword contained get-json get-jsons get-line get-line-as-buf
-syn keyword tl_keyword contained get-lines get-list-from-stream get-obj get-sig-handler
-syn keyword tl_keyword contained get-stack-limit get-string get-string-from-stream get-update-expander
-syn keyword tl_keyword contained getaddrinfo getegid getenv geteuid
-syn keyword tl_keyword contained getgid getgrent getgrgid getgrnam
-syn keyword tl_keyword contained getgroups gethash getitimer getopts
-syn keyword tl_keyword contained getpid getppid getpwent getpwnam
-syn keyword tl_keyword contained getpwuid getresgid getresuid getrlimit
-syn keyword tl_keyword contained getuid gid-t ginterate giterate
-syn keyword tl_keyword contained glob glob* glob-altdirfunc glob-brace
-syn keyword tl_keyword contained glob-err glob-mark glob-nocheck glob-noescape
-syn keyword tl_keyword contained glob-nomagic glob-nosort glob-onlydir glob-period
-syn keyword tl_keyword contained glob-tilde glob-tilde-check glob-xnobrace go
-syn keyword tl_keyword contained grade greater group-by group-map
-syn keyword tl_keyword contained group-reduce gun handle handle*
-syn keyword tl_keyword contained handler-bind hash hash-alist hash-begin
-syn keyword tl_keyword contained hash-construct hash-count hash-diff hash-eql
-syn keyword tl_keyword contained hash-equal hash-from-alist hash-from-pairs hash-invert
-syn keyword tl_keyword contained hash-isec hash-join hash-keys hash-keys-of
-syn keyword tl_keyword contained hash-list hash-map hash-next hash-pairs
-syn keyword tl_keyword contained hash-peek hash-proper-subset hash-props hash-reset
-syn keyword tl_keyword contained hash-revget hash-subset hash-symdiff hash-uni
-syn keyword tl_keyword contained hash-update hash-update-1 hash-userdata hash-values
-syn keyword tl_keyword contained hash-zip hashp have hist-sort
-syn keyword tl_keyword contained hlet hlet* html-decode html-encode
-syn keyword tl_keyword contained html-encode* hupcl hypot iapply
-syn keyword tl_keyword contained icanon icrnl id-t identity
-syn keyword tl_keyword contained identity* ido iexten if
-syn keyword tl_keyword contained if-match ifa iff iffi
-syn keyword tl_keyword contained iflet ignbrk igncr ignerr
-syn keyword tl_keyword contained ignore ignpar ignwarn imaxbel
-syn keyword tl_keyword contained improper-plist-to-alist in in-package in-range
-syn keyword tl_keyword contained in-range* in6addr-any in6addr-loopback in6addr-str
-syn keyword tl_keyword contained inaddr-any inaddr-loopback inaddr-str inc
-syn keyword tl_keyword contained inc-indent inc-indent-abs indent-code indent-data
-syn keyword tl_keyword contained indent-foff indent-off inhash inlcr
-syn keyword tl_keyword contained ino-t inpck int int-buf
-syn keyword tl_keyword contained int-carray int-chr int-cptr int-flo
-syn keyword tl_keyword contained int-ptr-t int-str int16 int32
-syn keyword tl_keyword contained int64 int8 integerp intern
-syn keyword tl_keyword contained intern-fb interp-fun-p interpose intmax-t
-syn keyword tl_keyword contained inv-cum-norm invoke-catch ip ipf
-syn keyword tl_keyword contained ipproto-ip ipproto-ipv6 ipproto-tcp ipproto-udp
-syn keyword tl_keyword contained ipv6-join-group ipv6-leave-group ipv6-multicast-hops ipv6-multicast-if
-syn keyword tl_keyword contained ipv6-multicast-loop ipv6-unicast-hops ipv6-v6only iread
-syn keyword tl_keyword contained isatty isec isecp isig
-syn keyword tl_keyword contained isqrt istrip iter-begin iter-item
-syn keyword tl_keyword contained iter-more iter-reset iter-step iterable
-syn keyword tl_keyword contained itimer-prof itimer-real itimer-virtual iuclc
-syn keyword tl_keyword contained iutf8 ixany ixoff ixon
-syn keyword tl_keyword contained j0 j1 jmp-buf jn
-syn keyword tl_keyword contained join join-with json juxt
-syn keyword tl_keyword contained keep-if keep-if* keep-keys-if keep-match-products
-syn keyword tl_keyword contained keep-matches keepq keepql keepqual
-syn keyword tl_keyword contained key key-t keyword-package keywordp
-syn keyword tl_keyword contained kill labels lambda lambda-match
-syn keyword tl_keyword contained last lazy-str lazy-str-force lazy-str-force-upto
-syn keyword tl_keyword contained lazy-str-get-trailing-list lazy-stream-cons lazy-stringp lchown
-syn keyword tl_keyword contained lcm lcons lcons-car lcons-cdr
-syn keyword tl_keyword contained lcons-fun lconsp ldexp ldiff
-syn keyword tl_keyword contained ldo le-double le-float le-int16
-syn keyword tl_keyword contained le-int32 le-int64 le-uint16 le-uint32
-syn keyword tl_keyword contained le-uint64 left len length
-syn keyword tl_keyword contained length-< length-buf length-carray length-list
-syn keyword tl_keyword contained length-list-< length-str length-str-< length-str-<=
-syn keyword tl_keyword contained length-str-> length-str->= length-vec lequal
-syn keyword tl_keyword contained less let let* lexical-binding-kind
-syn keyword tl_keyword contained lexical-fun-binding-kind lexical-fun-p lexical-lisp1-binding lexical-macro-p
-syn keyword tl_keyword contained lexical-symacro-p lexical-var-p lflow lgamma
-syn keyword tl_keyword contained lib-version link lisp-parse list
-syn keyword tl_keyword contained list* list-carray list-seq list-str
-syn keyword tl_keyword contained list-vec list-vector listp lnew
-syn keyword tl_keyword contained lnew* load load-args-process load-args-recurse
-syn keyword tl_keyword contained load-for load-time loand loff-t
-syn keyword tl_keyword contained log log-alert log-auth log-authpriv
-syn keyword tl_keyword contained log-cons log-crit log-daemon log-debug
-syn keyword tl_keyword contained log-emerg log-err log-info log-ndelay
-syn keyword tl_keyword contained log-notice log-nowait log-odelay log-perror
-syn keyword tl_keyword contained log-pid log-user log-warning log10
-syn keyword tl_keyword contained log1p log2 logand logb
-syn keyword tl_keyword contained logcount logior lognot logtest
-syn keyword tl_keyword contained logtrunc logxor long long-suffix
-syn keyword tl_keyword contained longjmp longlong lop lopf
-syn keyword tl_keyword contained lopip lset lstat lutimes
-syn keyword tl_keyword contained m$ m^ m^$ mac-env-param-bind
-syn keyword tl_keyword contained mac-param-bind macro-ancestor macro-form-p macro-time
-syn keyword tl_keyword contained macroexpand macroexpand-1 macroexpand-1-lisp1 macroexpand-1-place
-syn keyword tl_keyword contained macroexpand-lisp1 macroexpand-match macroexpand-params macroexpand-place
-syn keyword tl_keyword contained macroexpand-struct-clause macrolet madv-dodump madv-dofork
-syn keyword tl_keyword contained madv-dontdump madv-dontfork madv-dontneed madv-free
-syn keyword tl_keyword contained madv-hugepage madv-hwpoison madv-keeponfork madv-mergeable
-syn keyword tl_keyword contained madv-nohugepage madv-normal madv-random madv-remove
-syn keyword tl_keyword contained madv-sequential madv-unmergeable madv-willneed madv-wipeonfork
-syn keyword tl_keyword contained madvise major make-buf make-buf-stream
-syn keyword tl_keyword contained make-byte-input-stream make-catenated-stream make-env make-hash
-syn keyword tl_keyword contained make-lazy-cons make-lazy-struct make-like make-package
-syn keyword tl_keyword contained make-random-state make-similar-hash make-similar-tree make-string-byte-input-stream
-syn keyword tl_keyword contained make-string-input-stream make-string-output-stream make-strlist-input-stream make-strlist-output-stream
-syn keyword tl_keyword contained make-struct make-struct-delegate-stream make-struct-type make-sym
-syn keyword tl_keyword contained make-time make-time-utc make-trie make-union
-syn keyword tl_keyword contained make-zstruct makedev makunbound map-anon
-syn keyword tl_keyword contained map-fixed map-growsdown map-huge-mask map-huge-shift
-syn keyword tl_keyword contained map-hugetlb map-locked map-nonblock map-noreserve
-syn keyword tl_keyword contained map-populate map-private map-shared map-stack
-syn keyword tl_keyword contained mapcar mapcar* mapdo mapf
-syn keyword tl_keyword contained maphash mappend mappend* maprend
-syn keyword tl_keyword contained maprod maprodo mask match
-syn keyword tl_keyword contained match-case match-cond match-ecase match-error
-syn keyword tl_keyword contained match-fboundp match-fun match-regex match-regex-right
-syn keyword tl_keyword contained match-regst match-regst-right match-str match-str-tree
-syn keyword tl_keyword contained max mboundp md5 md5-begin
-syn keyword tl_keyword contained md5-end md5-hash md5-stream member
-syn keyword tl_keyword contained member-if memp memq memql
-syn keyword tl_keyword contained memqual meq meql mequal
-syn keyword tl_keyword contained merge merge-delete-package meth method
-syn keyword tl_keyword contained min minor minusp mismatch
-syn keyword tl_keyword contained mkdir mkdtemp mkfifo mknod
-syn keyword tl_keyword contained mkstemp mkstring mlet mmakunbound
-syn keyword tl_keyword contained mmap mod mode-t mprotect
-syn keyword tl_keyword contained mref ms-async ms-invalidate ms-sync
-syn keyword tl_keyword contained msync mul-each mul-each* mul-each-prod
-syn keyword tl_keyword contained mul-each-prod* multi multi-sort munmap
-syn keyword tl_keyword contained n-choose-k n-perm-k nand nandf
-syn keyword tl_keyword contained nconc nearbyint neg neq
-syn keyword tl_keyword contained neql nequal nested-vec nested-vec-of
-syn keyword tl_keyword contained new new* nexpand-left nextafter
-syn keyword tl_keyword contained nil nilf ninth nl0
-syn keyword tl_keyword contained nl1 nldly nlink-t noflsh
-syn keyword tl_keyword contained none nor norf not
-syn keyword tl_keyword contained notf nreconc nreverse nrot
-syn keyword tl_keyword contained nshuffle nsort nth nthcdr
-syn keyword tl_keyword contained nthlast null nullify num-chr
-syn keyword tl_keyword contained num-str numberp nzerop o-accmode
-syn keyword tl_keyword contained o-append o-async o-cloexec o-creat
-syn keyword tl_keyword contained o-direct o-directory o-noatime o-noctty
-syn keyword tl_keyword contained o-nofollow o-nonblock o-path o-rdonly
-syn keyword tl_keyword contained o-rdwr o-sync o-trunc o-wronly
-syn keyword tl_keyword contained oand obtain obtain* obtain*-block
-syn keyword tl_keyword contained obtain-block ocrnl oddp ofdel
-syn keyword tl_keyword contained off-t offsetof ofill olcuc
-syn keyword tl_keyword contained onlcr onlret onocr op
-syn keyword tl_keyword contained open-command open-directory open-file open-fileno
-syn keyword tl_keyword contained open-files open-files* open-pipe open-process
-syn keyword tl_keyword contained open-socket open-socket-pair open-subprocess open-tail
-syn keyword tl_keyword contained opendir openlog opf opip
-syn keyword tl_keyword contained opost opt opthelp opthelp-conventions
-syn keyword tl_keyword contained opthelp-types or orf pack
-syn keyword tl_keyword contained package-alist package-fallback-list package-foreign-symbols package-local-symbols
-syn keyword tl_keyword contained package-name package-symbols packagep pad
-syn keyword tl_keyword contained page-size pairlis parenb parmrk
-syn keyword tl_keyword contained parodd parse-errors partition partition*
-syn keyword tl_keyword contained partition-by partition-if path-blkdev-p path-cat
-syn keyword tl_keyword contained path-chrdev-p path-components-safe path-dir-empty path-dir-p
-syn keyword tl_keyword contained path-equal path-executable-to-me-p path-exists-p path-file-p
-syn keyword tl_keyword contained path-mine-p path-my-group-p path-newer path-older
-syn keyword tl_keyword contained path-pipe-p path-private-to-me-p path-read-writable-to-me-p path-readable-to-me-p
-syn keyword tl_keyword contained path-safe-sticky-dir path-same-object path-search path-sep-chars
-syn keyword tl_keyword contained path-setgid-p path-setuid-p path-sock-p path-sticky-p
-syn keyword tl_keyword contained path-strictly-private-to-me-p path-symlink-p path-writable-to-me-p pdec
-syn keyword tl_keyword contained pendin perm pic pid-t
-syn keyword tl_keyword contained pinc pipe place-form-p placelet
-syn keyword tl_keyword contained placelet* plist-to-alist plusp poll
-syn keyword tl_keyword contained poll-err poll-in poll-nval poll-out
-syn keyword tl_keyword contained poll-pri poll-rdband poll-rdhup poll-wrband
-syn keyword tl_keyword contained poly pop pop-after-load portable-abs-path-p
-syn keyword tl_keyword contained pos pos-if pos-max pos-min
-syn keyword tl_keyword contained posq posql posqual pppred
-syn keyword tl_keyword contained ppred pprinl pprint pprof
-syn keyword tl_keyword contained pred prinl print prod
-syn keyword tl_keyword contained prof prog prog* prog1
-syn keyword tl_keyword contained prog2 progn progv promisep
-syn keyword tl_keyword contained prop proper-list-p proper-listp prot-exec
-syn keyword tl_keyword contained prot-growsdown prot-growsup prot-none prot-read
-syn keyword tl_keyword contained prot-write pset ptr ptr-in
-syn keyword tl_keyword contained ptr-in-d ptr-out ptr-out-d ptr-out-s
-syn keyword tl_keyword contained ptrdiff-t pub:txr-sym pure-rel-path-p purge-deferred-warning
-syn keyword tl_keyword contained push push-after-load pushhash pushnew
-syn keyword tl_keyword contained put-buf put-byte put-carray put-char
-syn keyword tl_keyword contained put-json put-jsonl put-jsons put-line
-syn keyword tl_keyword contained put-lines put-obj put-string put-strings
-syn keyword tl_keyword contained pwd qquote qref quantile
-syn keyword tl_keyword contained quip quote r$ r^
-syn keyword tl_keyword contained r^$ raise rand random
-syn keyword tl_keyword contained random-buf random-fixnum random-float random-float-incl
-syn keyword tl_keyword contained random-sample random-state-get-vec random-state-p range
-syn keyword tl_keyword contained range* range-regex rangep rassoc
+syn keyword tl_keyword contained cons cons-count cons-find conses
+syn keyword tl_keyword contained conses* consp constantp contain[s]
+syn keyword tl_keyword contained copy copy-alist copy-buf copy-carray
+syn keyword tl_keyword contained copy-cons copy-cptr copy-file copy-files
+syn keyword tl_keyword contained copy-fun copy-hash copy-list copy-path-rec
+syn keyword tl_keyword contained copy-search-tree copy-str copy-struct copy-tnode
+syn keyword tl_keyword contained copy-tree copy-tree-iter copy-vec copysign
+syn keyword tl_keyword contained cos cosh count count-if
+syn keyword tl_keyword contained count-until-match countq countql countqual
+syn keyword tl_keyword contained cptr cptr-buf cptr-carray cptr-cast
+syn keyword tl_keyword contained cptr-free cptr-get cptr-int cptr-null
+syn keyword tl_keyword contained cptr-obj cptr-out cptr-size-hint cptr-type
+syn keyword tl_keyword contained cptr-zap cptrp cr0 cr1
+syn keyword tl_keyword contained cr2 cr3 crc32 crc32-stream
+syn keyword tl_keyword contained crdly cread crtscts crypt
+syn keyword tl_keyword contained cs5 cs6 cs7 cs8
+syn keyword tl_keyword contained csize csnsort csort csort-group
+syn keyword tl_keyword contained cssort cstopb cum-norm-dist cxr
+syn keyword tl_keyword contained cyr daemon dec defer-warning
+syn keyword tl_keyword contained defex deffi deffi-cb deffi-cb-unsafe
+syn keyword tl_keyword contained deffi-struct deffi-sym deffi-type deffi-union
+syn keyword tl_keyword contained deffi-var define-accessor define-modify-macro define-option-struct
+syn keyword tl_keyword contained define-param-expander define-place-macro define-struct-clause define-struct-prelude
+syn keyword tl_keyword contained defmacro defmatch defmeth defpackage
+syn keyword tl_keyword contained defparm defparml defplace defset
+syn keyword tl_keyword contained defstruct defsymacro defun defun-match
+syn keyword tl_keyword contained defvar defvarl del delay
+syn keyword tl_keyword contained delcons delete-package dev-t diff
+syn keyword tl_keyword contained digits digpow dir-name dirstat
+syn keyword tl_keyword contained disassemble display-width divides dlclose
+syn keyword tl_keyword contained dlopen dlsym dlsym-checked dlvsym
+syn keyword tl_keyword contained dlvsym-checked do doc dohash
+syn keyword tl_keyword contained doloop doloop* dotimes double
+syn keyword tl_keyword contained downcase-str drem drop drop-until
+syn keyword tl_keyword contained drop-while dt-blk dt-chr dt-dir
+syn keyword tl_keyword contained dt-fifo dt-lnk dt-reg dt-sock
+syn keyword tl_keyword contained dt-unknown dump-compiled-objects dump-deferred-warnings dup
+syn keyword tl_keyword contained dupfd dwim e2big eacces
+syn keyword tl_keyword contained each each* each-false each-match
+syn keyword tl_keyword contained each-match-product each-prod each-prod* each-true
+syn keyword tl_keyword contained eaddrinuse eaddrnotavail eafnosupport eagain
+syn keyword tl_keyword contained ealready ebadf ebadmsg ebusy
+syn keyword tl_keyword contained ecanceled ecaseq ecaseq* ecaseql
+syn keyword tl_keyword contained ecaseql* ecasequal ecasequal* echild
+syn keyword tl_keyword contained echo echoctl echoe echok
+syn keyword tl_keyword contained echoke echonl echoprt econnaborted
+syn keyword tl_keyword contained econnrefused econnreset edeadlk edestaddrreq
+syn keyword tl_keyword contained edom edquot eexist efault
+syn keyword tl_keyword contained efbig ehostunreach eidrm eighth
+syn keyword tl_keyword contained eilseq einprogress eintr einval
+syn keyword tl_keyword contained eio eisconn eisdir elemsize
+syn keyword tl_keyword contained elemtype eloop emfile emlink
+syn keyword tl_keyword contained empty emsgsize emultihop enametoolong
+syn keyword tl_keyword contained endgrent endp endpwent ends-with
+syn keyword tl_keyword contained enetdown enetreset enetunreach enfile
+syn keyword tl_keyword contained enobufs enodata enodev enoent
+syn keyword tl_keyword contained enoexec enolck enolink enomem
+syn keyword tl_keyword contained enomsg enoprotoopt enospc enosr
+syn keyword tl_keyword contained enostr enosys enotconn enotdir
+syn keyword tl_keyword contained enotempty enotrecoverable enotsock enotsup
+syn keyword tl_keyword contained enotty ensure ensure-dir enum
+syn keyword tl_keyword contained enumed env env-fbind env-fbindings
+syn keyword tl_keyword contained env-hash env-next env-vbind env-vbindings
+syn keyword tl_keyword contained enxio eopnotsupp eoverflow eownerdead
+syn keyword tl_keyword contained eperm epipe eproto eprotonosupport
+syn keyword tl_keyword contained eprototype eq eql equal
+syn keyword tl_keyword contained equot erange erf erfc
+syn keyword tl_keyword contained erofs errno error espipe
+syn keyword tl_keyword contained esrch estale etime etimedout
+syn keyword tl_keyword contained etxtbsy etypecase eval eval-only
+syn keyword tl_keyword contained evenp ewouldblock exception-subtype-map exception-subtype-p
+syn keyword tl_keyword contained exdev exec exit exit*
+syn keyword tl_keyword contained exp exp10 exp2 expand
+syn keyword tl_keyword contained expand* expand-left expand-right expand-with-free-refs
+syn keyword tl_keyword contained expander-let expm1 expt exptmod
+syn keyword tl_keyword contained extproc f$ f-dupfd f-dupfd-cloexec
+syn keyword tl_keyword contained f-getfd f-getfl f-getlk f-rdlck
+syn keyword tl_keyword contained f-setfd f-setfl f-setlk f-setlkw
+syn keyword tl_keyword contained f-unlck f-wrlck f^ f^$
+syn keyword tl_keyword contained false fboundp fcntl fd-cloexec
+syn keyword tl_keyword contained fdim ff0 ff1 ffdly
+syn keyword tl_keyword contained ffi ffi-alignof ffi-arraysize ffi-call
+syn keyword tl_keyword contained ffi-elemsize ffi-elemtype ffi-get ffi-in
+syn keyword tl_keyword contained ffi-make-call-desc ffi-make-closure ffi-offsetof ffi-out
+syn keyword tl_keyword contained ffi-put ffi-put-into ffi-size ffi-type-compile
+syn keyword tl_keyword contained ffi-type-operator-p ffi-type-p ffi-typedef fifth
+syn keyword tl_keyword contained file-append file-append-buf file-append-json file-append-jsons
+syn keyword tl_keyword contained file-append-lines file-append-objects file-append-string file-get
+syn keyword tl_keyword contained file-get-buf file-get-json file-get-jsons file-get-lines
+syn keyword tl_keyword contained file-get-objects file-get-string file-place-buf file-put
+syn keyword tl_keyword contained file-put-buf file-put-json file-put-jsons file-put-lines
+syn keyword tl_keyword contained file-put-objects file-put-string fileno fill-buf
+syn keyword tl_keyword contained fill-buf-adjust fill-carray fill-obj fill-vec
+syn keyword tl_keyword contained filter-equal filter-string-tree finalize find
+syn keyword tl_keyword contained find-frame find-frames find-frames-by-mask find-if
+syn keyword tl_keyword contained find-max find-max-key find-min find-min-key
+syn keyword tl_keyword contained find-package find-struct-type find-symbol find-symbol-fb
+syn keyword tl_keyword contained find-true first fixnum-max fixnum-min
+syn keyword tl_keyword contained fixnump flatcar flatcar* flatten
+syn keyword tl_keyword contained flatten* flet flip flipargs
+syn keyword tl_keyword contained flo-dig flo-down flo-epsilon flo-get-round-mode
+syn keyword tl_keyword contained flo-int flo-max flo-max-dig flo-min
+syn keyword tl_keyword contained flo-near flo-set-round-mode flo-str flo-up
+syn keyword tl_keyword contained flo-zero float floatp floor
+syn keyword tl_keyword contained floor-rem flow flush-stream flusho
+syn keyword tl_keyword contained fmakunbound fmax fmin fmt
+syn keyword tl_keyword contained fnm-casefold fnm-extmatch fnm-leading-dir fnm-noescape
+syn keyword tl_keyword contained fnm-pathname fnm-period fnmatch for
+syn keyword tl_keyword contained for* force force-break fork
+syn keyword tl_keyword contained format fourth fr$ fr^
+syn keyword tl_keyword contained fr^$ from frr fsblkcnt-t
+syn keyword tl_keyword contained fsfilcnt-t fstat ftw ftw-actionretval
+syn keyword tl_keyword contained ftw-chdir ftw-continue ftw-d ftw-depth
+syn keyword tl_keyword contained ftw-dnr ftw-dp ftw-f ftw-mount
+syn keyword tl_keyword contained ftw-ns ftw-phys ftw-skip-siblings ftw-skip-subtree
+syn keyword tl_keyword contained ftw-sl ftw-sln ftw-stop fun
+syn keyword tl_keyword contained fun-fixparam-count fun-optparam-count fun-variadic func-get-env
+syn keyword tl_keyword contained func-get-form func-get-name func-set-env functionp
+syn keyword tl_keyword contained gamma gcd gen gen-hash-seed
+syn keyword tl_keyword contained generate gensym gequal get-buf-from-stream
+syn keyword tl_keyword contained get-byte get-char get-clobber-expander get-delete-expander
+syn keyword tl_keyword contained get-error get-error-str get-frames get-hash-userdata
+syn keyword tl_keyword contained get-indent get-indent-mode get-json get-jsons
+syn keyword tl_keyword contained get-line get-line-as-buf get-lines get-list-from-stream
+syn keyword tl_keyword contained get-obj get-sig-handler get-stack-limit get-string
+syn keyword tl_keyword contained get-string-from-stream get-update-expander getaddrinfo getegid
+syn keyword tl_keyword contained getenv geteuid getgid getgrent
+syn keyword tl_keyword contained getgrgid getgrnam getgroups gethash
+syn keyword tl_keyword contained getitimer getopts getpid getppid
+syn keyword tl_keyword contained getpwent getpwnam getpwuid getresgid
+syn keyword tl_keyword contained getresuid getrlimit getuid gid-t
+syn keyword tl_keyword contained ginterate giterate glob glob*
+syn keyword tl_keyword contained glob-altdirfunc glob-brace glob-err glob-mark
+syn keyword tl_keyword contained glob-nocheck glob-noescape glob-nomagic glob-nosort
+syn keyword tl_keyword contained glob-onlydir glob-period glob-tilde glob-tilde-check
+syn keyword tl_keyword contained glob-xnobrace go grade greater
+syn keyword tl_keyword contained group-by group-map group-reduce gun
+syn keyword tl_keyword contained handle handle* handler-bind hash
+syn keyword tl_keyword contained hash-alist hash-begin hash-construct hash-count
+syn keyword tl_keyword contained hash-diff hash-eql hash-equal hash-from-alist
+syn keyword tl_keyword contained hash-from-pairs hash-invert hash-isec hash-join
+syn keyword tl_keyword contained hash-keys hash-keys-of hash-list hash-map
+syn keyword tl_keyword contained hash-next hash-pairs hash-peek hash-proper-subset
+syn keyword tl_keyword contained hash-props hash-reset hash-revget hash-subset
+syn keyword tl_keyword contained hash-symdiff hash-uni hash-update hash-update-1
+syn keyword tl_keyword contained hash-userdata hash-values hash-zip hashp
+syn keyword tl_keyword contained have hist-sort hist-sort-by hlet
+syn keyword tl_keyword contained hlet* html-decode html-encode html-encode*
+syn keyword tl_keyword contained hupcl hypot iapply icanon
+syn keyword tl_keyword contained icrnl id-t identity identity*
+syn keyword tl_keyword contained ido iexten if if-match
+syn keyword tl_keyword contained ifa iff iffi iflet
+syn keyword tl_keyword contained ignbrk igncr ignerr ignore
+syn keyword tl_keyword contained ignpar ignwarn imaxbel improper-plist-to-alist
+syn keyword tl_keyword contained in in-package in-range in-range*
+syn keyword tl_keyword contained in6addr-any in6addr-loopback in6addr-str inaddr-any
+syn keyword tl_keyword contained inaddr-loopback inaddr-str inc inc-indent
+syn keyword tl_keyword contained inc-indent-abs indent-code indent-data indent-foff
+syn keyword tl_keyword contained indent-off inhash inlcr ino-t
+syn keyword tl_keyword contained inpck int int-buf int-carray
+syn keyword tl_keyword contained int-chr int-cptr int-flo int-ptr-t
+syn keyword tl_keyword contained int-str int16 int32 int64
+syn keyword tl_keyword contained int8 integerp intern intern-fb
+syn keyword tl_keyword contained interp-fun-p interpose intmax-t inv-cum-norm
+syn keyword tl_keyword contained invoke-catch ip ipf ipproto-ip
+syn keyword tl_keyword contained ipproto-ipv6 ipproto-tcp ipproto-udp ipv6-join-group
+syn keyword tl_keyword contained ipv6-leave-group ipv6-multicast-hops ipv6-multicast-if ipv6-multicast-loop
+syn keyword tl_keyword contained ipv6-unicast-hops ipv6-v6only iread isatty
+syn keyword tl_keyword contained isec isecp isig isqrt
+syn keyword tl_keyword contained istrip iter-begin iter-item iter-more
+syn keyword tl_keyword contained iter-reset iter-step iterable itimer-prof
+syn keyword tl_keyword contained itimer-real itimer-virtual iuclc iutf8
+syn keyword tl_keyword contained ixany ixoff ixon j0
+syn keyword tl_keyword contained j1 jmp-buf jn join
+syn keyword tl_keyword contained join-with json juxt keep-if
+syn keyword tl_keyword contained keep-if* keep-keys-if keep-match-products keep-matches
+syn keyword tl_keyword contained keepq keepql keepqual key
+syn keyword tl_keyword contained key-t keyword-package keywordp kill
+syn keyword tl_keyword contained labels lambda lambda-match last
+syn keyword tl_keyword contained lazy-str lazy-str-force lazy-str-force-upto lazy-str-get-trailing-list
+syn keyword tl_keyword contained lazy-stream-cons lazy-stringp lchown lcm
+syn keyword tl_keyword contained lcons lcons-car lcons-cdr lcons-fun
+syn keyword tl_keyword contained lconsp ldexp ldiff ldo
+syn keyword tl_keyword contained le-double le-float le-int16 le-int32
+syn keyword tl_keyword contained le-int64 le-uint16 le-uint32 le-uint64
+syn keyword tl_keyword contained left len length length-<
+syn keyword tl_keyword contained length-buf length-carray length-list length-list-<
+syn keyword tl_keyword contained length-str length-str-< length-str-<= length-str->
+syn keyword tl_keyword contained length-str->= length-vec lequal less
+syn keyword tl_keyword contained let let* lexical-binding-kind lexical-fun-binding-kind
+syn keyword tl_keyword contained lexical-fun-p lexical-lisp1-binding lexical-macro-p lexical-symacro-p
+syn keyword tl_keyword contained lexical-var-p lflow lgamma lib-version
+syn keyword tl_keyword contained link lisp-parse list list*
+syn keyword tl_keyword contained list-carray list-seq list-str list-vec
+syn keyword tl_keyword contained list-vector listp lnew lnew*
+syn keyword tl_keyword contained load load-args-process load-args-recurse load-for
+syn keyword tl_keyword contained load-time loand loff-t log
+syn keyword tl_keyword contained log-alert log-auth log-authpriv log-cons
+syn keyword tl_keyword contained log-crit log-daemon log-debug log-emerg
+syn keyword tl_keyword contained log-err log-info log-ndelay log-notice
+syn keyword tl_keyword contained log-nowait log-odelay log-perror log-pid
+syn keyword tl_keyword contained log-user log-warning log10 log1p
+syn keyword tl_keyword contained log2 logand logb logcount
+syn keyword tl_keyword contained logior lognot logtest logtrunc
+syn keyword tl_keyword contained logxor long long-suffix longjmp
+syn keyword tl_keyword contained longlong lop lopf lopip
+syn keyword tl_keyword contained lset lstat lutimes m$
+syn keyword tl_keyword contained m^ m^$ mac-env-param-bind mac-param-bind
+syn keyword tl_keyword contained macro-ancestor macro-form-p macro-time macroexpand
+syn keyword tl_keyword contained macroexpand-1 macroexpand-1-lisp1 macroexpand-1-place macroexpand-lisp1
+syn keyword tl_keyword contained macroexpand-match macroexpand-params macroexpand-place macroexpand-struct-clause
+syn keyword tl_keyword contained macrolet madv-dodump madv-dofork madv-dontdump
+syn keyword tl_keyword contained madv-dontfork madv-dontneed madv-free madv-hugepage
+syn keyword tl_keyword contained madv-hwpoison madv-keeponfork madv-mergeable madv-nohugepage
+syn keyword tl_keyword contained madv-normal madv-random madv-remove madv-sequential
+syn keyword tl_keyword contained madv-unmergeable madv-willneed madv-wipeonfork madvise
+syn keyword tl_keyword contained major make-buf make-buf-stream make-byte-input-stream
+syn keyword tl_keyword contained make-catenated-stream make-env make-hash make-lazy-cons
+syn keyword tl_keyword contained make-lazy-struct make-like make-package make-random-state
+syn keyword tl_keyword contained make-similar-hash make-similar-tree make-string-byte-input-stream make-string-input-stream
+syn keyword tl_keyword contained make-string-output-stream make-strlist-input-stream make-strlist-output-stream make-struct
+syn keyword tl_keyword contained make-struct-delegate-stream make-struct-type make-sym make-time
+syn keyword tl_keyword contained make-time-utc make-trie make-union make-zstruct
+syn keyword tl_keyword contained makedev makunbound map-anon map-fixed
+syn keyword tl_keyword contained map-growsdown map-huge-mask map-huge-shift map-hugetlb
+syn keyword tl_keyword contained map-locked map-nonblock map-noreserve map-populate
+syn keyword tl_keyword contained map-private map-shared map-stack mapcar
+syn keyword tl_keyword contained mapcar* mapdo mapf maphash
+syn keyword tl_keyword contained mappend mappend* maprend maprod
+syn keyword tl_keyword contained maprodo mask match match-case
+syn keyword tl_keyword contained match-cond match-ecase match-error match-fboundp
+syn keyword tl_keyword contained match-fun match-regex match-regex-right match-regst
+syn keyword tl_keyword contained match-regst-right match-str match-str-tree max
+syn keyword tl_keyword contained mboundp md5 md5-begin md5-end
+syn keyword tl_keyword contained md5-hash md5-stream member member-if
+syn keyword tl_keyword contained memp memq memql memqual
+syn keyword tl_keyword contained meq meql mequal merge
+syn keyword tl_keyword contained merge-delete-package meth method min
+syn keyword tl_keyword contained minor minusp mismatch mkdir
+syn keyword tl_keyword contained mkdtemp mkfifo mknod mkstemp
+syn keyword tl_keyword contained mkstring mlet mmakunbound mmap
+syn keyword tl_keyword contained mod mode-t mprotect mref
+syn keyword tl_keyword contained ms-async ms-invalidate ms-sync msync
+syn keyword tl_keyword contained mul-each mul-each* mul-each-prod mul-each-prod*
+syn keyword tl_keyword contained multi multi-sort munmap n-choose-k
+syn keyword tl_keyword contained n-perm-k nand nandf nconc
+syn keyword tl_keyword contained nearbyint neg neq neql
+syn keyword tl_keyword contained nequal nested-vec nested-vec-of new
+syn keyword tl_keyword contained new* nexpand-left nextafter nil
+syn keyword tl_keyword contained nilf ninth nl0 nl1
+syn keyword tl_keyword contained nldly nlink-t noflsh none
+syn keyword tl_keyword contained nor norf not notf
+syn keyword tl_keyword contained nreconc nreverse nrot nshuffle
+syn keyword tl_keyword contained nsort nth nthcdr nthlast
+syn keyword tl_keyword contained null nullify num-chr num-str
+syn keyword tl_keyword contained numberp nzerop o-accmode o-append
+syn keyword tl_keyword contained o-async o-cloexec o-creat o-direct
+syn keyword tl_keyword contained o-directory o-noatime o-noctty o-nofollow
+syn keyword tl_keyword contained o-nonblock o-path o-rdonly o-rdwr
+syn keyword tl_keyword contained o-sync o-trunc o-wronly oand
+syn keyword tl_keyword contained obtain obtain* obtain*-block obtain-block
+syn keyword tl_keyword contained ocrnl oddp ofdel off-t
+syn keyword tl_keyword contained offsetof ofill olcuc onlcr
+syn keyword tl_keyword contained onlret onocr op open-command
+syn keyword tl_keyword contained open-directory open-file open-fileno open-files
+syn keyword tl_keyword contained open-files* open-pipe open-process open-socket
+syn keyword tl_keyword contained open-socket-pair open-subprocess open-tail opendir
+syn keyword tl_keyword contained openlog opf opip opost
+syn keyword tl_keyword contained opt opthelp opthelp-conventions opthelp-types
+syn keyword tl_keyword contained or orf pack package-alist
+syn keyword tl_keyword contained package-fallback-list package-foreign-symbols package-local-symbols package-name
+syn keyword tl_keyword contained package-symbols packagep pad page-size
+syn keyword tl_keyword contained pairlis parenb parmrk parodd
+syn keyword tl_keyword contained parse-errors partition partition* partition-by
+syn keyword tl_keyword contained partition-if path-blkdev-p path-cat path-chrdev-p
+syn keyword tl_keyword contained path-components-safe path-dir-empty path-dir-p path-equal
+syn keyword tl_keyword contained path-executable-to-me-p path-exists-p path-file-p path-mine-p
+syn keyword tl_keyword contained path-my-group-p path-newer path-older path-pipe-p
+syn keyword tl_keyword contained path-private-to-me-p path-read-writable-to-me-p path-readable-to-me-p path-safe-sticky-dir
+syn keyword tl_keyword contained path-same-object path-search path-sep-chars path-setgid-p
+syn keyword tl_keyword contained path-setuid-p path-sock-p path-sticky-p path-strictly-private-to-me-p
+syn keyword tl_keyword contained path-symlink-p path-writable-to-me-p pdec pendin
+syn keyword tl_keyword contained perm pic pid-t pinc
+syn keyword tl_keyword contained pipe place-form-p placelet placelet*
+syn keyword tl_keyword contained plist-to-alist plusp poll poll-err
+syn keyword tl_keyword contained poll-in poll-nval poll-out poll-pri
+syn keyword tl_keyword contained poll-rdband poll-rdhup poll-wrband poly
+syn keyword tl_keyword contained pop pop-after-load portable-abs-path-p pos
+syn keyword tl_keyword contained pos-if pos-max pos-min posq
+syn keyword tl_keyword contained posql posqual pppred ppred
+syn keyword tl_keyword contained pprinl pprint pprof pred
+syn keyword tl_keyword contained prinl print prod prof
+syn keyword tl_keyword contained prog prog* prog1 prog2
+syn keyword tl_keyword contained progn progv promisep prop
+syn keyword tl_keyword contained proper-list-p proper-listp prot-exec prot-growsdown
+syn keyword tl_keyword contained prot-growsup prot-none prot-read prot-write
+syn keyword tl_keyword contained pset ptr ptr-in ptr-in-d
+syn keyword tl_keyword contained ptr-out ptr-out-d ptr-out-s ptrdiff-t
+syn keyword tl_keyword contained pub:txr-sym pure-rel-path-p purge-deferred-warning push
+syn keyword tl_keyword contained push-after-load pushhash pushnew put-buf
+syn keyword tl_keyword contained put-byte put-carray put-char put-json
+syn keyword tl_keyword contained put-jsonl put-jsons put-line put-lines
+syn keyword tl_keyword contained put-obj put-string put-strings pwd
+syn keyword tl_keyword contained qquote qref quantile quip
+syn keyword tl_keyword contained quote r$ r^ r^$
+syn keyword tl_keyword contained raise rand random random-buf
+syn keyword tl_keyword contained random-fixnum random-float random-float-incl random-sample
+syn keyword tl_keyword contained random-state-get-vec random-state-p range range*
+syn keyword tl_keyword contained range-regex rangep rangeref rassoc
syn keyword tl_keyword contained rassq rassql rcomb rcons
@@ -604,4 +605,4 @@ syn keyword tl_keyword contained sys:bind-mac-check sys:bind-mac-error sys:binda
syn keyword tl_keyword contained sys:bits-to-obj sys:blk sys:brace-expand sys:build-expander
-syn keyword tl_keyword contained sys:cached-sort-body sys:capture-cont sys:careful-subst-preserve sys:catch
-syn keyword tl_keyword contained sys:check sys:check-end sys:check-slot sys:check-struct
+syn keyword tl_keyword contained sys:cached-sort-body sys:can-inline-chain sys:capture-cont sys:careful-subst-preserve
+syn keyword tl_keyword contained sys:catch sys:check sys:check-slot sys:check-struct
syn keyword tl_keyword contained sys:check-sym sys:circref sys:comma-positions sys:compat
@@ -636,117 +637,118 @@ syn keyword tl_keyword contained sys:get-vars sys:get-vb sys:getopts-error sys:g
syn keyword tl_keyword contained sys:handle-bad-syntax sys:handle-mutated-var-args sys:hlet-expand sys:if-to-cond
-syn keyword tl_keyword contained sys:ign-notfound sys:in6addr-condensed-text sys:insert-commas sys:is-label
-syn keyword tl_keyword contained sys:l1-setq sys:l1-val sys:lambda-apply-transform sys:lambda-excess-apply-list
-syn keyword tl_keyword contained sys:lambda-short-apply-list sys:lambda-too-few-args sys:lambda-too-many-args sys:lbind
-syn keyword tl_keyword contained sys:lisp1-setq sys:lisp1-value sys:list-builder-flets sys:list-from-vm-desc
-syn keyword tl_keyword contained sys:load-time-lit sys:loc sys:loosen sys:mac-env-flatten
-syn keyword tl_keyword contained sys:make-anon-package sys:make-command-env sys:make-copy-path-opts sys:make-struct-lit
-syn keyword tl_keyword contained sys:make-struct-type sys:mark-special sys:match-case-to-casequal sys:match-pat-error
-syn keyword tl_keyword contained sys:maybe-mov sys:meth-lambda sys:misleading-ref-check sys:name-str
-syn keyword tl_keyword contained sys:new-expander sys:new-type sys:no-dvbind-eval sys:non-triv-pat-p
-syn keyword tl_keyword contained sys:null-reg sys:obtain-impl sys:op-alpha-rename sys:op-ensure-rec
-syn keyword tl_keyword contained sys:op-expand sys:op-meta-p sys:op-rec-p sys:open-compile-streams
-syn keyword tl_keyword contained sys:open-url sys:operand-to-exp sys:operand-to-sym sys:opip-expand
-syn keyword tl_keyword contained sys:opip-let-p sys:opip-single-let-p sys:opt-controlled-diag sys:opt-dash
-syn keyword tl_keyword contained sys:opt-err sys:orig-form sys:os-symbol sys:param-check
-syn keyword tl_keyword contained sys:parse-compound-operand sys:parse-lambda-match-clause sys:parse-operand sys:pat-len
-syn keyword tl_keyword contained sys:path-access sys:path-examine sys:path-simplify sys:path-split
-syn keyword tl_keyword contained sys:path-test-mode sys:path-test-type sys:path-volume sys:pic-join-opt
-syn keyword tl_keyword contained sys:placelet-1 sys:print-backtrace sys:propagate-ancestor sys:propagate-perms
-syn keyword tl_keyword contained sys:prune-missing-inits sys:put-objects sys:qquote sys:quasi
-syn keyword tl_keyword contained sys:quasilist sys:r-s-let-expander sys:reduce-constant sys:reduce-lisp
-syn keyword tl_keyword contained sys:reduce-or sys:reg-expand-nongreedy sys:register-opcode sys:register-simple-accessor
-syn keyword tl_keyword contained sys:repl sys:rewrite sys:rewrite-case sys:rplaca
-syn keyword tl_keyword contained sys:rplacd sys:rslotset sys:rt-assert-fail sys:rt-defmacro
-syn keyword tl_keyword contained sys:rt-defsymacro sys:rt-defun sys:rt-defv sys:rt-defvarl
-syn keyword tl_keyword contained sys:rt-load-for sys:rt-pprof sys:rt-progv sys:rt-setjmp
-syn keyword tl_keyword contained sys:safe-abs-path sys:safe-const-eval sys:safe-const-reduce sys:safe-constantp
-syn keyword tl_keyword contained sys:set-hash-traversal-limit sys:set-macro-ancestor sys:set-symbol-value sys:setq
-syn keyword tl_keyword contained sys:setqf sys:simplify-or sys:slot-types sys:small-op-p
-syn keyword tl_keyword contained sys:small-op-to-sym sys:splice sys:static-slot-types sys:str-inaddr-net-impl
-syn keyword tl_keyword contained sys:struct-lit sys:subst-preserve sys:switch sys:sym-clobber-expander
-syn keyword tl_keyword contained sys:sym-delete-expander sys:sym-update-expander sys:system-symbol-p sys:top-fb
-syn keyword tl_keyword contained sys:top-mb sys:top-vb sys:tr* sys:trace
-syn keyword tl_keyword contained sys:trace-canonicalize-name sys:trace-enter sys:trace-leave sys:trace-redefine-check
-syn keyword tl_keyword contained sys:transform-qquote sys:translate-hash-bang sys:tree-construct sys:trfm
-syn keyword tl_keyword contained sys:true-const-p sys:txr-case-impl sys:typecase-expander sys:unquote
-syn keyword tl_keyword contained sys:untrace sys:upenv sys:uw-block sys:uw-captured-block
-syn keyword tl_keyword contained sys:uw-catch sys:uw-cont-copy sys:uw-eval sys:uw-expand
-syn keyword tl_keyword contained sys:uw-fcall sys:uw-guard sys:uw-handle sys:uw-menv
-syn keyword tl_keyword contained sys:var sys:var-pat-p sys:vars-check sys:vm-closure-desc
-syn keyword tl_keyword contained sys:vm-closure-entry sys:vm-desc-bytecode sys:vm-desc-datavec sys:vm-desc-nlevels
-syn keyword tl_keyword contained sys:vm-desc-nregs sys:vm-desc-symvec sys:vm-execute-toplevel sys:vm-make-desc
-syn keyword tl_keyword contained sys:wdwrap sys:when-exprs-match sys:when-opt sys:with-disabled-debugging
-syn keyword tl_keyword contained sys:with-dyn-lib-check syslog system-package t
-syn keyword tl_keyword contained tab0 tab1 tab2 tab3
-syn keyword tl_keyword contained tabdly tagbody tailp take
-syn keyword tl_keyword contained take-until take-while tan tanh
-syn keyword tl_keyword contained tap tb tc tcdrain
-syn keyword tl_keyword contained tcflow tcflush tcgetattr tciflush
-syn keyword tl_keyword contained tcioff tcioflush tcion tcoflush
-syn keyword tl_keyword contained tcooff tcoon tcp-nodelay tcsadrain
-syn keyword tl_keyword contained tcsaflush tcsanow tcsendbreak tcsetattr
-syn keyword tl_keyword contained tentative-def-exists tenth test-clear test-clear-dirty
-syn keyword tl_keyword contained test-dec test-dirty test-inc test-neq-set-indent-mode
-syn keyword tl_keyword contained test-set test-set-indent-mode tf tgamma
-syn keyword tl_keyword contained third throw throwf time
-syn keyword tl_keyword contained time-fields-local time-fields-utc time-nsec time-parse
-syn keyword tl_keyword contained time-parse-local time-parse-utc time-str-local time-str-utc
-syn keyword tl_keyword contained time-string-local time-string-utc time-struct-local time-struct-utc
-syn keyword tl_keyword contained time-t time-usec tmpfile tnode
-syn keyword tl_keyword contained tnodep to tofloat tofloatz
-syn keyword tl_keyword contained toint tointz tojson tok
-syn keyword tl_keyword contained tok-str tok-where tokn tostop
-syn keyword tl_keyword contained tostring tostringp touch tprint
-syn keyword tl_keyword contained trace transpose tree tree-begin
-syn keyword tl_keyword contained tree-bind tree-case tree-clear tree-count
-syn keyword tl_keyword contained tree-del-min tree-del-min-node tree-delete tree-delete-node
-syn keyword tl_keyword contained tree-delete-specific-node tree-find tree-insert tree-insert-node
-syn keyword tl_keyword contained tree-lookup tree-lookup-node tree-min tree-min-node
-syn keyword tl_keyword contained tree-next tree-peek tree-reset tree-root
-syn keyword tl_keyword contained treep trie-add trie-compress trie-lookup-begin
-syn keyword tl_keyword contained trie-lookup-feed-char trie-value-at trim-left trim-long-suffix
-syn keyword tl_keyword contained trim-path-seps trim-right trim-short-suffix trim-str
-syn keyword tl_keyword contained true trunc trunc-rem truncate-stream
-syn keyword tl_keyword contained tuples tuples* txr-case txr-exe-path
-syn keyword tl_keyword contained txr-if txr-parse txr-path txr-version
-syn keyword tl_keyword contained txr-when typecase typedef typeof
-syn keyword tl_keyword contained typep ubit uchar uid-t
-syn keyword tl_keyword contained uint uint-buf uint-carray uint-ptr-t
-syn keyword tl_keyword contained uint16 uint32 uint64 uint8
-syn keyword tl_keyword contained uintmax-t ulong ulonglong umask
-syn keyword tl_keyword contained umeth umethod uname unget-byte
-syn keyword tl_keyword contained unget-char uni unintern union
-syn keyword tl_keyword contained union-get union-in union-members union-out
-syn keyword tl_keyword contained union-put uniq unique unless
-syn keyword tl_keyword contained unquote unsetenv until until*
-syn keyword tl_keyword contained untrace unuse-package unuse-sym unwind-protect
-syn keyword tl_keyword contained upcase-str upd update uref
-syn keyword tl_keyword contained url-decode url-encode use use-package
-syn keyword tl_keyword contained use-sym use-sym-as user-package ushort
-syn keyword tl_keyword contained usl usleep uslot utimes
-syn keyword tl_keyword contained val vdiscard vec vec-carray
-syn keyword tl_keyword contained vec-list vec-push vec-seq vec-set-length
-syn keyword tl_keyword contained vecref vector vector-list vectorp
-syn keyword tl_keyword contained veof veol veol2 verase
-syn keyword tl_keyword contained vintr vkill vlnext vm-fun-p
-syn keyword tl_keyword contained vmin void vquit vreprint
-syn keyword tl_keyword contained vstart vstop vsusp vswtc
-syn keyword tl_keyword contained vt0 vt1 vtdly vtime
-syn keyword tl_keyword contained vwerase w-continued w-coredump w-exitstatus
-syn keyword tl_keyword contained w-ifcontinued w-ifexited w-ifsignaled w-ifstopped
-syn keyword tl_keyword contained w-nohang w-stopsig w-termsig w-untraced
-syn keyword tl_keyword contained wait wchar weave when
-syn keyword tl_keyword contained when-match whena whenlet where
-syn keyword tl_keyword contained while while* while-match while-match-case
-syn keyword tl_keyword contained while-true-match-case whilet width width-check
-syn keyword tl_keyword contained window-map window-mapdo window-mappend wint-t
-syn keyword tl_keyword contained with-clobber-expander with-compilation-unit with-compile-opts with-delete-expander
-syn keyword tl_keyword contained with-dyn-lib with-gensyms with-hash-iter with-in-buf-stream
-syn keyword tl_keyword contained with-in-string-byte-stream with-in-string-stream with-objects with-out-buf-stream
-syn keyword tl_keyword contained with-out-string-stream with-out-strlist-stream with-resources with-slots
-syn keyword tl_keyword contained with-stream with-update-expander wrap wrap*
-syn keyword tl_keyword contained wstr wstr-d wstr-s xcase
-syn keyword tl_keyword contained y0 y1 yield yield-from
-syn keyword tl_keyword contained yn zap zarray zchar
-syn keyword tl_keyword contained zero-fill zerop zip znew
+syn keyword tl_keyword contained sys:ign-notfound sys:in6addr-condensed-text sys:inline-chain sys:inline-chain-rec
+syn keyword tl_keyword contained sys:insert-commas sys:is-label sys:l1-setq sys:l1-val
+syn keyword tl_keyword contained sys:lambda-apply-transform sys:lambda-excess-apply-list sys:lambda-short-apply-list sys:lambda-too-few-args
+syn keyword tl_keyword contained sys:lambda-too-many-args sys:lbind sys:lisp1-setq sys:lisp1-value
+syn keyword tl_keyword contained sys:list-builder-flets sys:list-from-vm-desc sys:load-time-lit sys:loc
+syn keyword tl_keyword contained sys:loosen sys:mac-env-flatten sys:make-anon-package sys:make-command-env
+syn keyword tl_keyword contained sys:make-copy-path-opts sys:make-struct-lit sys:make-struct-type sys:mark-special
+syn keyword tl_keyword contained sys:match-case-to-casequal sys:match-pat-error sys:maybe-mov sys:meth-lambda
+syn keyword tl_keyword contained sys:misleading-ref-check sys:name-str sys:new-expander sys:new-type
+syn keyword tl_keyword contained sys:no-dvbind-eval sys:non-triv-pat-p sys:null-reg sys:obtain-impl
+syn keyword tl_keyword contained sys:op-alpha-rename sys:op-ensure-rec sys:op-expand sys:op-meta-p
+syn keyword tl_keyword contained sys:op-rec-p sys:open-compile-streams sys:open-url sys:operand-to-exp
+syn keyword tl_keyword contained sys:operand-to-sym sys:opip-expand sys:opip-let-p sys:opip-single-let-p
+syn keyword tl_keyword contained sys:opt-controlled-diag sys:opt-dash sys:opt-err sys:orig-form
+syn keyword tl_keyword contained sys:os-symbol sys:param-check sys:parse-compound-operand sys:parse-lambda-match-clause
+syn keyword tl_keyword contained sys:parse-operand sys:pat-len sys:path-access sys:path-examine
+syn keyword tl_keyword contained sys:path-simplify sys:path-split sys:path-test-mode sys:path-test-type
+syn keyword tl_keyword contained sys:path-volume sys:pic-join-opt sys:placelet-1 sys:print-backtrace
+syn keyword tl_keyword contained sys:propagate-ancestor sys:propagate-perms sys:prune-missing-inits sys:put-objects
+syn keyword tl_keyword contained sys:qquote sys:quasi sys:quasilist sys:r-s-let-expander
+syn keyword tl_keyword contained sys:reduce-constant sys:reduce-lisp sys:reduce-or sys:reg-expand-nongreedy
+syn keyword tl_keyword contained sys:register-opcode sys:register-simple-accessor sys:repl sys:rewrite
+syn keyword tl_keyword contained sys:rewrite-case sys:rplaca sys:rplacd sys:rslotset
+syn keyword tl_keyword contained sys:rt-assert-fail sys:rt-defmacro sys:rt-defsymacro sys:rt-defun
+syn keyword tl_keyword contained sys:rt-defv sys:rt-defvarl sys:rt-load-for sys:rt-pprof
+syn keyword tl_keyword contained sys:rt-progv sys:rt-setjmp sys:safe-abs-path sys:safe-const-eval
+syn keyword tl_keyword contained sys:safe-const-reduce sys:safe-constantp sys:set-hash-traversal-limit sys:set-macro-ancestor
+syn keyword tl_keyword contained sys:set-symbol-value sys:setq sys:setqf sys:simplify-or
+syn keyword tl_keyword contained sys:simplify-variadic-lambda sys:slot-types sys:small-op-p sys:small-op-to-sym
+syn keyword tl_keyword contained sys:splice sys:static-slot-types sys:str-inaddr-net-impl sys:struct-lit
+syn keyword tl_keyword contained sys:subst-preserve sys:switch sys:sym-clobber-expander sys:sym-delete-expander
+syn keyword tl_keyword contained sys:sym-update-expander sys:system-symbol-p sys:top-fb sys:top-mb
+syn keyword tl_keyword contained sys:top-vb sys:tr* sys:trace sys:trace-canonicalize-name
+syn keyword tl_keyword contained sys:trace-enter sys:trace-leave sys:trace-redefine-check sys:transform-qquote
+syn keyword tl_keyword contained sys:translate-hash-bang sys:tree-construct sys:trfm sys:true-const-p
+syn keyword tl_keyword contained sys:txr-case-impl sys:typecase-expander sys:unquote sys:untrace
+syn keyword tl_keyword contained sys:upenv sys:uw-block sys:uw-captured-block sys:uw-catch
+syn keyword tl_keyword contained sys:uw-cont-copy sys:uw-eval sys:uw-expand sys:uw-fcall
+syn keyword tl_keyword contained sys:uw-guard sys:uw-handle sys:uw-menv sys:var
+syn keyword tl_keyword contained sys:var-pat-p sys:vars-check sys:vm-closure-desc sys:vm-closure-entry
+syn keyword tl_keyword contained sys:vm-desc-bytecode sys:vm-desc-datavec sys:vm-desc-nlevels sys:vm-desc-nregs
+syn keyword tl_keyword contained sys:vm-desc-symvec sys:vm-execute-toplevel sys:vm-make-desc sys:wdwrap
+syn keyword tl_keyword contained sys:when-exprs-match sys:when-opt sys:with-disabled-debugging sys:with-dyn-lib-check
+syn keyword tl_keyword contained syslog system-package t tab0
+syn keyword tl_keyword contained tab1 tab2 tab3 tabdly
+syn keyword tl_keyword contained tagbody tailp take take-until
+syn keyword tl_keyword contained take-while tan tanh tap
+syn keyword tl_keyword contained tb tc tcdrain tcflow
+syn keyword tl_keyword contained tcflush tcgetattr tciflush tcioff
+syn keyword tl_keyword contained tcioflush tcion tcoflush tcooff
+syn keyword tl_keyword contained tcoon tcp-nodelay tcsadrain tcsaflush
+syn keyword tl_keyword contained tcsanow tcsendbreak tcsetattr tentative-def-exists
+syn keyword tl_keyword contained tenth test-clear test-clear-dirty test-dec
+syn keyword tl_keyword contained test-dirty test-inc test-neq-set-indent-mode test-set
+syn keyword tl_keyword contained test-set-indent-mode tf tgamma third
+syn keyword tl_keyword contained throw throwf time time-fields-local
+syn keyword tl_keyword contained time-fields-utc time-nsec time-parse time-parse-local
+syn keyword tl_keyword contained time-parse-utc time-str-local time-str-utc time-string-local
+syn keyword tl_keyword contained time-string-utc time-struct-local time-struct-utc time-t
+syn keyword tl_keyword contained time-usec tmpfile tnode tnodep
+syn keyword tl_keyword contained to tofloat tofloatz toint
+syn keyword tl_keyword contained tointz tojson tok tok-str
+syn keyword tl_keyword contained tok-where tokn tostop tostring
+syn keyword tl_keyword contained tostringp touch tprint trace
+syn keyword tl_keyword contained transpose tree tree-begin tree-bind
+syn keyword tl_keyword contained tree-case tree-clear tree-count tree-del-min
+syn keyword tl_keyword contained tree-del-min-node tree-delete tree-delete-node tree-delete-specific-node
+syn keyword tl_keyword contained tree-find tree-insert tree-insert-node tree-lookup
+syn keyword tl_keyword contained tree-lookup-node tree-min tree-min-node tree-next
+syn keyword tl_keyword contained tree-peek tree-reset tree-root treep
+syn keyword tl_keyword contained trie-add trie-compress trie-lookup-begin trie-lookup-feed-char
+syn keyword tl_keyword contained trie-value-at trim-left trim-long-suffix trim-path-seps
+syn keyword tl_keyword contained trim-right trim-short-suffix trim-str true
+syn keyword tl_keyword contained trunc trunc-rem truncate-stream tuples
+syn keyword tl_keyword contained tuples* txr-case txr-exe-path txr-if
+syn keyword tl_keyword contained txr-parse txr-path txr-version txr-when
+syn keyword tl_keyword contained typecase typedef typeof typep
+syn keyword tl_keyword contained ubit uchar uid-t uint
+syn keyword tl_keyword contained uint-buf uint-carray uint-ptr-t uint16
+syn keyword tl_keyword contained uint32 uint64 uint8 uintmax-t
+syn keyword tl_keyword contained ulong ulonglong umask umeth
+syn keyword tl_keyword contained umethod uname unget-byte unget-char
+syn keyword tl_keyword contained uni unintern union union-get
+syn keyword tl_keyword contained union-in union-members union-out union-put
+syn keyword tl_keyword contained uniq unique unless unquote
+syn keyword tl_keyword contained unsetenv until until* untrace
+syn keyword tl_keyword contained unuse-package unuse-sym unwind-protect upcase-str
+syn keyword tl_keyword contained upd update uref url-decode
+syn keyword tl_keyword contained url-encode use use-package use-sym
+syn keyword tl_keyword contained use-sym-as user-package ushort usl
+syn keyword tl_keyword contained usleep uslot utimes val
+syn keyword tl_keyword contained vdiscard vec vec-carray vec-list
+syn keyword tl_keyword contained vec-push vec-seq vec-set-length vecref
+syn keyword tl_keyword contained vector vector-list vectorp veof
+syn keyword tl_keyword contained veol veol2 verase vintr
+syn keyword tl_keyword contained vkill vlnext vm-fun-p vmin
+syn keyword tl_keyword contained void vquit vreprint vstart
+syn keyword tl_keyword contained vstop vsusp vswtc vt0
+syn keyword tl_keyword contained vt1 vtdly vtime vwerase
+syn keyword tl_keyword contained w-continued w-coredump w-exitstatus w-ifcontinued
+syn keyword tl_keyword contained w-ifexited w-ifsignaled w-ifstopped w-nohang
+syn keyword tl_keyword contained w-stopsig w-termsig w-untraced wait
+syn keyword tl_keyword contained wchar weave when when-match
+syn keyword tl_keyword contained whena whenlet where while
+syn keyword tl_keyword contained while* while-match while-match-case while-true-match-case
+syn keyword tl_keyword contained whilet width width-check window-map
+syn keyword tl_keyword contained window-mapdo window-mappend wint-t with-clobber-expander
+syn keyword tl_keyword contained with-compilation-unit with-compile-opts with-delete-expander with-dyn-lib
+syn keyword tl_keyword contained with-gensyms with-hash-iter with-in-buf-stream with-in-string-byte-stream
+syn keyword tl_keyword contained with-in-string-stream with-objects with-out-buf-stream with-out-string-stream
+syn keyword tl_keyword contained with-out-strlist-stream with-resources with-slots with-stream
+syn keyword tl_keyword contained with-update-expander wrap wrap* wstr
+syn keyword tl_keyword contained wstr-d wstr-s xcase y0
+syn keyword tl_keyword contained y1 yield yield-from yn
+syn keyword tl_keyword contained zap zarray zchar zero-fill
+syn keyword tl_keyword contained zerop zip znew