summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-07-04 11:34:07 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-07-04 11:34:07 -0700
commit9b9cd0df588ed4ae477eb38ce890431c300243cc (patch)
tree3c20585783e3d208d6c447f61750fd715fc35dc9
parente713dede16407c021a5ec72f13147215cc78c3e8 (diff)
downloadtxr-9b9cd0df588ed4ae477eb38ce890431c300243cc.tar.gz
txr-9b9cd0df588ed4ae477eb38ce890431c300243cc.tar.bz2
txr-9b9cd0df588ed4ae477eb38ce890431c300243cc.zip
Version 265.txr-265
* 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: Likewise.
-rw-r--r--RELNOTES58
-rwxr-xr-xconfigure2
-rw-r--r--protsym.c404
-rw-r--r--stdlib/ver.tl2
-rw-r--r--tl.vim727
-rw-r--r--txr.16
-rw-r--r--txr.vim727
7 files changed, 993 insertions, 933 deletions
diff --git a/RELNOTES b/RELNOTES
index f1857481..39e9278f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,61 @@
+ TXR 265
+ 2021-07-04
+
+
+ Features
+
+ - requirements change in new long-suffix and short-suffix functions:
+ - dot is now part of suffix
+ - leading dot is not a suffix delimiter: e.g. .bashrc is not a suffix.
+ - trailing path separators ignored, like in base-name.
+ - regex: optimization function exposed.
+ - constantp function now recognizes more kinds of expressions:
+ - (+ 1 (* 3 4)) are constantp as is (symacrolet ((a (+ 2 2))) (* b 3)).
+ - doc function
+ - now handles situations in which xdg-open blocks until browser exits.
+ - now reacts to BROWSER variable, and if xdg-open is not found,
+ falls back on the first of a long list of possible browsers.
+ - file system interface:
+ - path-cat function is now variadic: (path-cat "a" "b" "c" ...).
+ - new path-search function, searches for an executable by name in path,
+ defaulting to the system PATH.
+ - sequences:
+ - new find-true function; like find-if, but returns the true value
+ that the predicate produces, rather than the item from the sequence.
+ - I/O streams:
+ - argument defaulting tightened; functions no longer treat a nil
+ value for the stream argument as a missing argument.
+ - stack limit:
+ - minimum limit now imposed when the system stack limit is too low,
+ rather than disabling the mechanism.
+ - stack limit is now always on, even if we don't obtain a value
+ from the system or that value indicates that there is no limit.
+ - documentation infrastructure:
+ - improvements from Paul A. Patience integrated.
+ - doc workflow catches more kinds of problems.
+ - listener: empty EDITOR variable now treated as missing.
+
+ Bugs
+
+ - build: regression in separate directory build.
+ - parser: regression: not working with byacc.
+ - compiler: a number of bugs in inline lambda implementation.
+ - op: subtle bug in do operator; code refactored.
+ - base-name function: problem with empty suffix.
+ - listener: end-of-line/buffer visual glitch in selection.
+ - trie: bugs in regex-from-trie function, now covered by tests.
+ - regex: print/read consistency problem printing n-ary operators.
+ - doc: *doc-lookup* variable not special, as documented.
+ - getopts: throwing sys:opt-error instead of usr:opt-error.
+ - command line: lack of robustness in -b option fixed.
+ - documentation: numerous fixes.
+ - packages: find-symbol was behaving identically to find-symbol-fb.
+ - signals: itimer-prof variable misspelled as itimer-prov.
+ - search trees: documented tnodep function now actually exists.
+ - stack limit: fix crash when system stack limit is RLIM_INFINITY.
+
+
+
TXR 264
2021-06-25
diff --git a/configure b/configure
index b8b18184..3fa9b4eb 100755
--- a/configure
+++ b/configure
@@ -571,7 +571,7 @@ chmod a+x reconfigure
#
-txr_ver=264
+txr_ver=265
#
# The all important banner.
diff --git a/protsym.c b/protsym.c
index 8f38ac5e..e0581641 100644
--- a/protsym.c
+++ b/protsym.c
@@ -49,107 +49,107 @@ extern val char_s, chars_k, choose_s, chr_s, chset_s;
extern val circref_s, clear_error_s, close_s, closure_s, cobj_s;
extern val coll_s, collect_each_s, collect_each_star_s, collect_s, colon_k;
extern val compile_only_s, compl_s, compound_s, cond_s, cons_s;
-extern val continue_k, continue_s, cos_s, cosh_s, counter_k;
-extern val cptr_s, cset_s, cspace_k, ctime_k, ctime_nsec_s;
-extern val ctime_s, cword_char_k, data_s, day_s, decline_k;
-extern val defex_s, deffilter_s, define_s, defmacro_s, defparm_s;
-extern val defparml_s, defr_warning_s, defsymacro_s, defun_s, defvar_s;
-extern val defvarl_s, derived_s, dev_k, dev_s, digit_k;
-extern val dir_s, dirent_s, div_s, do_s, dohash_s;
-extern val double_s, downcase_k, dst_s, dvbind_s, dwim_s;
-extern val each_op_s, each_s, each_star_s, elemtype_s, elif_s;
-extern val else_s, empty_s, enum_s, enumed_s, env_k;
-extern val env_s, eof_s, eol_s, eq_based_k, eq_s;
-extern val eql_based_k, eql_s, equal_based_k, equal_s, error_s;
-extern val eval_error_s, eval_only_s, evenp_s, exp_s, expr_s;
-extern val expt_s, exptmod_s, fail_s, fbind_s, fd_k;
-extern val ffi_call_desc_s, ffi_closure_s, ffi_type_s, file_error_s, fill_buf_s;
-extern val filter_k, filter_s, filters_s, finally_s, finish_k;
-extern val first_s, fixnum_s, flatten_s, flet_s, float_s;
-extern val floor1_s, floor_s, flush_s, for_op_s, for_s;
-extern val for_star_s, force_s, forget_s, form_k, format_s;
-extern val freeform_s, from_current_k, from_end_k, from_list_s, from_start_k;
-extern val frombase64_k, frombase64url_k, fromhtml_k, frompercent_k, fromurl_k;
-extern val fun_k, fun_s, fuzz_s, gap_k, gather_s;
-extern val ge_s, gen_s, generate_s, gensym_counter_s, get_byte_s;
-extern val get_char_s, get_error_s, get_error_str_s, get_fd_s, get_line_s;
-extern val get_prop_s, gid_k, gid_s, gmtoff_s, greedy_k;
-extern val gt_s, gun_s, handler_bind_s, hash_construct_s, hash_iter_s;
-extern val hash_lit_s, hash_s, hash_seed_s, hextoint_k, hour_s;
-extern val iapply_s, identity_s, if_s, iflet_s, in_package_s;
-extern val inc_s, include_s, init_k, ino_k, ino_s;
-extern val int16_s, int32_s, int64_s, int8_s, int_s;
-extern val integer_s, internal_error_s, into_k, intr_s, inv_div_s;
-extern val inv_minus_s, isqrt_s, iter_begin_s, iter_item_s, iter_more_s;
-extern val iter_reset_s, iter_step_s, json_s, keyword_package_s, labels_s;
-extern val lambda_s, lambda_set_s, last_s, lbind_s, lcons_s;
-extern val le_double_s, le_float_s, le_int16_s, le_int32_s, le_int64_s;
-extern val le_s, le_uint16_s, le_uint32_s, le_uint64_s, length_s;
-extern val less_s, let_s, let_star_s, lfilt_k, line_s;
-extern val lines_k, list_k, list_s, list_star_s, listener_greedy_eval_s;
-extern val listener_hist_len_s, listener_multi_line_p_s, listener_pprint_s, listener_sel_inclusive_p_s, lists_k;
-extern val lit_s, load_path_s, load_recursive_s, load_s, load_time_lit_s;
-extern val load_time_s, local_s, log10_s, log2_s, log_s;
-extern val logand_s, logcount_s, logior_s, lognot1_s, lognot_s;
-extern val logtrunc_s, logxor_s, long_s, longest_k, lstr_s;
-extern val lt_s, mac_env_param_bind_s, mac_param_bind_s, macro_s, macro_time_s;
-extern val macrolet_s, make_struct_lit_s, mandatory_k, 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, neg_s;
-extern val next_s, next_spec_k, nlink_k, nlink_s, none_s;
-extern val nongreedy_s, not_s, nothrow_k, noval_s, null_s;
-extern val nullify_s, number_s, numeq_s, numeric_error_s, oddp_s;
-extern val oneplus_s, op_s, optional_s, or_s, output_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, 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_s, process_error_s;
-extern val prof_s, prog1_s, prog2_s, progn_s, promise_forced_s;
-extern val promise_inprogress_s, promise_s, ptr_in_d_s, ptr_in_s, ptr_out_d_s;
-extern val ptr_out_s, ptr_out_s_s, ptr_s, put_buf_s, put_byte_s;
-extern val put_char_s, put_string_s, qquote_s, qref_s, quasi_s;
-extern val quasilist_s, query_error_s, quote_s, r_atan2_s, r_ceil_s;
-extern val r_expt_s, r_floor_s, r_lognot_s, r_logtrunc_s, r_mod_s;
-extern val r_round_s, r_trunc_s, random_state_s, random_state_var_s, random_warmup_s;
-extern val range_error_s, range_s, rcons_s, rdev_k, rdev_s;
-extern val read_unknown_structs_s, real_time_k, rebind_s, rec_source_loc_s, recip_s;
-extern val reflect_k, regex_s, rep_s, repeat_s, repeat_spec_k;
-extern val require_s, resolve_k, rest_s, restart_s, return_from_s;
-extern val return_s, rfilt_k, round1_s, round_s, rplaca_s;
-extern val rplacd_s, sbit_s, sec_s, seek_s, seq_iter_s;
-extern val sequence_s, set_prop_s, set_s, setq_s, setqf_s;
-extern val short_s, shortest_k, sign_extend_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, stat_s, stddebug_s;
-extern val stderr_s, stdin_s, stdio_stream_s, stdnull_s, stdout_s;
-extern val str_d_s, str_s, stream_s, string_k, string_s;
-extern val struct_lit_s, struct_s, struct_type_s, switch_s, sym_s;
-extern val symacro_k, symacrolet_s, syntax_error_s, sys_abscond_from_s, sys_apply_s;
-extern val sys_blk_s, sys_catch_s, sys_l1_setq_s, sys_l1_val_s, sys_lisp1_setq_s;
-extern val sys_lisp1_value_s, sys_mark_special_s, sys_qquote_s, sys_splice_s, sys_unquote_s;
-extern val system_error_s, system_package_s, tan_s, tanh_s, text_s;
-extern val throw_s, time_local_s, time_parse_s, time_s, time_string_s;
-extern val time_utc_s, timeout_error_s, times_k, tlist_k, tnode_s;
-extern val tobase64_k, tobase64url_k, tofloat_k, tohtml_k, tohtml_star_k;
-extern val toint_k, 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 weak_keys_k, weak_vals_k, when_s, while_s, while_star_s;
-extern val whole_k, width_s, wild_s, word_char_k, wrap_k;
-extern val wstr_d_s, wstr_s, year_s, zap_s, zarray_s;
-extern val zchar_s, zerop_s, zeroplus_s, zone_s;
+extern val const_foldable_s, continue_k, continue_s, cos_s, cosh_s;
+extern val counter_k, cptr_s, cset_s, cspace_k, ctime_k;
+extern val ctime_nsec_s, ctime_s, cword_char_k, data_s, day_s;
+extern val decline_k, defex_s, deffilter_s, define_s, defmacro_s;
+extern val defparm_s, defparml_s, defr_warning_s, defsymacro_s, defun_s;
+extern val defvar_s, defvarl_s, derived_s, dev_k, dev_s;
+extern val digit_k, dir_s, dirent_s, div_s, do_s;
+extern val dohash_s, double_s, downcase_k, dst_s, dvbind_s;
+extern val dwim_s, each_op_s, each_s, each_star_s, elemtype_s;
+extern val elif_s, else_s, empty_s, enum_s, enumed_s;
+extern val env_k, env_s, eof_s, eol_s, eq_based_k;
+extern val eq_s, eql_based_k, eql_s, equal_based_k, equal_s;
+extern val error_s, eval_error_s, eval_only_s, evenp_s, exp_s;
+extern val expr_s, expt_s, exptmod_s, fail_s, fbind_s;
+extern val fd_k, ffi_call_desc_s, ffi_closure_s, ffi_type_s, file_error_s;
+extern val fill_buf_s, filter_k, filter_s, filters_s, finally_s;
+extern val finish_k, first_s, fixnum_s, flatten_s, flet_s;
+extern val float_s, floor1_s, floor_s, flush_s, for_op_s;
+extern val for_s, for_star_s, force_s, forget_s, form_k;
+extern val format_s, freeform_s, from_current_k, from_end_k, from_list_s;
+extern val from_start_k, frombase64_k, frombase64url_k, fromhtml_k, frompercent_k;
+extern val fromurl_k, fun_k, fun_s, fuzz_s, gap_k;
+extern val gather_s, ge_s, gen_s, generate_s, gensym_counter_s;
+extern val get_byte_s, get_char_s, get_error_s, get_error_str_s, get_fd_s;
+extern val get_line_s, get_prop_s, gid_k, gid_s, gmtoff_s;
+extern val greedy_k, gt_s, gun_s, handler_bind_s, hash_construct_s;
+extern val hash_iter_s, hash_lit_s, hash_s, hash_seed_s, hextoint_k;
+extern val hour_s, iapply_s, identity_s, if_s, iflet_s;
+extern val in_package_s, inc_s, include_s, init_k, ino_k;
+extern val ino_s, int16_s, int32_s, int64_s, int8_s;
+extern val int_s, integer_s, internal_error_s, into_k, intr_s;
+extern val inv_div_s, inv_minus_s, isqrt_s, iter_begin_s, iter_item_s;
+extern val iter_more_s, iter_reset_s, iter_step_s, json_s, keyword_package_s;
+extern val labels_s, lambda_s, lambda_set_s, last_s, lbind_s;
+extern val lcons_s, le_double_s, le_float_s, le_int16_s, le_int32_s;
+extern val le_int64_s, le_s, le_uint16_s, le_uint32_s, le_uint64_s;
+extern val length_s, less_s, let_s, let_star_s, lfilt_k;
+extern val line_s, lines_k, list_k, list_s, list_star_s;
+extern val listener_greedy_eval_s, listener_hist_len_s, listener_multi_line_p_s, listener_pprint_s, listener_sel_inclusive_p_s;
+extern val lists_k, lit_s, load_path_s, load_recursive_s, load_s;
+extern val load_time_lit_s, load_time_s, local_s, log10_s, log2_s;
+extern val log_s, logand_s, logcount_s, logior_s, lognot1_s;
+extern val lognot_s, logtrunc_s, logxor_s, long_s, longest_k;
+extern val lstr_s, lt_s, mac_env_param_bind_s, mac_param_bind_s, macro_s;
+extern val macro_time_s, macrolet_s, make_struct_lit_s, mandatory_k, 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 neg_s, next_s, next_spec_k, nlink_k, nlink_s;
+extern val none_s, nongreedy_s, not_s, nothrow_k, noval_s;
+extern val null_s, nullify_s, number_s, numeq_s, numeric_error_s;
+extern val oddp_s, oneplus_s, op_s, optional_s, or_s;
+extern val output_s, package_alist_s, package_s, panic_s, parser_s;
+extern val path_exists_s, path_not_found_s, path_permission_s, path_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_s;
+extern val process_error_s, prof_s, prog1_s, prog2_s, progn_s;
+extern val promise_forced_s, promise_inprogress_s, promise_s, ptr_in_d_s, ptr_in_s;
+extern val ptr_out_d_s, ptr_out_s, ptr_out_s_s, ptr_s, put_buf_s;
+extern val put_byte_s, put_char_s, put_string_s, qquote_s, qref_s;
+extern val quasi_s, quasilist_s, query_error_s, quote_s, r_atan2_s;
+extern val r_ceil_s, r_expt_s, r_floor_s, r_lognot_s, r_logtrunc_s;
+extern val r_mod_s, r_round_s, r_trunc_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_unknown_structs_s, real_time_k, rebind_s, rec_source_loc_s;
+extern val recip_s, reflect_k, regex_s, rep_s, repeat_s;
+extern val repeat_spec_k, require_s, resolve_k, rest_s, restart_s;
+extern val return_from_s, return_s, rfilt_k, round1_s, round_s;
+extern val rplaca_s, rplacd_s, sbit_s, sec_s, seek_s;
+extern val seq_iter_s, sequence_s, set_prop_s, set_s, setq_s;
+extern val setqf_s, short_s, shortest_k, sign_extend_s, signum_s;
+extern val sin_s, single_s, sinh_s, size_k, size_s;
+extern val skip_s, slot_s, some_s, space_k, special_s;
+extern val splice_s, sqrt_s, square_s, stack_overflow_s, stat_s;
+extern val stddebug_s, stderr_s, stdin_s, stdio_stream_s, stdnull_s;
+extern val stdout_s, str_d_s, str_s, 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, throw_s, time_local_s, time_parse_s, time_s;
+extern val time_string_s, time_utc_s, timeout_error_s, times_k, tlist_k;
+extern val tnode_s, tobase64_k, tobase64url_k, tofloat_k, tohtml_k;
+extern val tohtml_star_k, toint_k, tonumber_k, topercent_k, tourl_k;
+extern val trailer_s, tree_bind_s, tree_case_s, tree_construct_s, tree_fun_whitelist_s;
+extern val tree_iter_s, tree_lit_s, tree_s, trunc1_s, trunc_s;
+extern val truncate_s, try_s, type_error_s, ubit_s, uchar_s;
+extern val uid_k, uid_s, uint16_s, uint32_s, uint64_s;
+extern val uint8_s, uint_s, ulong_s, unbound_s, unget_byte_s;
+extern val unget_char_s, union_s, unique_s, unquote_s, until_s;
+extern val until_star_s, upcase_k, uref_s, user_package_s, userdata_k;
+extern val ushort_s, usr_var_s, uw_protect_s, val_s, var_k;
+extern val var_s, vars_k, vec_list_s, vec_s, vecref_s;
+extern val vector_lit_s, vm_closure_s, vm_desc_s, void_s, warning_s;
+extern val wchar_s, weak_keys_k, weak_vals_k, when_s, while_s;
+extern val while_star_s, whole_k, width_s, wild_s, word_char_k;
+extern val wrap_k, wstr_d_s, wstr_s, year_s, zap_s;
+extern val zarray_s, zchar_s, zerop_s, zeroplus_s, zone_s;
#if HAVE_DLOPEN
extern val dlhandle_s, dlsym_s;
@@ -203,107 +203,107 @@ val *protected_sym[] = {
&circref_s, &clear_error_s, &close_s, &closure_s, &cobj_s,
&coll_s, &collect_each_s, &collect_each_star_s, &collect_s, &colon_k,
&compile_only_s, &compl_s, &compound_s, &cond_s, &cons_s,
- &continue_k, &continue_s, &cos_s, &cosh_s, &counter_k,
- &cptr_s, &cset_s, &cspace_k, &ctime_k, &ctime_nsec_s,
- &ctime_s, &cword_char_k, &data_s, &day_s, &decline_k,
- &defex_s, &deffilter_s, &define_s, &defmacro_s, &defparm_s,
- &defparml_s, &defr_warning_s, &defsymacro_s, &defun_s, &defvar_s,
- &defvarl_s, &derived_s, &dev_k, &dev_s, &digit_k,
- &dir_s, &dirent_s, &div_s, &do_s, &dohash_s,
- &double_s, &downcase_k, &dst_s, &dvbind_s, &dwim_s,
- &each_op_s, &each_s, &each_star_s, &elemtype_s, &elif_s,
- &else_s, &empty_s, &enum_s, &enumed_s, &env_k,
- &env_s, &eof_s, &eol_s, &eq_based_k, &eq_s,
- &eql_based_k, &eql_s, &equal_based_k, &equal_s, &error_s,
- &eval_error_s, &eval_only_s, &evenp_s, &exp_s, &expr_s,
- &expt_s, &exptmod_s, &fail_s, &fbind_s, &fd_k,
- &ffi_call_desc_s, &ffi_closure_s, &ffi_type_s, &file_error_s, &fill_buf_s,
- &filter_k, &filter_s, &filters_s, &finally_s, &finish_k,
- &first_s, &fixnum_s, &flatten_s, &flet_s, &float_s,
- &floor1_s, &floor_s, &flush_s, &for_op_s, &for_s,
- &for_star_s, &force_s, &forget_s, &form_k, &format_s,
- &freeform_s, &from_current_k, &from_end_k, &from_list_s, &from_start_k,
- &frombase64_k, &frombase64url_k, &fromhtml_k, &frompercent_k, &fromurl_k,
- &fun_k, &fun_s, &fuzz_s, &gap_k, &gather_s,
- &ge_s, &gen_s, &generate_s, &gensym_counter_s, &get_byte_s,
- &get_char_s, &get_error_s, &get_error_str_s, &get_fd_s, &get_line_s,
- &get_prop_s, &gid_k, &gid_s, &gmtoff_s, &greedy_k,
- &gt_s, &gun_s, &handler_bind_s, &hash_construct_s, &hash_iter_s,
- &hash_lit_s, &hash_s, &hash_seed_s, &hextoint_k, &hour_s,
- &iapply_s, &identity_s, &if_s, &iflet_s, &in_package_s,
- &inc_s, &include_s, &init_k, &ino_k, &ino_s,
- &int16_s, &int32_s, &int64_s, &int8_s, &int_s,
- &integer_s, &internal_error_s, &into_k, &intr_s, &inv_div_s,
- &inv_minus_s, &isqrt_s, &iter_begin_s, &iter_item_s, &iter_more_s,
- &iter_reset_s, &iter_step_s, &json_s, &keyword_package_s, &labels_s,
- &lambda_s, &lambda_set_s, &last_s, &lbind_s, &lcons_s,
- &le_double_s, &le_float_s, &le_int16_s, &le_int32_s, &le_int64_s,
- &le_s, &le_uint16_s, &le_uint32_s, &le_uint64_s, &length_s,
- &less_s, &let_s, &let_star_s, &lfilt_k, &line_s,
- &lines_k, &list_k, &list_s, &list_star_s, &listener_greedy_eval_s,
- &listener_hist_len_s, &listener_multi_line_p_s, &listener_pprint_s, &listener_sel_inclusive_p_s, &lists_k,
- &lit_s, &load_path_s, &load_recursive_s, &load_s, &load_time_lit_s,
- &load_time_s, &local_s, &log10_s, &log2_s, &log_s,
- &logand_s, &logcount_s, &logior_s, &lognot1_s, &lognot_s,
- &logtrunc_s, &logxor_s, &long_s, &longest_k, &lstr_s,
- &lt_s, &mac_env_param_bind_s, &mac_param_bind_s, &macro_s, &macro_time_s,
- &macrolet_s, &make_struct_lit_s, &mandatory_k, &maxgap_k, &maxtimes_k,
- &maybe_s, &mdo_s, &memq_s, &memql_s, &memqual_s,
- &merge_s, &meth_s, &min_s, &mingap_k, &mintimes_k,
- &minus_s, &minusp_s, &mod_s, &mode_k, &mode_s,
- &modlast_s, &month_s, &mtime_k, &mtime_nsec_s, &mtime_s,
- &mul_s, &name_k, &name_s, &named_k, &neg_s,
- &next_s, &next_spec_k, &nlink_k, &nlink_s, &none_s,
- &nongreedy_s, &not_s, &nothrow_k, &noval_s, &null_s,
- &nullify_s, &number_s, &numeq_s, &numeric_error_s, &oddp_s,
- &oneplus_s, &op_s, &optional_s, &or_s, &output_s,
- &package_alist_s, &package_s, &panic_s, &parser_s, &path_exists_s,
- &path_not_found_s, &path_permission_s, &path_s, &pkg_s, &plus_s,
- &plusp_s, &postinit_k, &pprint_flo_format_s, &print_base_s, &print_circle_s,
- &print_flo_digits_s, &print_flo_format_s, &print_flo_precision_s, &print_s, &process_error_s,
- &prof_s, &prog1_s, &prog2_s, &progn_s, &promise_forced_s,
- &promise_inprogress_s, &promise_s, &ptr_in_d_s, &ptr_in_s, &ptr_out_d_s,
- &ptr_out_s, &ptr_out_s_s, &ptr_s, &put_buf_s, &put_byte_s,
- &put_char_s, &put_string_s, &qquote_s, &qref_s, &quasi_s,
- &quasilist_s, &query_error_s, &quote_s, &r_atan2_s, &r_ceil_s,
- &r_expt_s, &r_floor_s, &r_lognot_s, &r_logtrunc_s, &r_mod_s,
- &r_round_s, &r_trunc_s, &random_state_s, &random_state_var_s, &random_warmup_s,
- &range_error_s, &range_s, &rcons_s, &rdev_k, &rdev_s,
- &read_unknown_structs_s, &real_time_k, &rebind_s, &rec_source_loc_s, &recip_s,
- &reflect_k, &regex_s, &rep_s, &repeat_s, &repeat_spec_k,
- &require_s, &resolve_k, &rest_s, &restart_s, &return_from_s,
- &return_s, &rfilt_k, &round1_s, &round_s, &rplaca_s,
- &rplacd_s, &sbit_s, &sec_s, &seek_s, &seq_iter_s,
- &sequence_s, &set_prop_s, &set_s, &setq_s, &setqf_s,
- &short_s, &shortest_k, &sign_extend_s, &signum_s, &sin_s,
- &single_s, &sinh_s, &size_k, &size_s, &skip_s,
- &slot_s, &some_s, &space_k, &special_s, &splice_s,
- &sqrt_s, &square_s, &stack_overflow_s, &stat_s, &stddebug_s,
- &stderr_s, &stdin_s, &stdio_stream_s, &stdnull_s, &stdout_s,
- &str_d_s, &str_s, &stream_s, &string_k, &string_s,
- &struct_lit_s, &struct_s, &struct_type_s, &switch_s, &sym_s,
- &symacro_k, &symacrolet_s, &syntax_error_s, &sys_abscond_from_s, &sys_apply_s,
- &sys_blk_s, &sys_catch_s, &sys_l1_setq_s, &sys_l1_val_s, &sys_lisp1_setq_s,
- &sys_lisp1_value_s, &sys_mark_special_s, &sys_qquote_s, &sys_splice_s, &sys_unquote_s,
- &system_error_s, &system_package_s, &tan_s, &tanh_s, &text_s,
- &throw_s, &time_local_s, &time_parse_s, &time_s, &time_string_s,
- &time_utc_s, &timeout_error_s, &times_k, &tlist_k, &tnode_s,
- &tobase64_k, &tobase64url_k, &tofloat_k, &tohtml_k, &tohtml_star_k,
- &toint_k, &tonumber_k, &topercent_k, &tourl_k, &trailer_s,
- &tree_bind_s, &tree_case_s, &tree_construct_s, &tree_fun_whitelist_s, &tree_iter_s,
- &tree_lit_s, &tree_s, &trunc1_s, &trunc_s, &truncate_s,
- &try_s, &type_error_s, &ubit_s, &uchar_s, &uid_k,
- &uid_s, &uint16_s, &uint32_s, &uint64_s, &uint8_s,
- &uint_s, &ulong_s, &unbound_s, &unget_byte_s, &unget_char_s,
- &union_s, &unique_s, &unquote_s, &until_s, &until_star_s,
- &upcase_k, &uref_s, &user_package_s, &userdata_k, &ushort_s,
- &usr_var_s, &uw_protect_s, &val_s, &var_k, &var_s,
- &vars_k, &vec_list_s, &vec_s, &vecref_s, &vector_lit_s,
- &vm_closure_s, &vm_desc_s, &void_s, &warning_s, &wchar_s,
- &weak_keys_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, &year_s, &zap_s, &zarray_s,
- &zchar_s, &zerop_s, &zeroplus_s, &zone_s,
+ &const_foldable_s, &continue_k, &continue_s, &cos_s, &cosh_s,
+ &counter_k, &cptr_s, &cset_s, &cspace_k, &ctime_k,
+ &ctime_nsec_s, &ctime_s, &cword_char_k, &data_s, &day_s,
+ &decline_k, &defex_s, &deffilter_s, &define_s, &defmacro_s,
+ &defparm_s, &defparml_s, &defr_warning_s, &defsymacro_s, &defun_s,
+ &defvar_s, &defvarl_s, &derived_s, &dev_k, &dev_s,
+ &digit_k, &dir_s, &dirent_s, &div_s, &do_s,
+ &dohash_s, &double_s, &downcase_k, &dst_s, &dvbind_s,
+ &dwim_s, &each_op_s, &each_s, &each_star_s, &elemtype_s,
+ &elif_s, &else_s, &empty_s, &enum_s, &enumed_s,
+ &env_k, &env_s, &eof_s, &eol_s, &eq_based_k,
+ &eq_s, &eql_based_k, &eql_s, &equal_based_k, &equal_s,
+ &error_s, &eval_error_s, &eval_only_s, &evenp_s, &exp_s,
+ &expr_s, &expt_s, &exptmod_s, &fail_s, &fbind_s,
+ &fd_k, &ffi_call_desc_s, &ffi_closure_s, &ffi_type_s, &file_error_s,
+ &fill_buf_s, &filter_k, &filter_s, &filters_s, &finally_s,
+ &finish_k, &first_s, &fixnum_s, &flatten_s, &flet_s,
+ &float_s, &floor1_s, &floor_s, &flush_s, &for_op_s,
+ &for_s, &for_star_s, &force_s, &forget_s, &form_k,
+ &format_s, &freeform_s, &from_current_k, &from_end_k, &from_list_s,
+ &from_start_k, &frombase64_k, &frombase64url_k, &fromhtml_k, &frompercent_k,
+ &fromurl_k, &fun_k, &fun_s, &fuzz_s, &gap_k,
+ &gather_s, &ge_s, &gen_s, &generate_s, &gensym_counter_s,
+ &get_byte_s, &get_char_s, &get_error_s, &get_error_str_s, &get_fd_s,
+ &get_line_s, &get_prop_s, &gid_k, &gid_s, &gmtoff_s,
+ &greedy_k, &gt_s, &gun_s, &handler_bind_s, &hash_construct_s,
+ &hash_iter_s, &hash_lit_s, &hash_s, &hash_seed_s, &hextoint_k,
+ &hour_s, &iapply_s, &identity_s, &if_s, &iflet_s,
+ &in_package_s, &inc_s, &include_s, &init_k, &ino_k,
+ &ino_s, &int16_s, &int32_s, &int64_s, &int8_s,
+ &int_s, &integer_s, &internal_error_s, &into_k, &intr_s,
+ &inv_div_s, &inv_minus_s, &isqrt_s, &iter_begin_s, &iter_item_s,
+ &iter_more_s, &iter_reset_s, &iter_step_s, &json_s, &keyword_package_s,
+ &labels_s, &lambda_s, &lambda_set_s, &last_s, &lbind_s,
+ &lcons_s, &le_double_s, &le_float_s, &le_int16_s, &le_int32_s,
+ &le_int64_s, &le_s, &le_uint16_s, &le_uint32_s, &le_uint64_s,
+ &length_s, &less_s, &let_s, &let_star_s, &lfilt_k,
+ &line_s, &lines_k, &list_k, &list_s, &list_star_s,
+ &listener_greedy_eval_s, &listener_hist_len_s, &listener_multi_line_p_s, &listener_pprint_s, &listener_sel_inclusive_p_s,
+ &lists_k, &lit_s, &load_path_s, &load_recursive_s, &load_s,
+ &load_time_lit_s, &load_time_s, &local_s, &log10_s, &log2_s,
+ &log_s, &logand_s, &logcount_s, &logior_s, &lognot1_s,
+ &lognot_s, &logtrunc_s, &logxor_s, &long_s, &longest_k,
+ &lstr_s, &lt_s, &mac_env_param_bind_s, &mac_param_bind_s, &macro_s,
+ &macro_time_s, &macrolet_s, &make_struct_lit_s, &mandatory_k, &maxgap_k,
+ &maxtimes_k, &maybe_s, &mdo_s, &memq_s, &memql_s,
+ &memqual_s, &merge_s, &meth_s, &min_s, &mingap_k,
+ &mintimes_k, &minus_s, &minusp_s, &mod_s, &mode_k,
+ &mode_s, &modlast_s, &month_s, &mtime_k, &mtime_nsec_s,
+ &mtime_s, &mul_s, &name_k, &name_s, &named_k,
+ &neg_s, &next_s, &next_spec_k, &nlink_k, &nlink_s,
+ &none_s, &nongreedy_s, &not_s, &nothrow_k, &noval_s,
+ &null_s, &nullify_s, &number_s, &numeq_s, &numeric_error_s,
+ &oddp_s, &oneplus_s, &op_s, &optional_s, &or_s,
+ &output_s, &package_alist_s, &package_s, &panic_s, &parser_s,
+ &path_exists_s, &path_not_found_s, &path_permission_s, &path_s, &pkg_s,
+ &plus_s, &plusp_s, &postinit_k, &pprint_flo_format_s, &print_base_s,
+ &print_circle_s, &print_flo_digits_s, &print_flo_format_s, &print_flo_precision_s, &print_s,
+ &process_error_s, &prof_s, &prog1_s, &prog2_s, &progn_s,
+ &promise_forced_s, &promise_inprogress_s, &promise_s, &ptr_in_d_s, &ptr_in_s,
+ &ptr_out_d_s, &ptr_out_s, &ptr_out_s_s, &ptr_s, &put_buf_s,
+ &put_byte_s, &put_char_s, &put_string_s, &qquote_s, &qref_s,
+ &quasi_s, &quasilist_s, &query_error_s, &quote_s, &r_atan2_s,
+ &r_ceil_s, &r_expt_s, &r_floor_s, &r_lognot_s, &r_logtrunc_s,
+ &r_mod_s, &r_round_s, &r_trunc_s, &random_state_s, &random_state_var_s,
+ &random_warmup_s, &range_error_s, &range_s, &rcons_s, &rdev_k,
+ &rdev_s, &read_unknown_structs_s, &real_time_k, &rebind_s, &rec_source_loc_s,
+ &recip_s, &reflect_k, &regex_s, &rep_s, &repeat_s,
+ &repeat_spec_k, &require_s, &resolve_k, &rest_s, &restart_s,
+ &return_from_s, &return_s, &rfilt_k, &round1_s, &round_s,
+ &rplaca_s, &rplacd_s, &sbit_s, &sec_s, &seek_s,
+ &seq_iter_s, &sequence_s, &set_prop_s, &set_s, &setq_s,
+ &setqf_s, &short_s, &shortest_k, &sign_extend_s, &signum_s,
+ &sin_s, &single_s, &sinh_s, &size_k, &size_s,
+ &skip_s, &slot_s, &some_s, &space_k, &special_s,
+ &splice_s, &sqrt_s, &square_s, &stack_overflow_s, &stat_s,
+ &stddebug_s, &stderr_s, &stdin_s, &stdio_stream_s, &stdnull_s,
+ &stdout_s, &str_d_s, &str_s, &stream_s, &string_k,
+ &string_s, &struct_lit_s, &struct_s, &struct_type_s, &switch_s,
+ &sym_s, &symacro_k, &symacrolet_s, &syntax_error_s, &sys_abscond_from_s,
+ &sys_apply_s, &sys_blk_s, &sys_catch_s, &sys_l1_setq_s, &sys_l1_val_s,
+ &sys_lisp1_setq_s, &sys_lisp1_value_s, &sys_mark_special_s, &sys_qquote_s, &sys_splice_s,
+ &sys_unquote_s, &system_error_s, &system_package_s, &tan_s, &tanh_s,
+ &text_s, &throw_s, &time_local_s, &time_parse_s, &time_s,
+ &time_string_s, &time_utc_s, &timeout_error_s, &times_k, &tlist_k,
+ &tnode_s, &tobase64_k, &tobase64url_k, &tofloat_k, &tohtml_k,
+ &tohtml_star_k, &toint_k, &tonumber_k, &topercent_k, &tourl_k,
+ &trailer_s, &tree_bind_s, &tree_case_s, &tree_construct_s, &tree_fun_whitelist_s,
+ &tree_iter_s, &tree_lit_s, &tree_s, &trunc1_s, &trunc_s,
+ &truncate_s, &try_s, &type_error_s, &ubit_s, &uchar_s,
+ &uid_k, &uid_s, &uint16_s, &uint32_s, &uint64_s,
+ &uint8_s, &uint_s, &ulong_s, &unbound_s, &unget_byte_s,
+ &unget_char_s, &union_s, &unique_s, &unquote_s, &until_s,
+ &until_star_s, &upcase_k, &uref_s, &user_package_s, &userdata_k,
+ &ushort_s, &usr_var_s, &uw_protect_s, &val_s, &var_k,
+ &var_s, &vars_k, &vec_list_s, &vec_s, &vecref_s,
+ &vector_lit_s, &vm_closure_s, &vm_desc_s, &void_s, &warning_s,
+ &wchar_s, &weak_keys_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, &year_s, &zap_s,
+ &zarray_s, &zchar_s, &zerop_s, &zeroplus_s, &zone_s,
#if HAVE_DLOPEN
&dlhandle_s, &dlsym_s,
diff --git a/stdlib/ver.tl b/stdlib/ver.tl
index bd42b120..eb885681 100644
--- a/stdlib/ver.tl
+++ b/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 264)
+(defvarl lib-version 265)
(defvarl *lib-version* lib-version)
diff --git a/tl.vim b/tl.vim
index 9a89aba7..92c7bcf7 100644
--- a/tl.vim
+++ b/tl.vim
@@ -244,301 +244,302 @@ syn keyword tl_keyword contained fill-buf fill-buf-adjust fill-carray fill-obj
syn keyword tl_keyword contained fill-vec filter-equal filter-string-tree finalize
syn keyword tl_keyword contained find find-frame find-frames find-frames-by-mask
syn keyword tl_keyword contained find-if find-max find-min find-package
-syn keyword tl_keyword contained find-struct-type find-symbol find-symbol-fb 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 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 gcd gen gen-hash-seed generate
-syn keyword tl_keyword contained gensym gequal get-buf-from-stream get-byte
-syn keyword tl_keyword contained get-char get-clobber-expander get-delete-expander get-error
-syn keyword tl_keyword contained get-error-str get-frames get-hash-userdata get-indent
-syn keyword tl_keyword contained get-indent-mode get-json get-jsons get-line
-syn keyword tl_keyword contained get-line-as-buf get-lines get-list-from-stream get-obj
-syn keyword tl_keyword contained get-sig-handler get-stack-limit get-string get-string-from-stream
-syn keyword tl_keyword contained get-update-expander getaddrinfo getegid getenv
-syn keyword tl_keyword contained geteuid getgid getgrent getgrgid
-syn keyword tl_keyword contained getgrnam getgroups gethash getitimer
-syn keyword tl_keyword contained getopts getpid getppid getpwent
-syn keyword tl_keyword contained getpwnam getpwuid getresgid getresuid
-syn keyword tl_keyword contained getuid gid-t ginterate giterate
-syn keyword tl_keyword contained glob glob-altdirfunc glob-brace glob-err
-syn keyword tl_keyword contained glob-mark glob-nocheck glob-noescape glob-nomagic
-syn keyword tl_keyword contained glob-nosort glob-onlydir glob-period glob-tilde
-syn keyword tl_keyword contained glob-tilde-check go grade greater
-syn keyword tl_keyword contained group-by group-reduce gun handle
-syn keyword tl_keyword contained handle* handler-bind hash hash-alist
-syn keyword tl_keyword contained hash-begin hash-construct hash-count hash-diff
-syn keyword tl_keyword contained hash-eql hash-equal hash-from-alist hash-from-pairs
-syn keyword tl_keyword contained hash-invert hash-isec hash-keys hash-keys-of
-syn keyword tl_keyword contained hash-list hash-next hash-pairs hash-peek
-syn keyword tl_keyword contained hash-proper-subset 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 hlet hlet* html-decode
-syn keyword tl_keyword contained html-encode html-encode* hupcl 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 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 indent-code indent-data indent-foff indent-off
-syn keyword tl_keyword contained inhash inlcr ino-t inpck
-syn keyword tl_keyword contained int int-buf int-carray int-chr
-syn keyword tl_keyword contained int-cptr int-flo int-ptr-t int-str
-syn keyword tl_keyword contained int16 int32 int64 int8
-syn keyword tl_keyword contained integerp intern intern-fb interp-fun-p
-syn keyword tl_keyword contained interpose inv-cum-norm invoke-catch ip
-syn keyword tl_keyword contained ipf iread isatty isec
-syn keyword tl_keyword contained isig isqrt istrip iter-begin
-syn keyword tl_keyword contained iter-item iter-more iter-reset iter-step
-syn keyword tl_keyword contained iterable itimer-prov itimer-real itimer-virtual
-syn keyword tl_keyword contained iuclc iutf8 ixany ixoff
-syn keyword tl_keyword contained ixon join join-with json
-syn keyword tl_keyword contained juxt keep-if keep-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 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-buf
-syn keyword tl_keyword contained length-carray length-list length-str length-str-<
-syn keyword tl_keyword contained length-str-<= length-str-> length-str->= length-vec
-syn keyword tl_keyword contained lequal less let let*
-syn keyword tl_keyword contained lexical-fun-p lexical-lisp1-binding lexical-var-p 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-for load-time 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 log2 logand logcount logior
-syn keyword tl_keyword contained lognot logtest logtrunc logxor
-syn keyword tl_keyword contained long long-suffix longlong lop
-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-lisp1 macrolet
-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 mapcar mapcar*
-syn keyword tl_keyword contained mapdo mapf maphash mappend
-syn keyword tl_keyword contained mappend* maprend maprod maprodo
-syn keyword tl_keyword contained mask match-case match-fun match-regex
-syn keyword tl_keyword contained match-regex-right match-regst match-regst-right match-str
-syn keyword tl_keyword contained match-str-tree max mboundp md5
-syn keyword tl_keyword contained md5-begin md5-end md5-hash md5-stream
-syn keyword tl_keyword contained member member-if memp memq
-syn keyword tl_keyword contained memql memqual meq meql
-syn keyword tl_keyword contained mequal merge merge-delete-package meth
-syn keyword tl_keyword contained method min minor minusp
-syn keyword tl_keyword contained mismatch mkdir mkdtemp mkfifo
-syn keyword tl_keyword contained mknod mkstemp mkstring mlet
-syn keyword tl_keyword contained mmakunbound mod mode-t multi
-syn keyword tl_keyword contained multi-sort n-choose-k n-perm-k nconc
-syn keyword tl_keyword contained neg neq neql nequal
-syn keyword tl_keyword contained new new* nexpand-left 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 not notf nreconc nreverse
-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 opip opost
-syn keyword tl_keyword contained opt opthelp or orf
-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 parenb parmrk parodd parse-errors
-syn keyword tl_keyword contained partition partition* partition-by path-blkdev-p
-syn keyword tl_keyword contained path-cat path-chrdev-p path-dir-empty path-dir-p
-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-same-object
-syn keyword tl_keyword contained path-sep-chars path-setgid-p path-setuid-p path-sock-p
-syn keyword tl_keyword contained path-sticky-p path-strictly-private-to-me-p path-symlink-p path-writable-to-me-p
-syn keyword tl_keyword contained pdec pendin perm pic
-syn keyword tl_keyword contained pid-t pinc pipe place-form-p
-syn keyword tl_keyword contained placelet placelet* plist-to-alist plusp
-syn keyword tl_keyword contained poll poll-err poll-in poll-nval
-syn keyword tl_keyword contained poll-out poll-pri poll-rdband poll-rdhup
-syn keyword tl_keyword contained poll-wrband poly pop 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 promisep prop
-syn keyword tl_keyword contained proper-list-p proper-listp pset ptr
-syn keyword tl_keyword contained ptr-in ptr-in-d ptr-out ptr-out-d
-syn keyword tl_keyword contained ptr-out-s ptrdiff-t pub:txr-sym pure-rel-path-p
-syn keyword tl_keyword contained purge-deferred-warning push 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 quip
-syn keyword tl_keyword contained quote r$ r^ r^$
-syn keyword tl_keyword contained raise rand random random-fixnum
-syn keyword tl_keyword contained random-float random-state-get-vec random-state-p range
-syn keyword tl_keyword contained range* range-regex rangep rassoc
-syn keyword tl_keyword contained rassq rassql rcomb rcons
-syn keyword tl_keyword contained read read-until-match readdir readlink
-syn keyword tl_keyword contained real-time-stream-p realpath record-adapter reduce-left
-syn keyword tl_keyword contained reduce-right ref refset regex-compile
-syn keyword tl_keyword contained regex-from-trie regex-parse regex-prefix-match regex-source
-syn keyword tl_keyword contained regexp register-exception-subtypes register-tentative-def regsub
-syn keyword tl_keyword contained rehome-sym reject rel-path relate
-syn keyword tl_keyword contained release-deferred-warnings remhash remove-if remove-if*
-syn keyword tl_keyword contained remove-path remove-path-rec remq remq*
-syn keyword tl_keyword contained remql remql* remqual remqual*
-syn keyword tl_keyword contained rename-path repeat replace replace-buf
-syn keyword tl_keyword contained replace-list replace-str replace-struct replace-tree-iter
-syn keyword tl_keyword contained replace-vec reset-struct rest ret
-syn keyword tl_keyword contained retf return return* return-from
-syn keyword tl_keyword contained revappend reverse rfind rfind-if
-syn keyword tl_keyword contained right rlcp rlcp-tree rlet
-syn keyword tl_keyword contained rlist rlist* rmdir rmember
-syn keyword tl_keyword contained rmember-if rmemq rmemql rmemqual
-syn keyword tl_keyword contained rmismatch rotate round round-rem
-syn keyword tl_keyword contained rperm rplaca rplacd rpoly
-syn keyword tl_keyword contained rpos rpos-if rposq rposql
-syn keyword tl_keyword contained rposqual rr rra rsearch
-syn keyword tl_keyword contained rslot rtld-deepbind rtld-global rtld-lazy
-syn keyword tl_keyword contained rtld-local rtld-nodelete rtld-noload rtld-now
-syn keyword tl_keyword contained run s-ifblk s-ifchr s-ifdir
-syn keyword tl_keyword contained s-ififo s-iflnk s-ifmt s-ifreg
-syn keyword tl_keyword contained s-ifsock s-irgrp s-iroth s-irusr
-syn keyword tl_keyword contained s-irwxg s-irwxo s-irwxu s-isgid
-syn keyword tl_keyword contained s-isuid s-isvtx s-iwgrp s-iwoth
-syn keyword tl_keyword contained s-iwusr s-ixgrp s-ixoth s-ixusr
-syn keyword tl_keyword contained save-exe sbit scan-until-match search
-syn keyword tl_keyword contained search-regex search-regst search-str search-str-tree
-syn keyword tl_keyword contained second seek-cur seek-end seek-set
-syn keyword tl_keyword contained seek-stream select self-load-path self-path
-syn keyword tl_keyword contained seq-begin seq-next seq-reset seqp
-syn keyword tl_keyword contained set set-diff set-hash-userdata set-indent
-syn keyword tl_keyword contained set-indent-mode set-key set-left set-max-depth
-syn keyword tl_keyword contained set-max-length set-package-fallback-list set-right set-sig-handler
-syn keyword tl_keyword contained set-stack-limit setegid setenv seteuid
-syn keyword tl_keyword contained setgid setgrent setgroups sethash
-syn keyword tl_keyword contained setitimer setlogmask setpwent setresgid
-syn keyword tl_keyword contained setresuid setuid seventh sh
-syn keyword tl_keyword contained sha256 sha256-begin sha256-end sha256-hash
-syn keyword tl_keyword contained sha256-stream shift short short-suffix
-syn keyword tl_keyword contained shuffle shut-rd shut-rdwr shut-wr
-syn keyword tl_keyword contained sig-abrt sig-alrm sig-atomic-t sig-bus
-syn keyword tl_keyword contained sig-check sig-chld sig-cont sig-fpe
-syn keyword tl_keyword contained sig-hup sig-ill sig-int sig-io
-syn keyword tl_keyword contained sig-iot sig-kill sig-pipe sig-poll
-syn keyword tl_keyword contained sig-prof sig-pwr sig-quit sig-segv
-syn keyword tl_keyword contained sig-stkflt sig-stop sig-sys sig-term
-syn keyword tl_keyword contained sig-trap sig-tstp sig-ttin sig-ttou
-syn keyword tl_keyword contained sig-urg sig-usr1 sig-usr2 sig-vtalrm
-syn keyword tl_keyword contained sig-winch sig-xcpu sig-xfsz sign-extend
-syn keyword tl_keyword contained signum sin sinh sixth
-syn keyword tl_keyword contained size-t size-vec sizeof slet
-syn keyword tl_keyword contained slot slotp slots slotset
-syn keyword tl_keyword contained sock-accept sock-bind sock-cloexec sock-connect
-syn keyword tl_keyword contained sock-dgram sock-family sock-listen sock-nonblock
-syn keyword tl_keyword contained sock-peer sock-recv-timeout sock-send-timeout sock-set-peer
-syn keyword tl_keyword contained sock-shutdown sock-stream sock-type some
-syn keyword tl_keyword contained sort sort-group source-loc source-loc-str
-syn keyword tl_keyword contained span-str special-operator-p special-var-p spl
-syn keyword tl_keyword contained splice split split* split-str
-syn keyword tl_keyword contained split-str-set sqrt square ssize-t
-syn keyword tl_keyword contained sspl sssucc ssucc starts-with
-syn keyword tl_keyword contained stat static-slot static-slot-ensure static-slot-home
-syn keyword tl_keyword contained static-slot-p static-slot-set stdlib str
-syn keyword tl_keyword contained str-buf str-d str-in6addr str-in6addr-net
-syn keyword tl_keyword contained str-inaddr str-inaddr-net str-seq str<
-syn keyword tl_keyword contained str<= str= str> str>=
-syn keyword tl_keyword contained stream-get-prop stream-set-prop streamp strerror
-syn keyword tl_keyword contained string-extend string-lt stringp strsignal
-syn keyword tl_keyword contained struct struct-from-args struct-from-plist struct-get-initfun
-syn keyword tl_keyword contained struct-get-postinitfun struct-set-initfun struct-set-postinitfun struct-type
-syn keyword tl_keyword contained struct-type-name struct-type-p structp sub
-syn keyword tl_keyword contained sub-buf sub-list sub-str sub-tree
-syn keyword tl_keyword contained sub-vec subtypep succ sum
-syn keyword tl_keyword contained super super-method suspend swap
-syn keyword tl_keyword contained symacrolet symbol-function symbol-macro symbol-name
-syn keyword tl_keyword contained symbol-package symbol-value symbolp symdiff
-syn keyword tl_keyword contained symlink sys:%backpatch-high16% sys:%backpatch-low16% sys:%big-endian%
-syn keyword tl_keyword contained sys:%bin-op% sys:%bin-ops% sys:%block-using-funs% sys:%call-op%
-syn keyword tl_keyword contained sys:%const-foldable% sys:%const-foldable-funs% sys:%dbg-command-env% sys:%effect-free%
-syn keyword tl_keyword contained sys:%effect-free-funs% sys:%file-suff-rx% sys:%functional% sys:%functional-funs%
-syn keyword tl_keyword contained sys:%gcall-op% sys:%lev-bits% sys:%lev-size% sys:%max-lambda-fixed-args%
-syn keyword tl_keyword contained sys:%max-lev% sys:%max-lev-idx% sys:%max-sm-lev% sys:%max-sm-lev-idx%
-syn keyword tl_keyword contained sys:%max-v-lev% sys:%nary-ops% sys:%oc-code% sys:%oc-hash%
-syn keyword tl_keyword contained sys:%oc-list-builder% sys:%package-manip% sys:%param-info% sys:%quip-rand-state%
-syn keyword tl_keyword contained sys:%quips% sys:%shuffled-quips% sys:%sm-lev-bits% sys:%sm-lev-size%
-syn keyword tl_keyword contained sys:%test-funs% sys:%test-funs-neg% sys:%test-funs-ops% sys:%test-funs-pos%
-syn keyword tl_keyword contained sys:%test-inv% sys:%test-opcode% sys:%tlo-ver% sys:*dedup*
-syn keyword tl_keyword contained sys:*emit* sys:*eval* sys:*in-compilation-unit* sys:*load-recursive*
-syn keyword tl_keyword contained sys:*load-time* sys:*match-form* sys:*op-ctx* sys:*pl-env*
-syn keyword tl_keyword contained sys:*pl-form* sys:*trace-hash* sys:*trace-level* sys:*unchecked-calls*
-syn keyword tl_keyword contained sys:abscond* sys:abscond-from sys:analyze-argtypes sys:analyze-params
-syn keyword tl_keyword contained sys:apply sys:asm-error sys:assumed-fun sys:awk%--rng
-syn keyword tl_keyword contained sys:awk%--rng+ sys:awk%--rng- sys:awk%-rng+ sys:awk%rng+
-syn keyword tl_keyword contained sys:awk-code-move-check sys:awk-error sys:awk-expander sys:awk-fun-let
-syn keyword tl_keyword contained sys:awk-fun-shadowing-env sys:awk-mac-let sys:awk-redir sys:awk-test
-syn keyword tl_keyword contained sys:b* sys:b+ sys:b- sys:b/
-syn keyword tl_keyword contained sys:b< sys:b<= sys:b= sys:b=>
-syn keyword tl_keyword contained sys:b> sys:bad-slot-syntax sys:bind-mac-check sys:bind-mac-error
-syn keyword tl_keyword contained sys:bindable-check sys:bits sys:bits-to-obj sys:blk
-syn keyword tl_keyword contained sys:build-expander sys:build-key-list-expr sys:capture-cont sys:catch
-syn keyword tl_keyword contained sys:check sys:check-end sys:check-slot sys:check-struct
-syn keyword tl_keyword contained sys:check-sym sys:circref sys:compat sys:compile-and-match
-syn keyword tl_keyword contained sys:compile-as-match sys:compile-atom-match sys:compile-cons-structure sys:compile-exprs-match
-syn keyword tl_keyword contained sys:compile-file-conditionally sys:compile-hash-match sys:compile-loop-match sys:compile-match
-syn keyword tl_keyword contained sys:compile-new-var-match sys:compile-not-match sys:compile-or-match sys:compile-predicate-match
-syn keyword tl_keyword contained sys:compile-range-match sys:compile-require-match sys:compile-scan-match sys:compile-struct-match
-syn keyword tl_keyword contained sys:compile-var-match sys:compile-vec-match sys:compile-with-match sys:compiler-emit-warnings
-syn keyword tl_keyword contained sys:conv sys:conv-expand sys:conv-let sys:ctx-form
-syn keyword tl_keyword contained sys:ctx-name sys:dbg-all sys:dbg-backtrace sys:dbg-clear
-syn keyword tl_keyword contained sys:dbg-enable sys:dbg-restore sys:dbg-set sys:dbg-step
-syn keyword tl_keyword contained sys:debugger sys:dedup sys:dedup-labels sys:deffi-cb-expander
-syn keyword tl_keyword contained sys:define-method sys:defset-expander sys:defset-expander-simple sys:dig
+syn keyword tl_keyword contained find-struct-type find-symbol find-symbol-fb find-true
+syn keyword tl_keyword contained first fixnum-max fixnum-min fixnump
+syn keyword tl_keyword contained flatcar flatcar* flatten flatten*
+syn keyword tl_keyword contained flet flip flipargs flo-dig
+syn keyword tl_keyword contained flo-down flo-epsilon flo-get-round-mode flo-int
+syn keyword tl_keyword contained flo-max flo-max-dig flo-min flo-near
+syn keyword tl_keyword contained flo-set-round-mode flo-str flo-up flo-zero
+syn keyword tl_keyword contained float floatp floor floor-rem
+syn keyword tl_keyword contained flow flush-stream flusho fmakunbound
+syn keyword tl_keyword contained fmt fnm-casefold fnm-extmatch fnm-leading-dir
+syn keyword tl_keyword contained fnm-noescape fnm-pathname fnm-period fnmatch
+syn keyword tl_keyword contained for for* force force-break
+syn keyword tl_keyword contained fork format fourth fr$
+syn keyword tl_keyword contained fr^ fr^$ from frr
+syn keyword tl_keyword contained fsblkcnt-t fsfilcnt-t fstat ftw
+syn keyword tl_keyword contained ftw-actionretval ftw-chdir ftw-continue ftw-d
+syn keyword tl_keyword contained ftw-depth ftw-dnr ftw-dp ftw-f
+syn keyword tl_keyword contained ftw-mount ftw-ns ftw-phys ftw-skip-siblings
+syn keyword tl_keyword contained ftw-skip-subtree ftw-sl ftw-sln ftw-stop
+syn keyword tl_keyword contained fun fun-fixparam-count fun-optparam-count fun-variadic
+syn keyword tl_keyword contained func-get-env func-get-form func-get-name func-set-env
+syn keyword tl_keyword contained functionp 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 getuid gid-t ginterate
+syn keyword tl_keyword contained giterate 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 go grade
+syn keyword tl_keyword contained greater group-by 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-keys
+syn keyword tl_keyword contained hash-keys-of hash-list hash-next hash-pairs
+syn keyword tl_keyword contained hash-peek hash-proper-subset hash-reset hash-revget
+syn keyword tl_keyword contained hash-subset hash-symdiff hash-uni hash-update
+syn keyword tl_keyword contained hash-update-1 hash-userdata hash-values hash-zip
+syn keyword tl_keyword contained hashp have hlet hlet*
+syn keyword tl_keyword contained html-decode html-encode html-encode* hupcl
+syn keyword tl_keyword contained iapply icanon icrnl id-t
+syn keyword tl_keyword contained identity identity* ido iexten
+syn keyword tl_keyword contained if if-match ifa iff
+syn keyword tl_keyword contained iffi iflet ignbrk igncr
+syn keyword tl_keyword contained ignerr 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 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 inv-cum-norm invoke-catch
+syn keyword tl_keyword contained ip ipf iread isatty
+syn keyword tl_keyword contained isec isig isqrt istrip
+syn keyword tl_keyword contained iter-begin iter-item iter-more iter-reset
+syn keyword tl_keyword contained iter-step iterable itimer-prof itimer-real
+syn keyword tl_keyword contained itimer-virtual iuclc iutf8 ixany
+syn keyword tl_keyword contained ixoff ixon join join-with
+syn keyword tl_keyword contained json juxt keep-if keep-if*
+syn keyword tl_keyword contained keep-match-products keep-matches keepq keepql
+syn keyword tl_keyword contained keepqual key key-t keyword-package
+syn keyword tl_keyword contained keywordp kill labels lambda
+syn keyword tl_keyword contained lambda-match last lazy-str lazy-str-force
+syn keyword tl_keyword contained lazy-str-force-upto lazy-str-get-trailing-list lazy-stream-cons lazy-stringp
+syn keyword tl_keyword contained lchown lcm lcons lcons-car
+syn keyword tl_keyword contained lcons-cdr lcons-fun lconsp 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-buf length-carray length-list length-str
+syn keyword tl_keyword contained length-str-< length-str-<= length-str-> length-str->=
+syn keyword tl_keyword contained length-vec lequal less let
+syn keyword tl_keyword contained let* lexical-fun-p lexical-lisp1-binding lexical-var-p
+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-for load-time
+syn keyword tl_keyword contained loff-t log log-alert log-auth
+syn keyword tl_keyword contained log-authpriv log-cons log-crit log-daemon
+syn keyword tl_keyword contained log-debug log-emerg log-err log-info
+syn keyword tl_keyword contained log-ndelay log-notice log-nowait log-odelay
+syn keyword tl_keyword contained log-perror log-pid log-user log-warning
+syn keyword tl_keyword contained log10 log2 logand logcount
+syn keyword tl_keyword contained logior lognot logtest logtrunc
+syn keyword tl_keyword contained logxor long long-suffix longlong
+syn keyword tl_keyword contained lop 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-lisp1
+syn keyword tl_keyword contained macrolet 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 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-case match-fun
+syn keyword tl_keyword contained match-regex match-regex-right match-regst match-regst-right
+syn keyword tl_keyword contained match-str match-str-tree max mboundp
+syn keyword tl_keyword contained md5 md5-begin md5-end md5-hash
+syn keyword tl_keyword contained md5-stream member member-if memp
+syn keyword tl_keyword contained memq memql memqual meq
+syn keyword tl_keyword contained meql mequal merge merge-delete-package
+syn keyword tl_keyword contained meth method min minor
+syn keyword tl_keyword contained minusp mismatch mkdir mkdtemp
+syn keyword tl_keyword contained mkfifo mknod mkstemp mkstring
+syn keyword tl_keyword contained mlet mmakunbound mod mode-t
+syn keyword tl_keyword contained multi multi-sort n-choose-k n-perm-k
+syn keyword tl_keyword contained nconc neg neq neql
+syn keyword tl_keyword contained nequal new new* nexpand-left
+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 not notf nreconc
+syn keyword tl_keyword contained nreverse nshuffle nsort nth
+syn keyword tl_keyword contained nthcdr nthlast null nullify
+syn keyword tl_keyword contained num-chr num-str numberp nzerop
+syn keyword tl_keyword contained o-accmode o-append o-async o-cloexec
+syn keyword tl_keyword contained o-creat o-direct o-directory o-noatime
+syn keyword tl_keyword contained o-noctty o-nofollow o-nonblock o-path
+syn keyword tl_keyword contained o-rdonly o-rdwr o-sync o-trunc
+syn keyword tl_keyword contained o-wronly oand obtain obtain*
+syn keyword tl_keyword contained obtain*-block obtain-block ocrnl oddp
+syn keyword tl_keyword contained ofdel off-t offsetof ofill
+syn keyword tl_keyword contained olcuc onlcr onlret onocr
+syn keyword tl_keyword contained op open-command open-directory open-file
+syn keyword tl_keyword contained open-fileno open-files open-files* open-pipe
+syn keyword tl_keyword contained open-process open-socket open-socket-pair open-subprocess
+syn keyword tl_keyword contained open-tail opendir openlog opip
+syn keyword tl_keyword contained opost opt opthelp or
+syn keyword tl_keyword contained orf package-alist package-fallback-list package-foreign-symbols
+syn keyword tl_keyword contained package-local-symbols package-name package-symbols packagep
+syn keyword tl_keyword contained pad parenb parmrk parodd
+syn keyword tl_keyword contained parse-errors partition partition* partition-by
+syn keyword tl_keyword contained path-blkdev-p path-cat path-chrdev-p path-dir-empty
+syn keyword tl_keyword contained path-dir-p 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-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 portable-abs-path-p pos pos-if
+syn keyword tl_keyword contained pos-max pos-min posq posql
+syn keyword tl_keyword contained posqual pppred ppred pprinl
+syn keyword tl_keyword contained pprint pprof pred prinl
+syn keyword tl_keyword contained print prod prof prog
+syn keyword tl_keyword contained prog* prog1 prog2 progn
+syn keyword tl_keyword contained promisep prop proper-list-p proper-listp
+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 pushhash pushnew put-buf put-byte
+syn keyword tl_keyword contained put-carray put-char put-json put-jsonl
+syn keyword tl_keyword contained put-jsons put-line put-lines put-obj
+syn keyword tl_keyword contained put-string put-strings pwd qquote
+syn keyword tl_keyword contained qref quip quote r$
+syn keyword tl_keyword contained r^ r^$ raise rand
+syn keyword tl_keyword contained random random-fixnum random-float random-state-get-vec
+syn keyword tl_keyword contained random-state-p range range* range-regex
+syn keyword tl_keyword contained rangep rassoc rassq rassql
+syn keyword tl_keyword contained rcomb rcons read read-until-match
+syn keyword tl_keyword contained readdir readlink real-time-stream-p realpath
+syn keyword tl_keyword contained record-adapter reduce-left reduce-right ref
+syn keyword tl_keyword contained refset regex-compile regex-from-trie regex-optimize
+syn keyword tl_keyword contained regex-parse regex-prefix-match regex-source regexp
+syn keyword tl_keyword contained register-exception-subtypes register-tentative-def regsub rehome-sym
+syn keyword tl_keyword contained reject rel-path relate release-deferred-warnings
+syn keyword tl_keyword contained remhash remove-if remove-if* remove-path
+syn keyword tl_keyword contained remove-path-rec remq remq* remql
+syn keyword tl_keyword contained remql* remqual remqual* rename-path
+syn keyword tl_keyword contained repeat replace replace-buf replace-list
+syn keyword tl_keyword contained replace-str replace-struct replace-tree-iter replace-vec
+syn keyword tl_keyword contained reset-struct rest ret retf
+syn keyword tl_keyword contained return return* return-from revappend
+syn keyword tl_keyword contained reverse rfind rfind-if right
+syn keyword tl_keyword contained rlcp rlcp-tree rlet rlist
+syn keyword tl_keyword contained rlist* rmdir rmember rmember-if
+syn keyword tl_keyword contained rmemq rmemql rmemqual rmismatch
+syn keyword tl_keyword contained rotate round round-rem rperm
+syn keyword tl_keyword contained rplaca rplacd rpoly rpos
+syn keyword tl_keyword contained rpos-if rposq rposql rposqual
+syn keyword tl_keyword contained rr rra rsearch rslot
+syn keyword tl_keyword contained rtld-deepbind rtld-global rtld-lazy rtld-local
+syn keyword tl_keyword contained rtld-nodelete rtld-noload rtld-now run
+syn keyword tl_keyword contained s-ifblk s-ifchr s-ifdir s-ififo
+syn keyword tl_keyword contained s-iflnk s-ifmt s-ifreg s-ifsock
+syn keyword tl_keyword contained s-irgrp s-iroth s-irusr s-irwxg
+syn keyword tl_keyword contained s-irwxo s-irwxu s-isgid s-isuid
+syn keyword tl_keyword contained s-isvtx s-iwgrp s-iwoth s-iwusr
+syn keyword tl_keyword contained s-ixgrp s-ixoth s-ixusr save-exe
+syn keyword tl_keyword contained sbit scan-until-match search search-regex
+syn keyword tl_keyword contained search-regst search-str search-str-tree second
+syn keyword tl_keyword contained seek-cur seek-end seek-set seek-stream
+syn keyword tl_keyword contained select self-load-path self-path seq-begin
+syn keyword tl_keyword contained seq-next seq-reset seqp set
+syn keyword tl_keyword contained set-diff set-hash-userdata set-indent set-indent-mode
+syn keyword tl_keyword contained set-key set-left set-max-depth set-max-length
+syn keyword tl_keyword contained set-package-fallback-list set-right set-sig-handler set-stack-limit
+syn keyword tl_keyword contained setegid setenv seteuid setgid
+syn keyword tl_keyword contained setgrent setgroups sethash setitimer
+syn keyword tl_keyword contained setlogmask setpwent setresgid setresuid
+syn keyword tl_keyword contained setuid seventh sh sha256
+syn keyword tl_keyword contained sha256-begin sha256-end sha256-hash sha256-stream
+syn keyword tl_keyword contained shift short short-suffix shuffle
+syn keyword tl_keyword contained shut-rd shut-rdwr shut-wr sig-abrt
+syn keyword tl_keyword contained sig-alrm sig-atomic-t sig-bus sig-check
+syn keyword tl_keyword contained sig-chld sig-cont sig-fpe sig-hup
+syn keyword tl_keyword contained sig-ill sig-int sig-io sig-iot
+syn keyword tl_keyword contained sig-kill sig-pipe sig-poll sig-prof
+syn keyword tl_keyword contained sig-pwr sig-quit sig-segv sig-stkflt
+syn keyword tl_keyword contained sig-stop sig-sys sig-term sig-trap
+syn keyword tl_keyword contained sig-tstp sig-ttin sig-ttou sig-urg
+syn keyword tl_keyword contained sig-usr1 sig-usr2 sig-vtalrm sig-winch
+syn keyword tl_keyword contained sig-xcpu sig-xfsz sign-extend signum
+syn keyword tl_keyword contained sin sinh sixth size-t
+syn keyword tl_keyword contained size-vec sizeof slet slot
+syn keyword tl_keyword contained slotp slots slotset sock-accept
+syn keyword tl_keyword contained sock-bind sock-cloexec sock-connect sock-dgram
+syn keyword tl_keyword contained sock-family sock-listen sock-nonblock sock-peer
+syn keyword tl_keyword contained sock-recv-timeout sock-send-timeout sock-set-peer sock-shutdown
+syn keyword tl_keyword contained sock-stream sock-type some sort
+syn keyword tl_keyword contained sort-group source-loc source-loc-str span-str
+syn keyword tl_keyword contained special-operator-p special-var-p spl splice
+syn keyword tl_keyword contained split split* split-str split-str-set
+syn keyword tl_keyword contained sqrt square ssize-t sspl
+syn keyword tl_keyword contained sssucc ssucc starts-with stat
+syn keyword tl_keyword contained static-slot static-slot-ensure static-slot-home static-slot-p
+syn keyword tl_keyword contained static-slot-set stdlib str str-buf
+syn keyword tl_keyword contained str-d str-in6addr str-in6addr-net str-inaddr
+syn keyword tl_keyword contained str-inaddr-net str-seq str< str<=
+syn keyword tl_keyword contained str= str> str>= stream-get-prop
+syn keyword tl_keyword contained stream-set-prop streamp strerror string-extend
+syn keyword tl_keyword contained string-lt stringp strsignal struct
+syn keyword tl_keyword contained struct-from-args struct-from-plist struct-get-initfun struct-get-postinitfun
+syn keyword tl_keyword contained struct-set-initfun struct-set-postinitfun struct-type struct-type-name
+syn keyword tl_keyword contained struct-type-p structp sub sub-buf
+syn keyword tl_keyword contained sub-list sub-str sub-tree sub-vec
+syn keyword tl_keyword contained subtypep succ sum super
+syn keyword tl_keyword contained super-method suspend swap symacrolet
+syn keyword tl_keyword contained symbol-function symbol-macro symbol-name symbol-package
+syn keyword tl_keyword contained symbol-value symbolp symdiff symlink
+syn keyword tl_keyword contained sys:%backpatch-high16% sys:%backpatch-low16% sys:%big-endian% sys:%bin-op%
+syn keyword tl_keyword contained sys:%bin-ops% sys:%block-using-funs% sys:%call-op% sys:%const-foldable%
+syn keyword tl_keyword contained sys:%const-foldable-funs% sys:%dbg-command-env% sys:%effect-free% sys:%effect-free-funs%
+syn keyword tl_keyword contained sys:%file-suff-rx% sys:%functional% sys:%functional-funs% sys:%gcall-op%
+syn keyword tl_keyword contained sys:%lev-bits% sys:%lev-size% sys:%max-lambda-fixed-args% sys:%max-lev%
+syn keyword tl_keyword contained sys:%max-lev-idx% sys:%max-sm-lev% sys:%max-sm-lev-idx% sys:%max-v-lev%
+syn keyword tl_keyword contained sys:%nary-ops% sys:%oc-code% sys:%oc-hash% sys:%oc-list-builder%
+syn keyword tl_keyword contained sys:%package-manip% sys:%param-info% sys:%quip-rand-state% sys:%quips%
+syn keyword tl_keyword contained sys:%shuffled-quips% sys:%sm-lev-bits% sys:%sm-lev-size% sys:%test-funs%
+syn keyword tl_keyword contained sys:%test-funs-neg% sys:%test-funs-ops% sys:%test-funs-pos% sys:%test-inv%
+syn keyword tl_keyword contained sys:%test-opcode% sys:%tlo-ver% sys:*dedup* sys:*emit*
+syn keyword tl_keyword contained sys:*eval* sys:*in-compilation-unit* sys:*load-recursive* sys:*load-time*
+syn keyword tl_keyword contained sys:*match-form* sys:*op-ctx* sys:*pl-env* sys:*pl-form*
+syn keyword tl_keyword contained sys:*trace-hash* sys:*trace-level* sys:*unchecked-calls* sys:abscond*
+syn keyword tl_keyword contained sys:abscond-from sys:analyze-argtypes sys:analyze-params sys:apply
+syn keyword tl_keyword contained sys:asm-error sys:assumed-fun sys:awk%--rng sys:awk%--rng+
+syn keyword tl_keyword contained sys:awk%--rng- sys:awk%-rng+ sys:awk%rng+ sys:awk-code-move-check
+syn keyword tl_keyword contained sys:awk-error sys:awk-expander sys:awk-fun-let sys:awk-fun-shadowing-env
+syn keyword tl_keyword contained sys:awk-mac-let sys:awk-redir sys:awk-test sys:b*
+syn keyword tl_keyword contained sys:b+ sys:b- sys:b/ sys:b<
+syn keyword tl_keyword contained sys:b<= sys:b= sys:b=> sys:b>
+syn keyword tl_keyword contained sys:bad-slot-syntax sys:bind-mac-check sys:bind-mac-error sys:bindable-check
+syn keyword tl_keyword contained sys:bits sys:bits-to-obj sys:blk sys:build-expander
+syn keyword tl_keyword contained sys:build-key-list-expr sys:capture-cont sys:catch sys:check
+syn keyword tl_keyword contained sys:check-end sys:check-slot sys:check-struct sys:check-sym
+syn keyword tl_keyword contained sys:circref sys:compat sys:compile-and-match sys:compile-as-match
+syn keyword tl_keyword contained sys:compile-atom-match sys:compile-cons-structure sys:compile-exprs-match sys:compile-file-conditionally
+syn keyword tl_keyword contained sys:compile-hash-match sys:compile-loop-match sys:compile-match sys:compile-new-var-match
+syn keyword tl_keyword contained sys:compile-not-match sys:compile-or-match sys:compile-predicate-match sys:compile-range-match
+syn keyword tl_keyword contained sys:compile-require-match sys:compile-scan-match sys:compile-struct-match sys:compile-var-match
+syn keyword tl_keyword contained sys:compile-vec-match sys:compile-with-match sys:compiler-emit-warnings sys:conv
+syn keyword tl_keyword contained sys:conv-expand sys:conv-let sys:ctx-form sys:ctx-name
+syn keyword tl_keyword contained sys:dbg-all sys:dbg-backtrace sys:dbg-clear sys:dbg-enable
+syn keyword tl_keyword contained sys:dbg-restore sys:dbg-set sys:dbg-step sys:debugger
+syn keyword tl_keyword contained sys:dedup sys:dedup-labels sys:deffi-cb-expander sys:define-method
+syn keyword tl_keyword contained sys:defset-expander sys:defset-expander-simple sys:detached-run sys:dig
syn keyword tl_keyword contained sys:disassemble-cdf sys:dlib-expr sys:do-conv sys:do-copy-obj
syn keyword tl_keyword contained sys:do-path-test sys:do-tweak-obj sys:doc-syms sys:dump-to-tlo
syn keyword tl_keyword contained sys:dvbind sys:dwim-del sys:dwim-set sys:dyn-size
@@ -557,22 +558,22 @@ syn keyword tl_keyword contained sys:get-fun-getter-setter sys:get-mb sys:get-pa
syn keyword tl_keyword contained sys:get-var-list sys:get-vars sys:get-vb sys:getopts-error
syn keyword tl_keyword contained sys:handle-bad-syntax sys:hlet-expand sys:if-to-cond sys:in6addr-condensed-text
syn keyword tl_keyword contained sys:is-label sys:l1-setq sys:l1-val sys:lambda-apply-transform
-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-copy-path-opts sys:make-struct-lit sys:make-struct-type
-syn keyword tl_keyword contained sys:mark-special sys:misleading-ref-check sys:name-str sys:new-expander
-syn keyword tl_keyword contained sys:new-type 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:opt-dash sys:opt-err
-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-test-mode sys:path-test-type sys:pic-join-opt sys:pl-expand
-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:qquote sys:quasi sys:quasilist
-syn keyword tl_keyword contained sys:r-s-let-expander sys:reduce-constant sys:reduce-lisp sys:reduce-or
-syn keyword tl_keyword contained sys:reg-expand-nongreedy sys:reg-optimize sys:register-opcode sys:register-simple-accessor
+syn keyword tl_keyword contained sys:lambda-excess-apply-list sys:lambda-short-apply-list sys:lambda-too-few-args sys:lambda-too-many-args
+syn keyword tl_keyword contained sys:lbind sys:lisp1-setq sys:lisp1-value sys:list-builder-flets
+syn keyword tl_keyword contained sys:list-from-vm-desc sys:load-time-lit sys:loc sys:loosen
+syn keyword tl_keyword contained sys:mac-env-flatten sys:make-anon-package sys:make-copy-path-opts sys:make-struct-lit
+syn keyword tl_keyword contained sys:make-struct-type sys:mark-special sys:misleading-ref-check sys:name-str
+syn keyword tl_keyword contained sys:new-expander sys:new-type sys:non-triv-pat-p sys:null-reg
+syn keyword tl_keyword contained sys:obtain-impl sys:op-alpha-rename sys:op-ensure-rec sys:op-expand
+syn keyword tl_keyword contained sys:op-meta-p sys:op-rec-p sys:open-compile-streams sys:open-url
+syn keyword tl_keyword contained sys:operand-to-exp sys:operand-to-sym sys:opip-expand sys:opt-dash
+syn keyword tl_keyword contained sys:opt-err sys:os-symbol sys:param-check sys:parse-compound-operand
+syn keyword tl_keyword contained sys:parse-lambda-match-clause sys:parse-operand sys:pat-len sys:path-access
+syn keyword tl_keyword contained sys:path-examine sys:path-test-mode sys:path-test-type sys:pic-join-opt
+syn keyword tl_keyword contained sys:pl-expand sys:placelet-1 sys:print-backtrace sys:propagate-ancestor
+syn keyword tl_keyword contained sys:propagate-perms sys:prune-missing-inits 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
@@ -607,58 +608,58 @@ 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-string-local time-string-utc
syn keyword tl_keyword contained time-struct-local time-struct-utc time-t time-usec
-syn keyword tl_keyword contained tmpfile tnode to tofloat
-syn keyword tl_keyword contained tofloatz toint tointz tojson
-syn keyword tl_keyword contained tok tok-str tok-where 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-delete
-syn keyword tl_keyword contained tree-delete-node tree-find tree-insert tree-insert-node
-syn keyword tl_keyword contained tree-lookup tree-lookup-node tree-next tree-peek
-syn keyword tl_keyword contained tree-reset tree-root treep trie-add
-syn keyword tl_keyword contained trie-compress trie-lookup-begin trie-lookup-feed-char trie-value-at
-syn keyword tl_keyword contained trim-left trim-right trim-str true
-syn keyword tl_keyword contained trunc trunc-rem truncate-stream tuples
-syn keyword tl_keyword contained txr-case txr-exe-path txr-if txr-parse
-syn keyword tl_keyword contained txr-path txr-version txr-when typecase
-syn keyword tl_keyword contained typedef typeof typep ubit
-syn keyword tl_keyword contained uchar uid-t uint uint-buf
-syn keyword tl_keyword contained uint-carray uint-ptr-t uint16 uint32
-syn keyword tl_keyword contained uint64 uint8 ulong ulonglong
-syn keyword tl_keyword contained umask umeth umethod uname
-syn keyword tl_keyword contained unget-byte unget-char uni unintern
-syn keyword tl_keyword contained union union-get union-in union-members
-syn keyword tl_keyword contained union-out union-put uniq unique
-syn keyword tl_keyword contained unless unquote unsetenv until
-syn keyword tl_keyword contained until* untrace unuse-package unuse-sym
-syn keyword tl_keyword contained unwind-protect upcase-str upd update
-syn keyword tl_keyword contained uref url-decode url-encode use
-syn keyword tl_keyword contained use-package use-sym 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-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 xcase yield yield-from
-syn keyword tl_keyword contained zap zarray zchar zero-fill
-syn keyword tl_keyword contained zerop zip znew
+syn keyword tl_keyword contained tmpfile tnode tnodep to
+syn keyword tl_keyword contained tofloat tofloatz toint tointz
+syn keyword tl_keyword contained tojson tok tok-str tok-where
+syn keyword tl_keyword contained tostop tostring tostringp touch
+syn keyword tl_keyword contained tprint trace transpose tree
+syn keyword tl_keyword contained tree-begin tree-bind tree-case tree-clear
+syn keyword tl_keyword contained tree-delete tree-delete-node tree-find tree-insert
+syn keyword tl_keyword contained tree-insert-node tree-lookup tree-lookup-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-right trim-str
+syn keyword tl_keyword contained true trunc trunc-rem truncate-stream
+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 ulong
+syn keyword tl_keyword contained ulonglong umask umeth umethod
+syn keyword tl_keyword contained uname unget-byte unget-char uni
+syn keyword tl_keyword contained unintern union union-get union-in
+syn keyword tl_keyword contained union-members union-out union-put uniq
+syn keyword tl_keyword contained unique unless unquote unsetenv
+syn keyword tl_keyword contained until until* untrace unuse-package
+syn keyword tl_keyword contained unuse-sym unwind-protect upcase-str upd
+syn keyword tl_keyword contained update uref url-decode url-encode
+syn keyword tl_keyword contained use use-package use-sym user-package
+syn keyword tl_keyword contained ushort usl usleep uslot
+syn keyword tl_keyword contained utimes val vdiscard vec
+syn keyword tl_keyword contained vec-carray vec-list vec-push vec-seq
+syn keyword tl_keyword contained vec-set-length vecref vector vector-list
+syn keyword tl_keyword contained vectorp veof veol veol2
+syn keyword tl_keyword contained verase vintr vkill vlnext
+syn keyword tl_keyword contained vm-fun-p vmin void vquit
+syn keyword tl_keyword contained vreprint vstart vstop vsusp
+syn keyword tl_keyword contained vswtc vt0 vt1 vtdly
+syn keyword tl_keyword contained vtime vwerase w-continued w-coredump
+syn keyword tl_keyword contained w-exitstatus w-ifcontinued w-ifexited w-ifsignaled
+syn keyword tl_keyword contained w-ifstopped w-nohang w-stopsig w-termsig
+syn keyword tl_keyword contained w-untraced wait wchar weave
+syn keyword tl_keyword contained when when-match whena whenlet
+syn keyword tl_keyword contained where while while* while-match
+syn keyword tl_keyword contained while-match-case while-true-match-case whilet width
+syn keyword tl_keyword contained width-check window-map window-mapdo window-mappend
+syn keyword tl_keyword contained wint-t with-clobber-expander with-compilation-unit 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 xcase yield
+syn keyword tl_keyword contained yield-from zap zarray zchar
+syn keyword tl_keyword contained zero-fill zerop zip znew
syn match txr_nested_error "[^\t ]\+" contained
syn match txr_variable "\(@[ \t]*\)[*]\?[ \t]*[A-Za-z_][A-Za-z_0-9]*"
syn match txr_splicevar "@[ \t,*@]*[A-Za-z_][A-Za-z_0-9]*" contained
diff --git a/txr.1 b/txr.1
index 11275867..1b7266d3 100644
--- a/txr.1
+++ b/txr.1
@@ -430,9 +430,9 @@
.ds TX \f[B]TXR\f[]
.ds TL \f[B]TXR Lisp\f[]
.\" Start of man page:
-.TH TXR 1 2021-06-25 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
+.TH TXR 1 2021-07-02 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- Programming Language (Version 264)
+\*(TX \- Programming Language (Version 265)
.SH* SYNOPSIS
.mono
@@ -79496,7 +79496,7 @@ versions 2, 3, 4 and 5, regardless of minor version.
Versions 252 through 259 produce version 6.0 files and load
only version 6, regardless of minor version.
-Versions 260 through 264 produce version 7.0 files and load
+Versions 260 through 265 produce version 7.0 files and load
versions 6 and 7, regardless of minor version.
Version 261 introduces JSON
.code #J
diff --git a/txr.vim b/txr.vim
index 4c7bbd36..a1ed4874 100644
--- a/txr.vim
+++ b/txr.vim
@@ -244,301 +244,302 @@ syn keyword tl_keyword contained fill-buf fill-buf-adjust fill-carray fill-obj
syn keyword tl_keyword contained fill-vec filter-equal filter-string-tree finalize
syn keyword tl_keyword contained find find-frame find-frames find-frames-by-mask
syn keyword tl_keyword contained find-if find-max find-min find-package
-syn keyword tl_keyword contained find-struct-type find-symbol find-symbol-fb 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 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 gcd gen gen-hash-seed generate
-syn keyword tl_keyword contained gensym gequal get-buf-from-stream get-byte
-syn keyword tl_keyword contained get-char get-clobber-expander get-delete-expander get-error
-syn keyword tl_keyword contained get-error-str get-frames get-hash-userdata get-indent
-syn keyword tl_keyword contained get-indent-mode get-json get-jsons get-line
-syn keyword tl_keyword contained get-line-as-buf get-lines get-list-from-stream get-obj
-syn keyword tl_keyword contained get-sig-handler get-stack-limit get-string get-string-from-stream
-syn keyword tl_keyword contained get-update-expander getaddrinfo getegid getenv
-syn keyword tl_keyword contained geteuid getgid getgrent getgrgid
-syn keyword tl_keyword contained getgrnam getgroups gethash getitimer
-syn keyword tl_keyword contained getopts getpid getppid getpwent
-syn keyword tl_keyword contained getpwnam getpwuid getresgid getresuid
-syn keyword tl_keyword contained getuid gid-t ginterate giterate
-syn keyword tl_keyword contained glob glob-altdirfunc glob-brace glob-err
-syn keyword tl_keyword contained glob-mark glob-nocheck glob-noescape glob-nomagic
-syn keyword tl_keyword contained glob-nosort glob-onlydir glob-period glob-tilde
-syn keyword tl_keyword contained glob-tilde-check go grade greater
-syn keyword tl_keyword contained group-by group-reduce gun handle
-syn keyword tl_keyword contained handle* handler-bind hash hash-alist
-syn keyword tl_keyword contained hash-begin hash-construct hash-count hash-diff
-syn keyword tl_keyword contained hash-eql hash-equal hash-from-alist hash-from-pairs
-syn keyword tl_keyword contained hash-invert hash-isec hash-keys hash-keys-of
-syn keyword tl_keyword contained hash-list hash-next hash-pairs hash-peek
-syn keyword tl_keyword contained hash-proper-subset 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 hlet hlet* html-decode
-syn keyword tl_keyword contained html-encode html-encode* hupcl 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 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 indent-code indent-data indent-foff indent-off
-syn keyword tl_keyword contained inhash inlcr ino-t inpck
-syn keyword tl_keyword contained int int-buf int-carray int-chr
-syn keyword tl_keyword contained int-cptr int-flo int-ptr-t int-str
-syn keyword tl_keyword contained int16 int32 int64 int8
-syn keyword tl_keyword contained integerp intern intern-fb interp-fun-p
-syn keyword tl_keyword contained interpose inv-cum-norm invoke-catch ip
-syn keyword tl_keyword contained ipf iread isatty isec
-syn keyword tl_keyword contained isig isqrt istrip iter-begin
-syn keyword tl_keyword contained iter-item iter-more iter-reset iter-step
-syn keyword tl_keyword contained iterable itimer-prov itimer-real itimer-virtual
-syn keyword tl_keyword contained iuclc iutf8 ixany ixoff
-syn keyword tl_keyword contained ixon join join-with json
-syn keyword tl_keyword contained juxt keep-if keep-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 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-buf
-syn keyword tl_keyword contained length-carray length-list length-str length-str-<
-syn keyword tl_keyword contained length-str-<= length-str-> length-str->= length-vec
-syn keyword tl_keyword contained lequal less let let*
-syn keyword tl_keyword contained lexical-fun-p lexical-lisp1-binding lexical-var-p 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-for load-time 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 log2 logand logcount logior
-syn keyword tl_keyword contained lognot logtest logtrunc logxor
-syn keyword tl_keyword contained long long-suffix longlong lop
-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-lisp1 macrolet
-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 mapcar mapcar*
-syn keyword tl_keyword contained mapdo mapf maphash mappend
-syn keyword tl_keyword contained mappend* maprend maprod maprodo
-syn keyword tl_keyword contained mask match-case match-fun match-regex
-syn keyword tl_keyword contained match-regex-right match-regst match-regst-right match-str
-syn keyword tl_keyword contained match-str-tree max mboundp md5
-syn keyword tl_keyword contained md5-begin md5-end md5-hash md5-stream
-syn keyword tl_keyword contained member member-if memp memq
-syn keyword tl_keyword contained memql memqual meq meql
-syn keyword tl_keyword contained mequal merge merge-delete-package meth
-syn keyword tl_keyword contained method min minor minusp
-syn keyword tl_keyword contained mismatch mkdir mkdtemp mkfifo
-syn keyword tl_keyword contained mknod mkstemp mkstring mlet
-syn keyword tl_keyword contained mmakunbound mod mode-t multi
-syn keyword tl_keyword contained multi-sort n-choose-k n-perm-k nconc
-syn keyword tl_keyword contained neg neq neql nequal
-syn keyword tl_keyword contained new new* nexpand-left 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 not notf nreconc nreverse
-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 opip opost
-syn keyword tl_keyword contained opt opthelp or orf
-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 parenb parmrk parodd parse-errors
-syn keyword tl_keyword contained partition partition* partition-by path-blkdev-p
-syn keyword tl_keyword contained path-cat path-chrdev-p path-dir-empty path-dir-p
-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-same-object
-syn keyword tl_keyword contained path-sep-chars path-setgid-p path-setuid-p path-sock-p
-syn keyword tl_keyword contained path-sticky-p path-strictly-private-to-me-p path-symlink-p path-writable-to-me-p
-syn keyword tl_keyword contained pdec pendin perm pic
-syn keyword tl_keyword contained pid-t pinc pipe place-form-p
-syn keyword tl_keyword contained placelet placelet* plist-to-alist plusp
-syn keyword tl_keyword contained poll poll-err poll-in poll-nval
-syn keyword tl_keyword contained poll-out poll-pri poll-rdband poll-rdhup
-syn keyword tl_keyword contained poll-wrband poly pop 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 promisep prop
-syn keyword tl_keyword contained proper-list-p proper-listp pset ptr
-syn keyword tl_keyword contained ptr-in ptr-in-d ptr-out ptr-out-d
-syn keyword tl_keyword contained ptr-out-s ptrdiff-t pub:txr-sym pure-rel-path-p
-syn keyword tl_keyword contained purge-deferred-warning push 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 quip
-syn keyword tl_keyword contained quote r$ r^ r^$
-syn keyword tl_keyword contained raise rand random random-fixnum
-syn keyword tl_keyword contained random-float random-state-get-vec random-state-p range
-syn keyword tl_keyword contained range* range-regex rangep rassoc
-syn keyword tl_keyword contained rassq rassql rcomb rcons
-syn keyword tl_keyword contained read read-until-match readdir readlink
-syn keyword tl_keyword contained real-time-stream-p realpath record-adapter reduce-left
-syn keyword tl_keyword contained reduce-right ref refset regex-compile
-syn keyword tl_keyword contained regex-from-trie regex-parse regex-prefix-match regex-source
-syn keyword tl_keyword contained regexp register-exception-subtypes register-tentative-def regsub
-syn keyword tl_keyword contained rehome-sym reject rel-path relate
-syn keyword tl_keyword contained release-deferred-warnings remhash remove-if remove-if*
-syn keyword tl_keyword contained remove-path remove-path-rec remq remq*
-syn keyword tl_keyword contained remql remql* remqual remqual*
-syn keyword tl_keyword contained rename-path repeat replace replace-buf
-syn keyword tl_keyword contained replace-list replace-str replace-struct replace-tree-iter
-syn keyword tl_keyword contained replace-vec reset-struct rest ret
-syn keyword tl_keyword contained retf return return* return-from
-syn keyword tl_keyword contained revappend reverse rfind rfind-if
-syn keyword tl_keyword contained right rlcp rlcp-tree rlet
-syn keyword tl_keyword contained rlist rlist* rmdir rmember
-syn keyword tl_keyword contained rmember-if rmemq rmemql rmemqual
-syn keyword tl_keyword contained rmismatch rotate round round-rem
-syn keyword tl_keyword contained rperm rplaca rplacd rpoly
-syn keyword tl_keyword contained rpos rpos-if rposq rposql
-syn keyword tl_keyword contained rposqual rr rra rsearch
-syn keyword tl_keyword contained rslot rtld-deepbind rtld-global rtld-lazy
-syn keyword tl_keyword contained rtld-local rtld-nodelete rtld-noload rtld-now
-syn keyword tl_keyword contained run s-ifblk s-ifchr s-ifdir
-syn keyword tl_keyword contained s-ififo s-iflnk s-ifmt s-ifreg
-syn keyword tl_keyword contained s-ifsock s-irgrp s-iroth s-irusr
-syn keyword tl_keyword contained s-irwxg s-irwxo s-irwxu s-isgid
-syn keyword tl_keyword contained s-isuid s-isvtx s-iwgrp s-iwoth
-syn keyword tl_keyword contained s-iwusr s-ixgrp s-ixoth s-ixusr
-syn keyword tl_keyword contained save-exe sbit scan-until-match search
-syn keyword tl_keyword contained search-regex search-regst search-str search-str-tree
-syn keyword tl_keyword contained second seek-cur seek-end seek-set
-syn keyword tl_keyword contained seek-stream select self-load-path self-path
-syn keyword tl_keyword contained seq-begin seq-next seq-reset seqp
-syn keyword tl_keyword contained set set-diff set-hash-userdata set-indent
-syn keyword tl_keyword contained set-indent-mode set-key set-left set-max-depth
-syn keyword tl_keyword contained set-max-length set-package-fallback-list set-right set-sig-handler
-syn keyword tl_keyword contained set-stack-limit setegid setenv seteuid
-syn keyword tl_keyword contained setgid setgrent setgroups sethash
-syn keyword tl_keyword contained setitimer setlogmask setpwent setresgid
-syn keyword tl_keyword contained setresuid setuid seventh sh
-syn keyword tl_keyword contained sha256 sha256-begin sha256-end sha256-hash
-syn keyword tl_keyword contained sha256-stream shift short short-suffix
-syn keyword tl_keyword contained shuffle shut-rd shut-rdwr shut-wr
-syn keyword tl_keyword contained sig-abrt sig-alrm sig-atomic-t sig-bus
-syn keyword tl_keyword contained sig-check sig-chld sig-cont sig-fpe
-syn keyword tl_keyword contained sig-hup sig-ill sig-int sig-io
-syn keyword tl_keyword contained sig-iot sig-kill sig-pipe sig-poll
-syn keyword tl_keyword contained sig-prof sig-pwr sig-quit sig-segv
-syn keyword tl_keyword contained sig-stkflt sig-stop sig-sys sig-term
-syn keyword tl_keyword contained sig-trap sig-tstp sig-ttin sig-ttou
-syn keyword tl_keyword contained sig-urg sig-usr1 sig-usr2 sig-vtalrm
-syn keyword tl_keyword contained sig-winch sig-xcpu sig-xfsz sign-extend
-syn keyword tl_keyword contained signum sin sinh sixth
-syn keyword tl_keyword contained size-t size-vec sizeof slet
-syn keyword tl_keyword contained slot slotp slots slotset
-syn keyword tl_keyword contained sock-accept sock-bind sock-cloexec sock-connect
-syn keyword tl_keyword contained sock-dgram sock-family sock-listen sock-nonblock
-syn keyword tl_keyword contained sock-peer sock-recv-timeout sock-send-timeout sock-set-peer
-syn keyword tl_keyword contained sock-shutdown sock-stream sock-type some
-syn keyword tl_keyword contained sort sort-group source-loc source-loc-str
-syn keyword tl_keyword contained span-str special-operator-p special-var-p spl
-syn keyword tl_keyword contained splice split split* split-str
-syn keyword tl_keyword contained split-str-set sqrt square ssize-t
-syn keyword tl_keyword contained sspl sssucc ssucc starts-with
-syn keyword tl_keyword contained stat static-slot static-slot-ensure static-slot-home
-syn keyword tl_keyword contained static-slot-p static-slot-set stdlib str
-syn keyword tl_keyword contained str-buf str-d str-in6addr str-in6addr-net
-syn keyword tl_keyword contained str-inaddr str-inaddr-net str-seq str<
-syn keyword tl_keyword contained str<= str= str> str>=
-syn keyword tl_keyword contained stream-get-prop stream-set-prop streamp strerror
-syn keyword tl_keyword contained string-extend string-lt stringp strsignal
-syn keyword tl_keyword contained struct struct-from-args struct-from-plist struct-get-initfun
-syn keyword tl_keyword contained struct-get-postinitfun struct-set-initfun struct-set-postinitfun struct-type
-syn keyword tl_keyword contained struct-type-name struct-type-p structp sub
-syn keyword tl_keyword contained sub-buf sub-list sub-str sub-tree
-syn keyword tl_keyword contained sub-vec subtypep succ sum
-syn keyword tl_keyword contained super super-method suspend swap
-syn keyword tl_keyword contained symacrolet symbol-function symbol-macro symbol-name
-syn keyword tl_keyword contained symbol-package symbol-value symbolp symdiff
-syn keyword tl_keyword contained symlink sys:%backpatch-high16% sys:%backpatch-low16% sys:%big-endian%
-syn keyword tl_keyword contained sys:%bin-op% sys:%bin-ops% sys:%block-using-funs% sys:%call-op%
-syn keyword tl_keyword contained sys:%const-foldable% sys:%const-foldable-funs% sys:%dbg-command-env% sys:%effect-free%
-syn keyword tl_keyword contained sys:%effect-free-funs% sys:%file-suff-rx% sys:%functional% sys:%functional-funs%
-syn keyword tl_keyword contained sys:%gcall-op% sys:%lev-bits% sys:%lev-size% sys:%max-lambda-fixed-args%
-syn keyword tl_keyword contained sys:%max-lev% sys:%max-lev-idx% sys:%max-sm-lev% sys:%max-sm-lev-idx%
-syn keyword tl_keyword contained sys:%max-v-lev% sys:%nary-ops% sys:%oc-code% sys:%oc-hash%
-syn keyword tl_keyword contained sys:%oc-list-builder% sys:%package-manip% sys:%param-info% sys:%quip-rand-state%
-syn keyword tl_keyword contained sys:%quips% sys:%shuffled-quips% sys:%sm-lev-bits% sys:%sm-lev-size%
-syn keyword tl_keyword contained sys:%test-funs% sys:%test-funs-neg% sys:%test-funs-ops% sys:%test-funs-pos%
-syn keyword tl_keyword contained sys:%test-inv% sys:%test-opcode% sys:%tlo-ver% sys:*dedup*
-syn keyword tl_keyword contained sys:*emit* sys:*eval* sys:*in-compilation-unit* sys:*load-recursive*
-syn keyword tl_keyword contained sys:*load-time* sys:*match-form* sys:*op-ctx* sys:*pl-env*
-syn keyword tl_keyword contained sys:*pl-form* sys:*trace-hash* sys:*trace-level* sys:*unchecked-calls*
-syn keyword tl_keyword contained sys:abscond* sys:abscond-from sys:analyze-argtypes sys:analyze-params
-syn keyword tl_keyword contained sys:apply sys:asm-error sys:assumed-fun sys:awk%--rng
-syn keyword tl_keyword contained sys:awk%--rng+ sys:awk%--rng- sys:awk%-rng+ sys:awk%rng+
-syn keyword tl_keyword contained sys:awk-code-move-check sys:awk-error sys:awk-expander sys:awk-fun-let
-syn keyword tl_keyword contained sys:awk-fun-shadowing-env sys:awk-mac-let sys:awk-redir sys:awk-test
-syn keyword tl_keyword contained sys:b* sys:b+ sys:b- sys:b/
-syn keyword tl_keyword contained sys:b< sys:b<= sys:b= sys:b=>
-syn keyword tl_keyword contained sys:b> sys:bad-slot-syntax sys:bind-mac-check sys:bind-mac-error
-syn keyword tl_keyword contained sys:bindable-check sys:bits sys:bits-to-obj sys:blk
-syn keyword tl_keyword contained sys:build-expander sys:build-key-list-expr sys:capture-cont sys:catch
-syn keyword tl_keyword contained sys:check sys:check-end sys:check-slot sys:check-struct
-syn keyword tl_keyword contained sys:check-sym sys:circref sys:compat sys:compile-and-match
-syn keyword tl_keyword contained sys:compile-as-match sys:compile-atom-match sys:compile-cons-structure sys:compile-exprs-match
-syn keyword tl_keyword contained sys:compile-file-conditionally sys:compile-hash-match sys:compile-loop-match sys:compile-match
-syn keyword tl_keyword contained sys:compile-new-var-match sys:compile-not-match sys:compile-or-match sys:compile-predicate-match
-syn keyword tl_keyword contained sys:compile-range-match sys:compile-require-match sys:compile-scan-match sys:compile-struct-match
-syn keyword tl_keyword contained sys:compile-var-match sys:compile-vec-match sys:compile-with-match sys:compiler-emit-warnings
-syn keyword tl_keyword contained sys:conv sys:conv-expand sys:conv-let sys:ctx-form
-syn keyword tl_keyword contained sys:ctx-name sys:dbg-all sys:dbg-backtrace sys:dbg-clear
-syn keyword tl_keyword contained sys:dbg-enable sys:dbg-restore sys:dbg-set sys:dbg-step
-syn keyword tl_keyword contained sys:debugger sys:dedup sys:dedup-labels sys:deffi-cb-expander
-syn keyword tl_keyword contained sys:define-method sys:defset-expander sys:defset-expander-simple sys:dig
+syn keyword tl_keyword contained find-struct-type find-symbol find-symbol-fb find-true
+syn keyword tl_keyword contained first fixnum-max fixnum-min fixnump
+syn keyword tl_keyword contained flatcar flatcar* flatten flatten*
+syn keyword tl_keyword contained flet flip flipargs flo-dig
+syn keyword tl_keyword contained flo-down flo-epsilon flo-get-round-mode flo-int
+syn keyword tl_keyword contained flo-max flo-max-dig flo-min flo-near
+syn keyword tl_keyword contained flo-set-round-mode flo-str flo-up flo-zero
+syn keyword tl_keyword contained float floatp floor floor-rem
+syn keyword tl_keyword contained flow flush-stream flusho fmakunbound
+syn keyword tl_keyword contained fmt fnm-casefold fnm-extmatch fnm-leading-dir
+syn keyword tl_keyword contained fnm-noescape fnm-pathname fnm-period fnmatch
+syn keyword tl_keyword contained for for* force force-break
+syn keyword tl_keyword contained fork format fourth fr$
+syn keyword tl_keyword contained fr^ fr^$ from frr
+syn keyword tl_keyword contained fsblkcnt-t fsfilcnt-t fstat ftw
+syn keyword tl_keyword contained ftw-actionretval ftw-chdir ftw-continue ftw-d
+syn keyword tl_keyword contained ftw-depth ftw-dnr ftw-dp ftw-f
+syn keyword tl_keyword contained ftw-mount ftw-ns ftw-phys ftw-skip-siblings
+syn keyword tl_keyword contained ftw-skip-subtree ftw-sl ftw-sln ftw-stop
+syn keyword tl_keyword contained fun fun-fixparam-count fun-optparam-count fun-variadic
+syn keyword tl_keyword contained func-get-env func-get-form func-get-name func-set-env
+syn keyword tl_keyword contained functionp 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 getuid gid-t ginterate
+syn keyword tl_keyword contained giterate 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 go grade
+syn keyword tl_keyword contained greater group-by 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-keys
+syn keyword tl_keyword contained hash-keys-of hash-list hash-next hash-pairs
+syn keyword tl_keyword contained hash-peek hash-proper-subset hash-reset hash-revget
+syn keyword tl_keyword contained hash-subset hash-symdiff hash-uni hash-update
+syn keyword tl_keyword contained hash-update-1 hash-userdata hash-values hash-zip
+syn keyword tl_keyword contained hashp have hlet hlet*
+syn keyword tl_keyword contained html-decode html-encode html-encode* hupcl
+syn keyword tl_keyword contained iapply icanon icrnl id-t
+syn keyword tl_keyword contained identity identity* ido iexten
+syn keyword tl_keyword contained if if-match ifa iff
+syn keyword tl_keyword contained iffi iflet ignbrk igncr
+syn keyword tl_keyword contained ignerr 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 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 inv-cum-norm invoke-catch
+syn keyword tl_keyword contained ip ipf iread isatty
+syn keyword tl_keyword contained isec isig isqrt istrip
+syn keyword tl_keyword contained iter-begin iter-item iter-more iter-reset
+syn keyword tl_keyword contained iter-step iterable itimer-prof itimer-real
+syn keyword tl_keyword contained itimer-virtual iuclc iutf8 ixany
+syn keyword tl_keyword contained ixoff ixon join join-with
+syn keyword tl_keyword contained json juxt keep-if keep-if*
+syn keyword tl_keyword contained keep-match-products keep-matches keepq keepql
+syn keyword tl_keyword contained keepqual key key-t keyword-package
+syn keyword tl_keyword contained keywordp kill labels lambda
+syn keyword tl_keyword contained lambda-match last lazy-str lazy-str-force
+syn keyword tl_keyword contained lazy-str-force-upto lazy-str-get-trailing-list lazy-stream-cons lazy-stringp
+syn keyword tl_keyword contained lchown lcm lcons lcons-car
+syn keyword tl_keyword contained lcons-cdr lcons-fun lconsp 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-buf length-carray length-list length-str
+syn keyword tl_keyword contained length-str-< length-str-<= length-str-> length-str->=
+syn keyword tl_keyword contained length-vec lequal less let
+syn keyword tl_keyword contained let* lexical-fun-p lexical-lisp1-binding lexical-var-p
+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-for load-time
+syn keyword tl_keyword contained loff-t log log-alert log-auth
+syn keyword tl_keyword contained log-authpriv log-cons log-crit log-daemon
+syn keyword tl_keyword contained log-debug log-emerg log-err log-info
+syn keyword tl_keyword contained log-ndelay log-notice log-nowait log-odelay
+syn keyword tl_keyword contained log-perror log-pid log-user log-warning
+syn keyword tl_keyword contained log10 log2 logand logcount
+syn keyword tl_keyword contained logior lognot logtest logtrunc
+syn keyword tl_keyword contained logxor long long-suffix longlong
+syn keyword tl_keyword contained lop 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-lisp1
+syn keyword tl_keyword contained macrolet 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 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-case match-fun
+syn keyword tl_keyword contained match-regex match-regex-right match-regst match-regst-right
+syn keyword tl_keyword contained match-str match-str-tree max mboundp
+syn keyword tl_keyword contained md5 md5-begin md5-end md5-hash
+syn keyword tl_keyword contained md5-stream member member-if memp
+syn keyword tl_keyword contained memq memql memqual meq
+syn keyword tl_keyword contained meql mequal merge merge-delete-package
+syn keyword tl_keyword contained meth method min minor
+syn keyword tl_keyword contained minusp mismatch mkdir mkdtemp
+syn keyword tl_keyword contained mkfifo mknod mkstemp mkstring
+syn keyword tl_keyword contained mlet mmakunbound mod mode-t
+syn keyword tl_keyword contained multi multi-sort n-choose-k n-perm-k
+syn keyword tl_keyword contained nconc neg neq neql
+syn keyword tl_keyword contained nequal new new* nexpand-left
+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 not notf nreconc
+syn keyword tl_keyword contained nreverse nshuffle nsort nth
+syn keyword tl_keyword contained nthcdr nthlast null nullify
+syn keyword tl_keyword contained num-chr num-str numberp nzerop
+syn keyword tl_keyword contained o-accmode o-append o-async o-cloexec
+syn keyword tl_keyword contained o-creat o-direct o-directory o-noatime
+syn keyword tl_keyword contained o-noctty o-nofollow o-nonblock o-path
+syn keyword tl_keyword contained o-rdonly o-rdwr o-sync o-trunc
+syn keyword tl_keyword contained o-wronly oand obtain obtain*
+syn keyword tl_keyword contained obtain*-block obtain-block ocrnl oddp
+syn keyword tl_keyword contained ofdel off-t offsetof ofill
+syn keyword tl_keyword contained olcuc onlcr onlret onocr
+syn keyword tl_keyword contained op open-command open-directory open-file
+syn keyword tl_keyword contained open-fileno open-files open-files* open-pipe
+syn keyword tl_keyword contained open-process open-socket open-socket-pair open-subprocess
+syn keyword tl_keyword contained open-tail opendir openlog opip
+syn keyword tl_keyword contained opost opt opthelp or
+syn keyword tl_keyword contained orf package-alist package-fallback-list package-foreign-symbols
+syn keyword tl_keyword contained package-local-symbols package-name package-symbols packagep
+syn keyword tl_keyword contained pad parenb parmrk parodd
+syn keyword tl_keyword contained parse-errors partition partition* partition-by
+syn keyword tl_keyword contained path-blkdev-p path-cat path-chrdev-p path-dir-empty
+syn keyword tl_keyword contained path-dir-p 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-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 portable-abs-path-p pos pos-if
+syn keyword tl_keyword contained pos-max pos-min posq posql
+syn keyword tl_keyword contained posqual pppred ppred pprinl
+syn keyword tl_keyword contained pprint pprof pred prinl
+syn keyword tl_keyword contained print prod prof prog
+syn keyword tl_keyword contained prog* prog1 prog2 progn
+syn keyword tl_keyword contained promisep prop proper-list-p proper-listp
+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 pushhash pushnew put-buf put-byte
+syn keyword tl_keyword contained put-carray put-char put-json put-jsonl
+syn keyword tl_keyword contained put-jsons put-line put-lines put-obj
+syn keyword tl_keyword contained put-string put-strings pwd qquote
+syn keyword tl_keyword contained qref quip quote r$
+syn keyword tl_keyword contained r^ r^$ raise rand
+syn keyword tl_keyword contained random random-fixnum random-float random-state-get-vec
+syn keyword tl_keyword contained random-state-p range range* range-regex
+syn keyword tl_keyword contained rangep rassoc rassq rassql
+syn keyword tl_keyword contained rcomb rcons read read-until-match
+syn keyword tl_keyword contained readdir readlink real-time-stream-p realpath
+syn keyword tl_keyword contained record-adapter reduce-left reduce-right ref
+syn keyword tl_keyword contained refset regex-compile regex-from-trie regex-optimize
+syn keyword tl_keyword contained regex-parse regex-prefix-match regex-source regexp
+syn keyword tl_keyword contained register-exception-subtypes register-tentative-def regsub rehome-sym
+syn keyword tl_keyword contained reject rel-path relate release-deferred-warnings
+syn keyword tl_keyword contained remhash remove-if remove-if* remove-path
+syn keyword tl_keyword contained remove-path-rec remq remq* remql
+syn keyword tl_keyword contained remql* remqual remqual* rename-path
+syn keyword tl_keyword contained repeat replace replace-buf replace-list
+syn keyword tl_keyword contained replace-str replace-struct replace-tree-iter replace-vec
+syn keyword tl_keyword contained reset-struct rest ret retf
+syn keyword tl_keyword contained return return* return-from revappend
+syn keyword tl_keyword contained reverse rfind rfind-if right
+syn keyword tl_keyword contained rlcp rlcp-tree rlet rlist
+syn keyword tl_keyword contained rlist* rmdir rmember rmember-if
+syn keyword tl_keyword contained rmemq rmemql rmemqual rmismatch
+syn keyword tl_keyword contained rotate round round-rem rperm
+syn keyword tl_keyword contained rplaca rplacd rpoly rpos
+syn keyword tl_keyword contained rpos-if rposq rposql rposqual
+syn keyword tl_keyword contained rr rra rsearch rslot
+syn keyword tl_keyword contained rtld-deepbind rtld-global rtld-lazy rtld-local
+syn keyword tl_keyword contained rtld-nodelete rtld-noload rtld-now run
+syn keyword tl_keyword contained s-ifblk s-ifchr s-ifdir s-ififo
+syn keyword tl_keyword contained s-iflnk s-ifmt s-ifreg s-ifsock
+syn keyword tl_keyword contained s-irgrp s-iroth s-irusr s-irwxg
+syn keyword tl_keyword contained s-irwxo s-irwxu s-isgid s-isuid
+syn keyword tl_keyword contained s-isvtx s-iwgrp s-iwoth s-iwusr
+syn keyword tl_keyword contained s-ixgrp s-ixoth s-ixusr save-exe
+syn keyword tl_keyword contained sbit scan-until-match search search-regex
+syn keyword tl_keyword contained search-regst search-str search-str-tree second
+syn keyword tl_keyword contained seek-cur seek-end seek-set seek-stream
+syn keyword tl_keyword contained select self-load-path self-path seq-begin
+syn keyword tl_keyword contained seq-next seq-reset seqp set
+syn keyword tl_keyword contained set-diff set-hash-userdata set-indent set-indent-mode
+syn keyword tl_keyword contained set-key set-left set-max-depth set-max-length
+syn keyword tl_keyword contained set-package-fallback-list set-right set-sig-handler set-stack-limit
+syn keyword tl_keyword contained setegid setenv seteuid setgid
+syn keyword tl_keyword contained setgrent setgroups sethash setitimer
+syn keyword tl_keyword contained setlogmask setpwent setresgid setresuid
+syn keyword tl_keyword contained setuid seventh sh sha256
+syn keyword tl_keyword contained sha256-begin sha256-end sha256-hash sha256-stream
+syn keyword tl_keyword contained shift short short-suffix shuffle
+syn keyword tl_keyword contained shut-rd shut-rdwr shut-wr sig-abrt
+syn keyword tl_keyword contained sig-alrm sig-atomic-t sig-bus sig-check
+syn keyword tl_keyword contained sig-chld sig-cont sig-fpe sig-hup
+syn keyword tl_keyword contained sig-ill sig-int sig-io sig-iot
+syn keyword tl_keyword contained sig-kill sig-pipe sig-poll sig-prof
+syn keyword tl_keyword contained sig-pwr sig-quit sig-segv sig-stkflt
+syn keyword tl_keyword contained sig-stop sig-sys sig-term sig-trap
+syn keyword tl_keyword contained sig-tstp sig-ttin sig-ttou sig-urg
+syn keyword tl_keyword contained sig-usr1 sig-usr2 sig-vtalrm sig-winch
+syn keyword tl_keyword contained sig-xcpu sig-xfsz sign-extend signum
+syn keyword tl_keyword contained sin sinh sixth size-t
+syn keyword tl_keyword contained size-vec sizeof slet slot
+syn keyword tl_keyword contained slotp slots slotset sock-accept
+syn keyword tl_keyword contained sock-bind sock-cloexec sock-connect sock-dgram
+syn keyword tl_keyword contained sock-family sock-listen sock-nonblock sock-peer
+syn keyword tl_keyword contained sock-recv-timeout sock-send-timeout sock-set-peer sock-shutdown
+syn keyword tl_keyword contained sock-stream sock-type some sort
+syn keyword tl_keyword contained sort-group source-loc source-loc-str span-str
+syn keyword tl_keyword contained special-operator-p special-var-p spl splice
+syn keyword tl_keyword contained split split* split-str split-str-set
+syn keyword tl_keyword contained sqrt square ssize-t sspl
+syn keyword tl_keyword contained sssucc ssucc starts-with stat
+syn keyword tl_keyword contained static-slot static-slot-ensure static-slot-home static-slot-p
+syn keyword tl_keyword contained static-slot-set stdlib str str-buf
+syn keyword tl_keyword contained str-d str-in6addr str-in6addr-net str-inaddr
+syn keyword tl_keyword contained str-inaddr-net str-seq str< str<=
+syn keyword tl_keyword contained str= str> str>= stream-get-prop
+syn keyword tl_keyword contained stream-set-prop streamp strerror string-extend
+syn keyword tl_keyword contained string-lt stringp strsignal struct
+syn keyword tl_keyword contained struct-from-args struct-from-plist struct-get-initfun struct-get-postinitfun
+syn keyword tl_keyword contained struct-set-initfun struct-set-postinitfun struct-type struct-type-name
+syn keyword tl_keyword contained struct-type-p structp sub sub-buf
+syn keyword tl_keyword contained sub-list sub-str sub-tree sub-vec
+syn keyword tl_keyword contained subtypep succ sum super
+syn keyword tl_keyword contained super-method suspend swap symacrolet
+syn keyword tl_keyword contained symbol-function symbol-macro symbol-name symbol-package
+syn keyword tl_keyword contained symbol-value symbolp symdiff symlink
+syn keyword tl_keyword contained sys:%backpatch-high16% sys:%backpatch-low16% sys:%big-endian% sys:%bin-op%
+syn keyword tl_keyword contained sys:%bin-ops% sys:%block-using-funs% sys:%call-op% sys:%const-foldable%
+syn keyword tl_keyword contained sys:%const-foldable-funs% sys:%dbg-command-env% sys:%effect-free% sys:%effect-free-funs%
+syn keyword tl_keyword contained sys:%file-suff-rx% sys:%functional% sys:%functional-funs% sys:%gcall-op%
+syn keyword tl_keyword contained sys:%lev-bits% sys:%lev-size% sys:%max-lambda-fixed-args% sys:%max-lev%
+syn keyword tl_keyword contained sys:%max-lev-idx% sys:%max-sm-lev% sys:%max-sm-lev-idx% sys:%max-v-lev%
+syn keyword tl_keyword contained sys:%nary-ops% sys:%oc-code% sys:%oc-hash% sys:%oc-list-builder%
+syn keyword tl_keyword contained sys:%package-manip% sys:%param-info% sys:%quip-rand-state% sys:%quips%
+syn keyword tl_keyword contained sys:%shuffled-quips% sys:%sm-lev-bits% sys:%sm-lev-size% sys:%test-funs%
+syn keyword tl_keyword contained sys:%test-funs-neg% sys:%test-funs-ops% sys:%test-funs-pos% sys:%test-inv%
+syn keyword tl_keyword contained sys:%test-opcode% sys:%tlo-ver% sys:*dedup* sys:*emit*
+syn keyword tl_keyword contained sys:*eval* sys:*in-compilation-unit* sys:*load-recursive* sys:*load-time*
+syn keyword tl_keyword contained sys:*match-form* sys:*op-ctx* sys:*pl-env* sys:*pl-form*
+syn keyword tl_keyword contained sys:*trace-hash* sys:*trace-level* sys:*unchecked-calls* sys:abscond*
+syn keyword tl_keyword contained sys:abscond-from sys:analyze-argtypes sys:analyze-params sys:apply
+syn keyword tl_keyword contained sys:asm-error sys:assumed-fun sys:awk%--rng sys:awk%--rng+
+syn keyword tl_keyword contained sys:awk%--rng- sys:awk%-rng+ sys:awk%rng+ sys:awk-code-move-check
+syn keyword tl_keyword contained sys:awk-error sys:awk-expander sys:awk-fun-let sys:awk-fun-shadowing-env
+syn keyword tl_keyword contained sys:awk-mac-let sys:awk-redir sys:awk-test sys:b*
+syn keyword tl_keyword contained sys:b+ sys:b- sys:b/ sys:b<
+syn keyword tl_keyword contained sys:b<= sys:b= sys:b=> sys:b>
+syn keyword tl_keyword contained sys:bad-slot-syntax sys:bind-mac-check sys:bind-mac-error sys:bindable-check
+syn keyword tl_keyword contained sys:bits sys:bits-to-obj sys:blk sys:build-expander
+syn keyword tl_keyword contained sys:build-key-list-expr sys:capture-cont sys:catch sys:check
+syn keyword tl_keyword contained sys:check-end sys:check-slot sys:check-struct sys:check-sym
+syn keyword tl_keyword contained sys:circref sys:compat sys:compile-and-match sys:compile-as-match
+syn keyword tl_keyword contained sys:compile-atom-match sys:compile-cons-structure sys:compile-exprs-match sys:compile-file-conditionally
+syn keyword tl_keyword contained sys:compile-hash-match sys:compile-loop-match sys:compile-match sys:compile-new-var-match
+syn keyword tl_keyword contained sys:compile-not-match sys:compile-or-match sys:compile-predicate-match sys:compile-range-match
+syn keyword tl_keyword contained sys:compile-require-match sys:compile-scan-match sys:compile-struct-match sys:compile-var-match
+syn keyword tl_keyword contained sys:compile-vec-match sys:compile-with-match sys:compiler-emit-warnings sys:conv
+syn keyword tl_keyword contained sys:conv-expand sys:conv-let sys:ctx-form sys:ctx-name
+syn keyword tl_keyword contained sys:dbg-all sys:dbg-backtrace sys:dbg-clear sys:dbg-enable
+syn keyword tl_keyword contained sys:dbg-restore sys:dbg-set sys:dbg-step sys:debugger
+syn keyword tl_keyword contained sys:dedup sys:dedup-labels sys:deffi-cb-expander sys:define-method
+syn keyword tl_keyword contained sys:defset-expander sys:defset-expander-simple sys:detached-run sys:dig
syn keyword tl_keyword contained sys:disassemble-cdf sys:dlib-expr sys:do-conv sys:do-copy-obj
syn keyword tl_keyword contained sys:do-path-test sys:do-tweak-obj sys:doc-syms sys:dump-to-tlo
syn keyword tl_keyword contained sys:dvbind sys:dwim-del sys:dwim-set sys:dyn-size
@@ -557,22 +558,22 @@ syn keyword tl_keyword contained sys:get-fun-getter-setter sys:get-mb sys:get-pa
syn keyword tl_keyword contained sys:get-var-list sys:get-vars sys:get-vb sys:getopts-error
syn keyword tl_keyword contained sys:handle-bad-syntax sys:hlet-expand sys:if-to-cond sys:in6addr-condensed-text
syn keyword tl_keyword contained sys:is-label sys:l1-setq sys:l1-val sys:lambda-apply-transform
-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-copy-path-opts sys:make-struct-lit sys:make-struct-type
-syn keyword tl_keyword contained sys:mark-special sys:misleading-ref-check sys:name-str sys:new-expander
-syn keyword tl_keyword contained sys:new-type 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:opt-dash sys:opt-err
-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-test-mode sys:path-test-type sys:pic-join-opt sys:pl-expand
-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:qquote sys:quasi sys:quasilist
-syn keyword tl_keyword contained sys:r-s-let-expander sys:reduce-constant sys:reduce-lisp sys:reduce-or
-syn keyword tl_keyword contained sys:reg-expand-nongreedy sys:reg-optimize sys:register-opcode sys:register-simple-accessor
+syn keyword tl_keyword contained sys:lambda-excess-apply-list sys:lambda-short-apply-list sys:lambda-too-few-args sys:lambda-too-many-args
+syn keyword tl_keyword contained sys:lbind sys:lisp1-setq sys:lisp1-value sys:list-builder-flets
+syn keyword tl_keyword contained sys:list-from-vm-desc sys:load-time-lit sys:loc sys:loosen
+syn keyword tl_keyword contained sys:mac-env-flatten sys:make-anon-package sys:make-copy-path-opts sys:make-struct-lit
+syn keyword tl_keyword contained sys:make-struct-type sys:mark-special sys:misleading-ref-check sys:name-str
+syn keyword tl_keyword contained sys:new-expander sys:new-type sys:non-triv-pat-p sys:null-reg
+syn keyword tl_keyword contained sys:obtain-impl sys:op-alpha-rename sys:op-ensure-rec sys:op-expand
+syn keyword tl_keyword contained sys:op-meta-p sys:op-rec-p sys:open-compile-streams sys:open-url
+syn keyword tl_keyword contained sys:operand-to-exp sys:operand-to-sym sys:opip-expand sys:opt-dash
+syn keyword tl_keyword contained sys:opt-err sys:os-symbol sys:param-check sys:parse-compound-operand
+syn keyword tl_keyword contained sys:parse-lambda-match-clause sys:parse-operand sys:pat-len sys:path-access
+syn keyword tl_keyword contained sys:path-examine sys:path-test-mode sys:path-test-type sys:pic-join-opt
+syn keyword tl_keyword contained sys:pl-expand sys:placelet-1 sys:print-backtrace sys:propagate-ancestor
+syn keyword tl_keyword contained sys:propagate-perms sys:prune-missing-inits 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
@@ -607,58 +608,58 @@ 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-string-local time-string-utc
syn keyword tl_keyword contained time-struct-local time-struct-utc time-t time-usec
-syn keyword tl_keyword contained tmpfile tnode to tofloat
-syn keyword tl_keyword contained tofloatz toint tointz tojson
-syn keyword tl_keyword contained tok tok-str tok-where 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-delete
-syn keyword tl_keyword contained tree-delete-node tree-find tree-insert tree-insert-node
-syn keyword tl_keyword contained tree-lookup tree-lookup-node tree-next tree-peek
-syn keyword tl_keyword contained tree-reset tree-root treep trie-add
-syn keyword tl_keyword contained trie-compress trie-lookup-begin trie-lookup-feed-char trie-value-at
-syn keyword tl_keyword contained trim-left trim-right trim-str true
-syn keyword tl_keyword contained trunc trunc-rem truncate-stream tuples
-syn keyword tl_keyword contained txr-case txr-exe-path txr-if txr-parse
-syn keyword tl_keyword contained txr-path txr-version txr-when typecase
-syn keyword tl_keyword contained typedef typeof typep ubit
-syn keyword tl_keyword contained uchar uid-t uint uint-buf
-syn keyword tl_keyword contained uint-carray uint-ptr-t uint16 uint32
-syn keyword tl_keyword contained uint64 uint8 ulong ulonglong
-syn keyword tl_keyword contained umask umeth umethod uname
-syn keyword tl_keyword contained unget-byte unget-char uni unintern
-syn keyword tl_keyword contained union union-get union-in union-members
-syn keyword tl_keyword contained union-out union-put uniq unique
-syn keyword tl_keyword contained unless unquote unsetenv until
-syn keyword tl_keyword contained until* untrace unuse-package unuse-sym
-syn keyword tl_keyword contained unwind-protect upcase-str upd update
-syn keyword tl_keyword contained uref url-decode url-encode use
-syn keyword tl_keyword contained use-package use-sym 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-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 xcase yield yield-from
-syn keyword tl_keyword contained zap zarray zchar zero-fill
-syn keyword tl_keyword contained zerop zip znew
+syn keyword tl_keyword contained tmpfile tnode tnodep to
+syn keyword tl_keyword contained tofloat tofloatz toint tointz
+syn keyword tl_keyword contained tojson tok tok-str tok-where
+syn keyword tl_keyword contained tostop tostring tostringp touch
+syn keyword tl_keyword contained tprint trace transpose tree
+syn keyword tl_keyword contained tree-begin tree-bind tree-case tree-clear
+syn keyword tl_keyword contained tree-delete tree-delete-node tree-find tree-insert
+syn keyword tl_keyword contained tree-insert-node tree-lookup tree-lookup-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-right trim-str
+syn keyword tl_keyword contained true trunc trunc-rem truncate-stream
+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 ulong
+syn keyword tl_keyword contained ulonglong umask umeth umethod
+syn keyword tl_keyword contained uname unget-byte unget-char uni
+syn keyword tl_keyword contained unintern union union-get union-in
+syn keyword tl_keyword contained union-members union-out union-put uniq
+syn keyword tl_keyword contained unique unless unquote unsetenv
+syn keyword tl_keyword contained until until* untrace unuse-package
+syn keyword tl_keyword contained unuse-sym unwind-protect upcase-str upd
+syn keyword tl_keyword contained update uref url-decode url-encode
+syn keyword tl_keyword contained use use-package use-sym user-package
+syn keyword tl_keyword contained ushort usl usleep uslot
+syn keyword tl_keyword contained utimes val vdiscard vec
+syn keyword tl_keyword contained vec-carray vec-list vec-push vec-seq
+syn keyword tl_keyword contained vec-set-length vecref vector vector-list
+syn keyword tl_keyword contained vectorp veof veol veol2
+syn keyword tl_keyword contained verase vintr vkill vlnext
+syn keyword tl_keyword contained vm-fun-p vmin void vquit
+syn keyword tl_keyword contained vreprint vstart vstop vsusp
+syn keyword tl_keyword contained vswtc vt0 vt1 vtdly
+syn keyword tl_keyword contained vtime vwerase w-continued w-coredump
+syn keyword tl_keyword contained w-exitstatus w-ifcontinued w-ifexited w-ifsignaled
+syn keyword tl_keyword contained w-ifstopped w-nohang w-stopsig w-termsig
+syn keyword tl_keyword contained w-untraced wait wchar weave
+syn keyword tl_keyword contained when when-match whena whenlet
+syn keyword tl_keyword contained where while while* while-match
+syn keyword tl_keyword contained while-match-case while-true-match-case whilet width
+syn keyword tl_keyword contained width-check window-map window-mapdo window-mappend
+syn keyword tl_keyword contained wint-t with-clobber-expander with-compilation-unit 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 xcase yield
+syn keyword tl_keyword contained yield-from zap zarray zchar
+syn keyword tl_keyword contained zero-fill zerop zip znew
syn keyword txr_keyword contained accept all and assert
syn keyword txr_keyword contained bind block call cases