diff options
-rw-r--r-- | RELNOTES | 36 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | protsym.c | 430 | ||||
-rw-r--r-- | share/txr/stdlib/ver.tl | 2 | ||||
-rw-r--r-- | tl.vim | 756 | ||||
-rw-r--r-- | txr.1 | 4 | ||||
-rw-r--r-- | txr.vim | 756 |
7 files changed, 1014 insertions, 972 deletions
@@ -1,3 +1,39 @@ + TXR 229 + 2019-12-14 + + + Features + + - OOP: + - multiple inheritance now supported. + - FFI: + - FFI structs now allow initforms in slots. + - limited evaluation semantics + - New zchar type for defining arrays char that + are optionally null terminated. + - math: + - hyperbolic functions and their inverses added. + - buffers: + - buf-list function: convert buffer to list of bytes. + - buffers support list ops like car, cdr. + - getopts: + - new define-option-struct macro for simplified + specification of command line options. + - path testing: + - new path-dir-empty test for empty directories. + - disassemble: improvement in output. + + + Bugs + + - issue with .? not parsing as a top-level expression. + - listener: serious bug in balanced line check. + - intern-fb: bug in optional argument handling. + - load: wastefully gathered source loc info for .tlo files. + - OOP: serious stability bug in static slot inheritance logic. + + + TXR 228 2019-11-19 @@ -465,7 +465,7 @@ fi # -txr_ver=228 +txr_ver=229 # # The all important banner. @@ -31,94 +31,95 @@ #include "config.h" #include "lib.h" -extern val abs_s, accept_s, acos_s, addr_k, align_s; -extern val all_s, alloc_error_s, and_s, append_each_s, append_each_star_s; -extern val append_k, append_s, apply_s, args_k, array_s; -extern val ash_s, asin_s, assert_s, atan2_s, atan_s; -extern val atime_k, atime_nsec_s, atime_s, atom_s, auto_k; -extern val bchar_s, be_double_s, be_float_s, be_int16_s, be_int32_s; -extern val be_int64_s, be_uint16_s, be_uint32_s, be_uint64_s, bignum_s; -extern val bind_s, bit_s, bitset_s, blksize_k, blksize_s; -extern val block_s, block_star_s, blocks_k, blocks_s, bool_s; -extern val bstr_d_s, bstr_s, buf_d_s, buf_s, byte_oriented_k; -extern val call_s, car_s, carray_s, caseq_s, caseq_star_s; -extern val caseql_s, caseql_star_s, casequal_s, casequal_star_s, cases_s; -extern val cat_s, catch_s, cdigit_k, cdr_s, ceil1_s; -extern val ceil_s, char_s, chars_k, choose_s, chr_s; -extern val chset_s, circref_s, clear_error_s, close_s, closure_s; -extern val cobj_s, coll_s, collect_each_s, collect_each_star_s, collect_s; -extern val colon_k, compile_only_s, compl_s, compound_s, cond_s; -extern val cons_s, continue_k, continue_s, cos_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 div_s, do_s, dohash_s, double_s, downcase_k; -extern val dst_s, dvbind_s, dwim_s, each_op_s, each_s; -extern val each_star_s, elemtype_s, elif_s, else_s, empty_s; -extern val enum_s, enumed_s, env_k, env_s, eof_s; -extern val eol_s, eq_based_k, eq_s, eql_based_k, eql_s; -extern val equal_based_k, equal_s, error_s, eval_error_s, eval_only_s; -extern val evenp_s, exp_s, expr_s, expt_s, exptmod_s; -extern val fail_s, fbind_s, fd_k, ffi_call_desc_s, ffi_closure_s; -extern val ffi_type_s, file_error_s, fill_buf_s, filter_k, filter_s; -extern val filters_s, finally_s, finish_k, first_s, fixnum_s; -extern val flatten_s, flet_s, float_s, floor1_s, floor_s; -extern val flush_s, for_op_s, for_s, for_star_s, force_s; -extern val forget_s, form_k, format_s, freeform_s, from_current_k; -extern val from_end_k, from_list_s, from_start_k, frombase64_k, fromhtml_k; -extern val frompercent_k, fromurl_k, fun_k, fun_s, fuzz_s; -extern val gap_k, gather_s, ge_s, gen_s, generate_s; -extern val gensym_counter_s, get_byte_s, get_char_s, get_error_s, get_error_str_s; -extern val get_fd_s, get_line_s, get_prop_s, gid_k, gid_s; -extern val gmtoff_s, greedy_k, gt_s, gun_s, handler_bind_s; -extern val hash_construct_s, hash_iter_s, hash_lit_s, hash_s, hash_seed_s; -extern val hextoint_k, hour_s, iapply_s, identity_s, if_s; -extern val iflet_s, in_package_s, inc_s, include_s, init_k; -extern val ino_k, ino_s, int16_s, int32_s, int64_s; -extern val int8_s, int_s, integer_s, internal_error_s, into_k; -extern val intr_s, inv_div_s, inv_minus_s, isqrt_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_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, progn_s, promise_forced_s, promise_inprogress_s; -extern val promise_s, ptr_in_d_s, ptr_in_s, ptr_out_d_s, ptr_out_s; -extern val ptr_out_s_s, ptr_s, put_buf_s, put_byte_s, put_char_s; -extern val put_string_s, qquote_s, qref_s, quasi_s, quasilist_s; -extern val query_error_s, quote_s, r_atan2_s, r_ceil_s, r_expt_s; -extern val r_floor_s, r_lognot_s, r_logtrunc_s, r_mod_s, r_round_s; -extern val r_trunc_s, random_state_s, random_state_var_s, random_warmup_s, range_error_s; -extern val range_s, rcons_s, rdev_k, rdev_s, real_time_k; -extern val rebind_s, rec_source_loc_s, recip_s, reflect_k, regex_s; -extern val rep_s, repeat_s, repeat_spec_k, require_s, resolve_k; -extern val rest_s, restart_s, return_from_s, return_s, rfilt_k; -extern val round1_s, round_s, rplaca_s, rplacd_s, sbit_s; -extern val sec_s, seek_s, seq_iter_s, sequence_s, set_prop_s; -extern val set_s, setq_s, setqf_s, short_s, shortest_k; -extern val sign_extend_s, signum_s, sin_s, single_s, size_k; +extern val abs_s, accept_s, acos_s, acosh_s, addr_k; +extern val align_s, all_s, alloc_error_s, and_s, append_each_s; +extern val append_each_star_s, append_k, append_s, apply_s, args_k; +extern val array_s, ash_s, asin_s, asinh_s, assert_s; +extern val atan2_s, atan_s, atanh_s, atime_k, atime_nsec_s; +extern val atime_s, atom_s, auto_k, bchar_s, be_double_s; +extern val be_float_s, be_int16_s, be_int32_s, be_int64_s, be_uint16_s; +extern val be_uint32_s, be_uint64_s, bignum_s, bind_s, bit_s; +extern val bitset_s, blksize_k, blksize_s, block_s, block_star_s; +extern val blocks_k, blocks_s, bool_s, bstr_d_s, bstr_s; +extern val buf_d_s, buf_s, byte_oriented_k, call_s, car_s; +extern val carray_s, caseq_s, caseq_star_s, caseql_s, caseql_star_s; +extern val casequal_s, casequal_star_s, cases_s, cat_s, catch_s; +extern val cdigit_k, cdr_s, ceil1_s, ceil_s, char_s; +extern val chars_k, choose_s, chr_s, chset_s, circref_s; +extern val clear_error_s, close_s, closure_s, cobj_s, coll_s; +extern val collect_each_s, collect_each_star_s, collect_s, colon_k, compile_only_s; +extern val compl_s, compound_s, cond_s, cons_s, continue_k; +extern val continue_s, cos_s, cosh_s, counter_k, cptr_s; +extern val cset_s, cspace_k, ctime_k, ctime_nsec_s, ctime_s; +extern val cword_char_k, data_s, day_s, decline_k, defex_s; +extern val deffilter_s, define_s, defmacro_s, defparm_s, defparml_s; +extern val defr_warning_s, defsymacro_s, defun_s, defvar_s, defvarl_s; +extern val derived_s, dev_k, dev_s, digit_k, div_s; +extern val do_s, dohash_s, double_s, downcase_k, dst_s; +extern val dvbind_s, dwim_s, each_op_s, each_s, each_star_s; +extern val elemtype_s, elif_s, else_s, empty_s, enum_s; +extern val enumed_s, env_k, env_s, eof_s, eol_s; +extern val eq_based_k, eq_s, eql_based_k, eql_s, equal_based_k; +extern val equal_s, error_s, eval_error_s, eval_only_s, evenp_s; +extern val exp_s, expr_s, expt_s, exptmod_s, fail_s; +extern val fbind_s, fd_k, ffi_call_desc_s, ffi_closure_s, ffi_type_s; +extern val file_error_s, fill_buf_s, filter_k, filter_s, filters_s; +extern val finally_s, finish_k, first_s, fixnum_s, flatten_s; +extern val flet_s, float_s, floor1_s, floor_s, flush_s; +extern val for_op_s, for_s, for_star_s, force_s, forget_s; +extern val form_k, format_s, freeform_s, from_current_k, from_end_k; +extern val from_list_s, from_start_k, frombase64_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, 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_param_bind_s, macro_s, macro_time_s, macrolet_s; +extern val make_struct_lit_s, mandatory_k, maxgap_k, maxtimes_k, maybe_s; +extern val mdo_s, memq_s, memql_s, memqual_s, merge_s; +extern val meth_s, min_s, mingap_k, mintimes_k, minus_s; +extern val minusp_s, mod_s, mode_k, mode_s, modlast_s; +extern val month_s, mtime_k, mtime_nsec_s, mtime_s, mul_s; +extern val name_k, name_s, named_k, neg_s, next_s; +extern val next_spec_k, nlink_k, nlink_s, none_s, nongreedy_s; +extern val not_s, nothrow_k, noval_s, null_s, nullify_s; +extern val number_s, numeq_s, numeric_error_s, oddp_s, oneplus_s; +extern val op_s, optional_s, or_s, output_s, package_alist_s; +extern val package_s, panic_s, parser_s, path_exists_s, path_not_found_s; +extern val path_permission_s, path_s, pkg_s, plus_s, plusp_s; +extern val postinit_k, pprint_flo_format_s, print_base_s, print_circle_s, print_flo_digits_s; +extern val print_flo_format_s, print_flo_precision_s, print_s, process_error_s, prof_s; +extern val prog1_s, progn_s, promise_forced_s, promise_inprogress_s, promise_s; +extern val ptr_in_d_s, ptr_in_s, ptr_out_d_s, ptr_out_s, ptr_out_s_s; +extern val ptr_s, put_buf_s, put_byte_s, put_char_s, put_string_s; +extern val qquote_s, qref_s, quasi_s, quasilist_s, query_error_s; +extern val quote_s, r_atan2_s, r_ceil_s, r_expt_s, r_floor_s; +extern val r_lognot_s, r_logtrunc_s, r_mod_s, r_round_s, r_trunc_s; +extern val random_state_s, random_state_var_s, random_warmup_s, range_error_s, range_s; +extern val rcons_s, rdev_k, rdev_s, real_time_k, rebind_s; +extern val rec_source_loc_s, recip_s, reflect_k, regex_s, rep_s; +extern val repeat_s, repeat_spec_k, require_s, resolve_k, rest_s; +extern val restart_s, return_from_s, return_s, rfilt_k, round1_s; +extern val round_s, rplaca_s, rplacd_s, sbit_s, sec_s; +extern val seek_s, seq_iter_s, sequence_s, set_prop_s, set_s; +extern val setq_s, setqf_s, short_s, shortest_k, sign_extend_s; +extern val signum_s, sin_s, single_s, sinh_s, size_k; extern val size_s, skip_s, slot_s, some_s, space_k; extern val special_s, splice_s, sqrt_s, square_s, stat_s; extern val stddebug_s, stderr_s, stdin_s, stdio_stream_s, stdnull_s; @@ -127,25 +128,25 @@ 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_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, text_s, throw_s; -extern val time_local_s, time_parse_s, time_s, time_string_s, time_utc_s; -extern val timeout_error_s, times_k, tlist_k, tnode_s, tobase64_k; -extern val tofloat_k, tohtml_k, tohtml_star_k, toint_k, tonumber_k; -extern val topercent_k, tourl_k, trailer_s, tree_bind_s, tree_case_s; -extern val tree_construct_s, tree_fun_whitelist_s, tree_iter_s, tree_lit_s, tree_s; -extern val trunc1_s, trunc_s, truncate_s, try_s, type_error_s; -extern val ubit_s, uchar_s, uid_k, uid_s, uint16_s; -extern val uint32_s, uint64_s, uint8_s, uint_s, ulong_s; -extern val unbound_s, unget_byte_s, unget_char_s, union_s, unique_s; -extern val unquote_s, until_s, until_star_s, upcase_k, uref_s; -extern val user_package_s, userdata_k, ushort_s, usr_var_s, uw_protect_s; -extern val val_s, var_k, var_s, vars_k, vec_list_s; -extern val vec_s, vecref_s, vector_lit_s, vm_closure_s, vm_desc_s; -extern val void_s, warning_s, wchar_s, weak_keys_k, weak_vals_k; -extern val when_s, while_s, while_star_s, whole_k, width_s; -extern val wild_s, word_char_k, wrap_k, wstr_d_s, wstr_s; -extern val year_s, zap_s, zarray_s, zerop_s, zeroplus_s; -extern val zone_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, tofloat_k, tohtml_k, tohtml_star_k, toint_k; +extern val tonumber_k, topercent_k, tourl_k, trailer_s, tree_bind_s; +extern val tree_case_s, tree_construct_s, tree_fun_whitelist_s, tree_iter_s, tree_lit_s; +extern val tree_s, trunc1_s, trunc_s, truncate_s, try_s; +extern val type_error_s, ubit_s, uchar_s, uid_k, uid_s; +extern val uint16_s, uint32_s, uint64_s, uint8_s, uint_s; +extern val ulong_s, unbound_s, unget_byte_s, unget_char_s, union_s; +extern val unique_s, unquote_s, until_s, until_star_s, upcase_k; +extern val uref_s, user_package_s, userdata_k, ushort_s, usr_var_s; +extern val uw_protect_s, val_s, var_k, var_s, vars_k; +extern val vec_list_s, vec_s, vecref_s, vector_lit_s, vm_closure_s; +extern val vm_desc_s, void_s, warning_s, wchar_s, weak_keys_k; +extern val weak_vals_k, when_s, while_s, while_star_s, whole_k; +extern val width_s, wild_s, word_char_k, wrap_k, wstr_d_s; +extern val wstr_s, year_s, zap_s, zarray_s, zchar_s; +extern val zerop_s, zeroplus_s, zone_s; #if HAVE_DLOPEN extern val dlhandle_s, dlsym_s; @@ -178,94 +179,95 @@ extern val utsname_s, version_s; #endif val *protected_sym[] = { - &abs_s, &accept_s, &acos_s, &addr_k, &align_s, - &all_s, &alloc_error_s, &and_s, &append_each_s, &append_each_star_s, - &append_k, &append_s, &apply_s, &args_k, &array_s, - &ash_s, &asin_s, &assert_s, &atan2_s, &atan_s, - &atime_k, &atime_nsec_s, &atime_s, &atom_s, &auto_k, - &bchar_s, &be_double_s, &be_float_s, &be_int16_s, &be_int32_s, - &be_int64_s, &be_uint16_s, &be_uint32_s, &be_uint64_s, &bignum_s, - &bind_s, &bit_s, &bitset_s, &blksize_k, &blksize_s, - &block_s, &block_star_s, &blocks_k, &blocks_s, &bool_s, - &bstr_d_s, &bstr_s, &buf_d_s, &buf_s, &byte_oriented_k, - &call_s, &car_s, &carray_s, &caseq_s, &caseq_star_s, - &caseql_s, &caseql_star_s, &casequal_s, &casequal_star_s, &cases_s, - &cat_s, &catch_s, &cdigit_k, &cdr_s, &ceil1_s, - &ceil_s, &char_s, &chars_k, &choose_s, &chr_s, - &chset_s, &circref_s, &clear_error_s, &close_s, &closure_s, - &cobj_s, &coll_s, &collect_each_s, &collect_each_star_s, &collect_s, - &colon_k, &compile_only_s, &compl_s, &compound_s, &cond_s, - &cons_s, &continue_k, &continue_s, &cos_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, - &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, &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, >_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, &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, <_s, &mac_param_bind_s, ¯o_s, ¯o_time_s, - ¯olet_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, ¬_s, ¬hrow_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, &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, "e_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, &real_time_k, - &rebind_s, &rec_source_loc_s, &recip_s, &reflect_k, ®ex_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, &size_k, + &abs_s, &accept_s, &acos_s, &acosh_s, &addr_k, + &align_s, &all_s, &alloc_error_s, &and_s, &append_each_s, + &append_each_star_s, &append_k, &append_s, &apply_s, &args_k, + &array_s, &ash_s, &asin_s, &asinh_s, &assert_s, + &atan2_s, &atan_s, &atanh_s, &atime_k, &atime_nsec_s, + &atime_s, &atom_s, &auto_k, &bchar_s, &be_double_s, + &be_float_s, &be_int16_s, &be_int32_s, &be_int64_s, &be_uint16_s, + &be_uint32_s, &be_uint64_s, &bignum_s, &bind_s, &bit_s, + &bitset_s, &blksize_k, &blksize_s, &block_s, &block_star_s, + &blocks_k, &blocks_s, &bool_s, &bstr_d_s, &bstr_s, + &buf_d_s, &buf_s, &byte_oriented_k, &call_s, &car_s, + &carray_s, &caseq_s, &caseq_star_s, &caseql_s, &caseql_star_s, + &casequal_s, &casequal_star_s, &cases_s, &cat_s, &catch_s, + &cdigit_k, &cdr_s, &ceil1_s, &ceil_s, &char_s, + &chars_k, &choose_s, &chr_s, &chset_s, &circref_s, + &clear_error_s, &close_s, &closure_s, &cobj_s, &coll_s, + &collect_each_s, &collect_each_star_s, &collect_s, &colon_k, &compile_only_s, + &compl_s, &compound_s, &cond_s, &cons_s, &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, &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, &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, >_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, &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, + <_s, &mac_param_bind_s, ¯o_s, ¯o_time_s, ¯olet_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, + ¬_s, ¬hrow_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, &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, + "e_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, &real_time_k, &rebind_s, + &rec_source_loc_s, &recip_s, &reflect_k, ®ex_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, &stat_s, &stddebug_s, &stderr_s, &stdin_s, &stdio_stream_s, &stdnull_s, @@ -274,25 +276,25 @@ val *protected_sym[] = { &sym_s, &symacro_k, &symacrolet_s, &syntax_error_s, &sys_abscond_from_s, &sys_apply_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, &text_s, &throw_s, - &time_local_s, &time_parse_s, &time_s, &time_string_s, &time_utc_s, - &timeout_error_s, ×_k, &tlist_k, &tnode_s, &tobase64_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, &zerop_s, &zeroplus_s, - &zone_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, ×_k, &tlist_k, &tnode_s, + &tobase64_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/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl index 0f25e249..eca52990 100644 --- a/share/txr/stdlib/ver.tl +++ b/share/txr/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 228) +(defvarl lib-version 229) (defvarl *lib-version* lib-version) @@ -68,32 +68,33 @@ syn keyword tl_keyword contained :var :vars :weak-keys :weak-vals syn keyword tl_keyword contained :whole :word-char :wrap < syn keyword tl_keyword contained <= = > >= syn keyword tl_keyword contained abort abs abs-path-p acons -syn keyword tl_keyword contained acons-new aconsql-new acos ado -syn keyword tl_keyword contained af-inet af-inet6 af-unix af-unspec -syn keyword tl_keyword contained ai-addrconfig ai-all ai-canonname ai-numerichost -syn keyword tl_keyword contained ai-numericserv ai-passive ai-v4mapped alet -syn keyword tl_keyword contained align alignof alist-nremove alist-remove -syn keyword tl_keyword contained all allocate-struct and andf -syn keyword tl_keyword contained ap apf append append* -syn keyword tl_keyword contained append-each append-each* apply aret -syn keyword tl_keyword contained array arraysize ash asin -syn keyword tl_keyword contained assoc assql at-exit-call at-exit-do-not-call -syn keyword tl_keyword contained atan atan2 atom awk -syn keyword tl_keyword contained base-name base64-decode base64-decode-buf base64-encode -syn keyword tl_keyword contained base64-stream-dec base64-stream-enc bchar be-double -syn keyword tl_keyword contained be-float be-int16 be-int32 be-int64 -syn keyword tl_keyword contained be-uint16 be-uint32 be-uint64 bignum-len -syn keyword tl_keyword contained bignump bindable bit bitset -syn keyword tl_keyword contained blkcnt-t blksize-t block block* -syn keyword tl_keyword contained bool boundp bracket break-str -syn keyword tl_keyword contained brkint bs0 bs1 bsdly -syn keyword tl_keyword contained bstr bstr-d buf buf-alloc-size -syn keyword tl_keyword contained buf-carray buf-d buf-get-char buf-get-cptr -syn keyword tl_keyword contained buf-get-double buf-get-float buf-get-i16 buf-get-i32 -syn keyword tl_keyword contained buf-get-i64 buf-get-i8 buf-get-int buf-get-long -syn keyword tl_keyword contained buf-get-short buf-get-u16 buf-get-u32 buf-get-u64 -syn keyword tl_keyword contained buf-get-u8 buf-get-uchar buf-get-uint buf-get-ulong -syn keyword tl_keyword contained buf-get-ushort buf-int buf-put-buf buf-put-char +syn keyword tl_keyword contained acons-new aconsql-new acos acosh +syn keyword tl_keyword contained ado af-inet af-inet6 af-unix +syn keyword tl_keyword contained af-unspec ai-addrconfig ai-all ai-canonname +syn keyword tl_keyword contained ai-numerichost ai-numericserv ai-passive ai-v4mapped +syn keyword tl_keyword contained alet align alignof alist-nremove +syn keyword tl_keyword contained alist-remove all allocate-struct and +syn keyword tl_keyword contained andf ap apf append +syn keyword tl_keyword contained append* append-each append-each* apply +syn keyword tl_keyword contained aret array arraysize ash +syn keyword tl_keyword contained asin asinh assoc assql +syn keyword tl_keyword contained at-exit-call at-exit-do-not-call atan atan2 +syn keyword tl_keyword contained atanh atom awk base-name +syn keyword tl_keyword contained base64-decode base64-decode-buf base64-encode base64-stream-dec +syn keyword tl_keyword contained base64-stream-enc bchar be-double be-float +syn keyword tl_keyword contained be-int16 be-int32 be-int64 be-uint16 +syn keyword tl_keyword contained be-uint32 be-uint64 bignum-len bignump +syn keyword tl_keyword contained bindable bit bitset blkcnt-t +syn keyword tl_keyword contained blksize-t block block* bool +syn keyword tl_keyword contained boundp bracket break-str brkint +syn keyword tl_keyword contained bs0 bs1 bsdly bstr +syn keyword tl_keyword contained bstr-d buf buf-alloc-size buf-carray +syn keyword tl_keyword contained buf-d buf-get-char buf-get-cptr buf-get-double +syn keyword tl_keyword contained buf-get-float buf-get-i16 buf-get-i32 buf-get-i64 +syn keyword tl_keyword contained buf-get-i8 buf-get-int buf-get-long buf-get-short +syn keyword tl_keyword contained buf-get-u16 buf-get-u32 buf-get-u64 buf-get-u8 +syn keyword tl_keyword contained buf-get-uchar buf-get-uint buf-get-ulong buf-get-ushort +syn keyword tl_keyword contained buf-int buf-list buf-put-buf buf-put-char syn keyword tl_keyword contained buf-put-cptr buf-put-double buf-put-float buf-put-i16 syn keyword tl_keyword contained buf-put-i32 buf-put-i64 buf-put-i8 buf-put-int syn keyword tl_keyword contained buf-put-long buf-put-short buf-put-u16 buf-put-u32 @@ -150,296 +151,297 @@ syn keyword tl_keyword contained constantp copy copy-alist copy-buf syn keyword tl_keyword contained copy-carray copy-cons copy-fun copy-hash syn keyword tl_keyword contained copy-list copy-search-tree copy-str copy-struct syn keyword tl_keyword contained copy-tnode copy-tree copy-vec cos -syn keyword tl_keyword contained count-if count-until-match countq countql -syn keyword tl_keyword contained countqual cptr cptr-buf cptr-cast -syn keyword tl_keyword contained cptr-free cptr-int cptr-null cptr-obj -syn keyword tl_keyword contained cptr-size-hint cptr-type cptr-zap cptrp -syn keyword tl_keyword contained cr0 cr1 cr2 cr3 -syn keyword tl_keyword contained crc32 crc32-stream crdly cread -syn keyword tl_keyword contained crtscts crypt cs5 cs6 -syn keyword tl_keyword contained cs7 cs8 csize cstopb -syn keyword tl_keyword contained cum-norm-dist daemon dec defer-warning -syn keyword tl_keyword contained defex deffi deffi-cb deffi-cb-unsafe -syn keyword tl_keyword contained deffi-sym deffi-type deffi-var define-accessor -syn keyword tl_keyword contained define-modify-macro define-param-expander define-place-macro defmacro -syn keyword tl_keyword contained defmeth defpackage defparm defparml -syn keyword tl_keyword contained defplace defset defstruct defsymacro -syn keyword tl_keyword contained defun defvar defvarl del -syn keyword tl_keyword contained delay delete-package dev-t diff -syn keyword tl_keyword contained digits digpow dir-name disassemble -syn keyword tl_keyword contained display-width divides dlclose dlopen -syn keyword tl_keyword contained dlsym dlsym-checked dlvsym dlvsym-checked -syn keyword tl_keyword contained do dohash doloop doloop* -syn keyword tl_keyword contained dotimes double downcase-str drop -syn keyword tl_keyword contained drop-until drop-while dump-compiled-objects dump-deferred-warnings -syn keyword tl_keyword contained dup dupfd dwim e2big -syn keyword tl_keyword contained eacces each each* eaddrinuse -syn keyword tl_keyword contained eaddrnotavail eafnosupport eagain ealready -syn keyword tl_keyword contained ebadf ebadmsg ebusy ecanceled -syn keyword tl_keyword contained echild echo echoctl echoe -syn keyword tl_keyword contained echok echoke echonl echoprt -syn keyword tl_keyword contained econnaborted econnrefused econnreset edeadlk -syn keyword tl_keyword contained edestaddrreq edom edquot eexist -syn keyword tl_keyword contained efault efbig ehostunreach eidrm -syn keyword tl_keyword contained eighth eilseq einprogress eintr -syn keyword tl_keyword contained einval eio eisconn eisdir -syn keyword tl_keyword contained elemsize elemtype eloop emfile -syn keyword tl_keyword contained emlink empty emsgsize emultihop -syn keyword tl_keyword contained enametoolong endgrent endp endpwent -syn keyword tl_keyword contained ends-with enetdown enetreset enetunreach -syn keyword tl_keyword contained enfile enobufs enodata enodev -syn keyword tl_keyword contained enoent enoexec enolck enolink -syn keyword tl_keyword contained enomem enomsg enoprotoopt enospc -syn keyword tl_keyword contained enosr enostr enosys enotconn -syn keyword tl_keyword contained enotdir enotempty enotrecoverable enotsock -syn keyword tl_keyword contained enotsup enotty ensure-dir enum -syn keyword tl_keyword contained enumed env env-fbind env-fbindings -syn keyword tl_keyword contained env-hash env-next env-vbind env-vbindings -syn keyword tl_keyword contained enxio eopnotsupp eoverflow eownerdead -syn keyword tl_keyword contained eperm epipe eproto eprotonosupport -syn keyword tl_keyword contained eprototype eq eql equal -syn keyword tl_keyword contained equot erange erofs errno -syn keyword tl_keyword contained error espipe esrch estale -syn keyword tl_keyword contained etime etimedout etxtbsy eval -syn keyword tl_keyword contained eval-only evenp ewouldblock exception-subtype-map -syn keyword tl_keyword contained exception-subtype-p exdev exec exit -syn keyword tl_keyword contained exit* exp expand expand* -syn keyword tl_keyword contained expand-left expand-right expand-with-free-refs expt -syn keyword tl_keyword contained exptmod extproc f$ f-dupfd -syn keyword tl_keyword contained f-dupfd-cloexec f-getfd f-getfl f-getlk -syn keyword tl_keyword contained f-rdlck f-setfd f-setfl f-setlk -syn keyword tl_keyword contained f-setlkw f-unlck f-wrlck f^ -syn keyword tl_keyword contained f^$ false fboundp fcntl -syn keyword tl_keyword contained fd-cloexec ff0 ff1 ffdly -syn keyword tl_keyword contained ffi ffi-alignof ffi-arraysize ffi-call -syn keyword tl_keyword contained ffi-elemsize ffi-elemtype ffi-get ffi-in -syn keyword tl_keyword contained ffi-make-call-desc ffi-make-closure ffi-offsetof ffi-out -syn keyword tl_keyword contained ffi-put ffi-put-into ffi-size ffi-type-compile -syn keyword tl_keyword contained ffi-type-operator-p ffi-type-p ffi-typedef fifth -syn keyword tl_keyword contained file-append file-append-buf file-append-lines file-append-string -syn keyword tl_keyword contained file-get file-get-buf file-get-lines file-get-string -syn keyword tl_keyword contained file-put file-put-buf file-put-lines file-put-string -syn keyword tl_keyword contained fileno fill-buf fill-buf-adjust fill-carray -syn keyword tl_keyword contained fill-obj 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 flush-stream -syn keyword tl_keyword contained flusho fmakunbound fmt fnm-casefold -syn keyword tl_keyword contained fnm-leading-dir fnm-noescape fnm-pathname fnm-period -syn keyword tl_keyword contained fnmatch for for* force -syn keyword tl_keyword contained force-break fork format fourth -syn keyword tl_keyword contained fr$ fr^ fr^$ from -syn keyword tl_keyword contained frr fsblkcnt-t fsfilcnt-t fstat -syn keyword tl_keyword contained ftw ftw-actionretval ftw-chdir ftw-continue -syn keyword tl_keyword contained ftw-d ftw-depth ftw-dnr ftw-dp -syn keyword tl_keyword contained ftw-f ftw-mount ftw-ns ftw-phys -syn keyword tl_keyword contained ftw-skip-siblings ftw-skip-subtree ftw-sl ftw-sln -syn keyword tl_keyword contained ftw-stop fun fun-fixparam-count fun-optparam-count -syn keyword tl_keyword contained fun-variadic func-get-env func-get-form func-get-name -syn keyword tl_keyword contained func-set-env functionp gcd gen -syn keyword tl_keyword contained gen-hash-seed generate gensym gequal -syn keyword tl_keyword contained get-buf-from-stream get-byte get-char get-clobber-expander -syn keyword tl_keyword contained get-delete-expander get-error get-error-str get-frames -syn keyword tl_keyword contained get-hash-userdata get-indent get-indent-mode get-line -syn keyword tl_keyword contained get-lines get-list-from-stream get-obj get-sig-handler -syn keyword tl_keyword contained get-string get-string-from-stream get-update-expander getaddrinfo -syn keyword tl_keyword contained getegid getenv geteuid getgid -syn keyword tl_keyword contained getgrent getgrgid getgrnam getgroups -syn keyword tl_keyword contained gethash getitimer getopts getpid -syn keyword tl_keyword contained getppid getpwent getpwnam getpwuid -syn keyword tl_keyword contained getresgid getresuid getuid gid-t -syn keyword tl_keyword contained ginterate giterate glob glob-altdirfunc -syn keyword tl_keyword contained glob-brace glob-err glob-mark glob-nocheck -syn keyword tl_keyword contained glob-noescape glob-nomagic glob-nosort glob-onlydir -syn keyword tl_keyword contained glob-period glob-tilde glob-tilde-check go -syn keyword tl_keyword contained grade greater group-by group-reduce -syn keyword tl_keyword contained gun handle handle* handler-bind -syn keyword tl_keyword contained hash hash-alist hash-begin hash-construct -syn keyword tl_keyword contained hash-count hash-diff hash-eql hash-equal -syn keyword tl_keyword contained hash-from-alist hash-from-pairs hash-invert hash-isec -syn keyword tl_keyword contained hash-keys 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 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 inaddr-any inaddr-loopback -syn keyword tl_keyword contained inc inc-indent indent-code indent-data -syn keyword tl_keyword contained indent-foff indent-off inhash inlcr -syn keyword tl_keyword contained ino-t inpck int int-buf -syn keyword tl_keyword contained int-carray int-chr int-cptr int-flo -syn keyword tl_keyword contained int-ptr-t int-str int16 int32 -syn keyword tl_keyword contained int64 int8 integerp intern -syn keyword tl_keyword contained intern-fb interp-fun-p interpose inv-cum-norm -syn keyword tl_keyword contained invoke-catch ip ipf iread -syn keyword tl_keyword contained isec isig isqrt istrip -syn keyword tl_keyword contained itimer-prov itimer-real itimer-virtual iuclc -syn keyword tl_keyword contained iutf8 ixany ixoff ixon -syn keyword tl_keyword contained juxt keep-if keep-if* keepq -syn keyword tl_keyword contained keepql keepqual key key-t -syn keyword tl_keyword contained keyword-package keywordp kill labels -syn keyword tl_keyword contained lambda 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 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-str list-vec list-vector -syn keyword tl_keyword contained listp lnew lnew* load -syn keyword tl_keyword contained load-for load-time loff-t log -syn keyword tl_keyword contained log-alert log-auth log-authpriv log-cons -syn keyword tl_keyword contained log-crit log-daemon log-debug log-emerg -syn keyword tl_keyword contained log-err log-info log-ndelay log-notice -syn keyword tl_keyword contained log-nowait log-odelay log-perror log-pid -syn keyword tl_keyword contained log-user log-warning log10 log2 -syn keyword tl_keyword contained logand logcount logior lognot -syn keyword tl_keyword contained logtest logtrunc logxor long -syn keyword tl_keyword contained longlong lop lset lstat -syn keyword tl_keyword contained m$ m^ m^$ 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-string-byte-input-stream make-string-input-stream make-string-output-stream -syn keyword tl_keyword contained make-strlist-input-stream make-strlist-output-stream make-struct make-struct-delegate-stream -syn keyword tl_keyword contained make-struct-type make-sym make-time make-time-utc -syn keyword tl_keyword contained make-trie make-union make-zstruct makedev -syn keyword tl_keyword contained makunbound mapcar mapcar* mapdo -syn keyword tl_keyword contained mapf maphash mappend mappend* -syn keyword tl_keyword contained maprend maprod mask 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 merge -syn keyword tl_keyword contained meth method min minor -syn keyword tl_keyword contained minusp mismatch mkdir mknod -syn keyword tl_keyword contained mkstring mlet mmakunbound mod -syn keyword tl_keyword contained mode-t multi multi-sort n-choose-k -syn keyword tl_keyword contained n-perm-k nconc neg neq -syn keyword tl_keyword contained neql nequal new new* -syn keyword tl_keyword contained nexpand-left nil nilf ninth -syn keyword tl_keyword contained nl0 nl1 nldly nlink-t -syn keyword tl_keyword contained noflsh none not notf -syn keyword tl_keyword contained nreconc nreverse 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 openlog opip opost opt -syn keyword tl_keyword contained opthelp or orf package-alist -syn keyword tl_keyword contained package-fallback-list package-foreign-symbols package-local-symbols package-name -syn keyword tl_keyword contained package-symbols packagep pad parenb -syn keyword tl_keyword contained parmrk parodd partition partition* -syn keyword tl_keyword contained partition-by path-blkdev-p path-cat path-chrdev-p -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-sep-chars path-setgid-p path-setuid-p -syn keyword tl_keyword contained path-sock-p path-sticky-p path-strictly-private-to-me-p path-symlink-p -syn keyword tl_keyword contained path-writable-to-me-p pdec pendin perm -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 pos -syn keyword tl_keyword contained pos-if pos-max pos-min posq -syn keyword tl_keyword contained posql posqual pppred ppred -syn keyword tl_keyword contained pprinl pprint pprof pred -syn keyword tl_keyword contained prinl print prod prof -syn keyword tl_keyword contained prog prog* prog1 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-line put-lines -syn keyword tl_keyword contained put-obj put-string put-strings pwd -syn keyword tl_keyword contained qquote qref 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 rassql rcomb -syn keyword tl_keyword contained rcons read read-until-match 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 relate release-deferred-warnings remhash -syn keyword tl_keyword contained remove-if remove-if* remove-path remq -syn keyword tl_keyword contained remq* remql remql* remqual -syn keyword tl_keyword contained remqual* rename-path repeat replace -syn keyword tl_keyword contained replace-buf replace-list replace-str replace-struct -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* 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 setegid -syn keyword tl_keyword contained setenv seteuid setgid setgrent -syn keyword tl_keyword contained setgroups sethash setitimer setlogmask -syn keyword tl_keyword contained setpwent setresgid setresuid setuid -syn keyword tl_keyword contained seventh sh sha256 sha256-begin -syn keyword tl_keyword contained sha256-end sha256-hash sha256-stream shift -syn keyword tl_keyword contained short shuffle sig-abrt sig-alrm -syn keyword tl_keyword contained sig-atomic-t sig-bus sig-check sig-chld -syn keyword tl_keyword contained sig-cont sig-fpe sig-hup sig-ill -syn keyword tl_keyword contained sig-int sig-io sig-iot sig-kill -syn keyword tl_keyword contained sig-pipe sig-poll sig-prof sig-pwr -syn keyword tl_keyword contained sig-quit sig-segv sig-stkflt sig-stop -syn keyword tl_keyword contained sig-sys sig-term sig-trap sig-tstp -syn keyword tl_keyword contained sig-ttin sig-ttou sig-urg sig-usr1 -syn keyword tl_keyword contained sig-usr2 sig-vtalrm sig-winch sig-xcpu -syn keyword tl_keyword contained sig-xfsz sign-extend signum sin +syn keyword tl_keyword contained cosh count-if count-until-match countq +syn keyword tl_keyword contained countql countqual cptr cptr-buf +syn keyword tl_keyword contained cptr-cast cptr-free cptr-int cptr-null +syn keyword tl_keyword contained cptr-obj cptr-size-hint cptr-type cptr-zap +syn keyword tl_keyword contained cptrp cr0 cr1 cr2 +syn keyword tl_keyword contained cr3 crc32 crc32-stream crdly +syn keyword tl_keyword contained cread crtscts crypt cs5 +syn keyword tl_keyword contained cs6 cs7 cs8 csize +syn keyword tl_keyword contained cstopb cum-norm-dist daemon dec +syn keyword tl_keyword contained defer-warning defex deffi deffi-cb +syn keyword tl_keyword contained deffi-cb-unsafe deffi-sym deffi-type deffi-var +syn keyword tl_keyword contained define-accessor define-modify-macro define-option-struct define-param-expander +syn keyword tl_keyword contained define-place-macro defmacro defmeth defpackage +syn keyword tl_keyword contained defparm defparml defplace defset +syn keyword tl_keyword contained defstruct defsymacro defun defvar +syn keyword tl_keyword contained defvarl del delay delete-package +syn keyword tl_keyword contained dev-t diff digits digpow +syn keyword tl_keyword contained dir-name disassemble display-width divides +syn keyword tl_keyword contained dlclose dlopen dlsym dlsym-checked +syn keyword tl_keyword contained dlvsym dlvsym-checked do dohash +syn keyword tl_keyword contained doloop doloop* dotimes double +syn keyword tl_keyword contained downcase-str drop drop-until drop-while +syn keyword tl_keyword contained dump-compiled-objects dump-deferred-warnings dup dupfd +syn keyword tl_keyword contained dwim e2big eacces each +syn keyword tl_keyword contained each* eaddrinuse eaddrnotavail eafnosupport +syn keyword tl_keyword contained eagain ealready ebadf ebadmsg +syn keyword tl_keyword contained ebusy ecanceled echild echo +syn keyword tl_keyword contained echoctl echoe echok echoke +syn keyword tl_keyword contained echonl echoprt econnaborted econnrefused +syn keyword tl_keyword contained econnreset edeadlk edestaddrreq edom +syn keyword tl_keyword contained edquot eexist efault efbig +syn keyword tl_keyword contained ehostunreach eidrm eighth eilseq +syn keyword tl_keyword contained einprogress eintr einval eio +syn keyword tl_keyword contained eisconn eisdir elemsize elemtype +syn keyword tl_keyword contained eloop emfile emlink empty +syn keyword tl_keyword contained emsgsize emultihop enametoolong endgrent +syn keyword tl_keyword contained endp endpwent ends-with enetdown +syn keyword tl_keyword contained enetreset enetunreach enfile enobufs +syn keyword tl_keyword contained enodata enodev enoent enoexec +syn keyword tl_keyword contained enolck enolink enomem enomsg +syn keyword tl_keyword contained enoprotoopt enospc enosr enostr +syn keyword tl_keyword contained enosys enotconn enotdir enotempty +syn keyword tl_keyword contained enotrecoverable enotsock enotsup enotty +syn keyword tl_keyword contained ensure-dir enum enumed env +syn keyword tl_keyword contained env-fbind env-fbindings env-hash env-next +syn keyword tl_keyword contained env-vbind env-vbindings enxio eopnotsupp +syn keyword tl_keyword contained eoverflow eownerdead eperm epipe +syn keyword tl_keyword contained eproto eprotonosupport eprototype eq +syn keyword tl_keyword contained eql equal equot erange +syn keyword tl_keyword contained erofs errno error espipe +syn keyword tl_keyword contained esrch estale etime etimedout +syn keyword tl_keyword contained etxtbsy eval eval-only evenp +syn keyword tl_keyword contained ewouldblock exception-subtype-map exception-subtype-p exdev +syn keyword tl_keyword contained exec exit exit* exp +syn keyword tl_keyword contained expand expand* expand-left expand-right +syn keyword tl_keyword contained expand-with-free-refs expt exptmod extproc +syn keyword tl_keyword contained f$ f-dupfd f-dupfd-cloexec f-getfd +syn keyword tl_keyword contained f-getfl f-getlk f-rdlck f-setfd +syn keyword tl_keyword contained f-setfl f-setlk f-setlkw f-unlck +syn keyword tl_keyword contained f-wrlck f^ f^$ false +syn keyword tl_keyword contained fboundp fcntl fd-cloexec ff0 +syn keyword tl_keyword contained ff1 ffdly ffi ffi-alignof +syn keyword tl_keyword contained ffi-arraysize ffi-call ffi-elemsize ffi-elemtype +syn keyword tl_keyword contained ffi-get ffi-in ffi-make-call-desc ffi-make-closure +syn keyword tl_keyword contained ffi-offsetof ffi-out ffi-put ffi-put-into +syn keyword tl_keyword contained ffi-size ffi-type-compile ffi-type-operator-p ffi-type-p +syn keyword tl_keyword contained ffi-typedef fifth file-append file-append-buf +syn keyword tl_keyword contained file-append-lines file-append-string file-get file-get-buf +syn keyword tl_keyword contained file-get-lines file-get-string file-put file-put-buf +syn keyword tl_keyword contained file-put-lines file-put-string fileno fill-buf +syn keyword tl_keyword contained fill-buf-adjust fill-carray fill-obj filter-equal +syn keyword tl_keyword contained filter-string-tree finalize find find-frame +syn keyword tl_keyword contained find-frames find-frames-by-mask find-if find-max +syn keyword tl_keyword contained find-min find-package find-struct-type find-symbol +syn keyword tl_keyword contained find-symbol-fb first fixnum-max fixnum-min +syn keyword tl_keyword contained fixnump flatcar flatcar* flatten +syn keyword tl_keyword contained flatten* flet flip flipargs +syn keyword tl_keyword contained flo-dig flo-down flo-epsilon flo-get-round-mode +syn keyword tl_keyword contained flo-int flo-max flo-max-dig flo-min +syn keyword tl_keyword contained flo-near flo-set-round-mode flo-str flo-up +syn keyword tl_keyword contained flo-zero float floatp floor +syn keyword tl_keyword contained floor-rem flush-stream flusho fmakunbound +syn keyword tl_keyword contained fmt fnm-casefold 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-line get-lines get-list-from-stream +syn keyword tl_keyword contained get-obj get-sig-handler 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-list +syn keyword tl_keyword contained hash-next hash-pairs hash-peek hash-proper-subset +syn keyword tl_keyword contained hash-reset hash-revget hash-subset hash-symdiff +syn keyword tl_keyword contained hash-uni hash-update hash-update-1 hash-userdata +syn keyword tl_keyword contained hash-values hash-zip hashp have +syn keyword tl_keyword contained hlet hlet* html-decode html-encode +syn keyword tl_keyword contained html-encode* hupcl iapply icanon +syn keyword tl_keyword contained icrnl id-t identity identity* +syn keyword tl_keyword contained ido iexten if ifa +syn keyword tl_keyword contained iff iffi iflet ignbrk +syn keyword tl_keyword contained igncr ignerr ignpar ignwarn +syn keyword tl_keyword contained imaxbel improper-plist-to-alist in in-package +syn keyword tl_keyword contained in-range in-range* in6addr-any in6addr-loopback +syn keyword tl_keyword contained inaddr-any inaddr-loopback 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 isec isig +syn keyword tl_keyword contained isqrt istrip itimer-prov itimer-real +syn keyword tl_keyword contained itimer-virtual iuclc iutf8 ixany +syn keyword tl_keyword contained ixoff ixon juxt keep-if +syn keyword tl_keyword contained keep-if* keepq keepql keepqual +syn keyword tl_keyword contained key key-t keyword-package keywordp +syn keyword tl_keyword contained kill labels lambda last +syn keyword tl_keyword contained lazy-str lazy-str-force lazy-str-force-upto lazy-str-get-trailing-list +syn keyword tl_keyword contained lazy-stream-cons lazy-stringp lcm lcons +syn keyword tl_keyword contained lcons-car lcons-cdr lcons-fun lconsp +syn keyword tl_keyword contained ldiff ldo le-double le-float +syn keyword tl_keyword contained le-int16 le-int32 le-int64 le-uint16 +syn keyword tl_keyword contained le-uint32 le-uint64 left len +syn keyword tl_keyword contained length length-buf length-carray length-list +syn keyword tl_keyword contained length-str length-str-< length-str-<= length-str-> +syn keyword tl_keyword contained length-str->= length-vec lequal less +syn keyword tl_keyword contained let let* lexical-fun-p lexical-lisp1-binding +syn keyword tl_keyword contained lexical-var-p lib-version link lisp-parse +syn keyword tl_keyword contained list list* list-carray 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 longlong lop +syn keyword tl_keyword contained lset lstat m$ m^ +syn keyword tl_keyword contained m^$ mac-param-bind macro-ancestor macro-form-p +syn keyword tl_keyword contained macro-time macroexpand macroexpand-1 macroexpand-1-lisp1 +syn keyword tl_keyword contained macroexpand-lisp1 macrolet major make-buf +syn keyword tl_keyword contained make-buf-stream make-byte-input-stream make-catenated-stream make-env +syn keyword tl_keyword contained make-hash make-lazy-cons make-lazy-struct make-like +syn keyword tl_keyword contained make-package make-random-state make-similar-hash 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 mask match-fun match-regex match-regex-right +syn keyword tl_keyword contained match-regst match-regst-right match-str match-str-tree +syn keyword tl_keyword contained max mboundp md5 md5-begin +syn keyword tl_keyword contained md5-end md5-hash md5-stream member +syn keyword tl_keyword contained member-if memp memq memql +syn keyword tl_keyword contained memqual merge meth method +syn keyword tl_keyword contained min minor minusp mismatch +syn keyword tl_keyword contained mkdir mknod 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 nth nthcdr nthlast null +syn keyword tl_keyword contained nullify num-chr num-str numberp +syn keyword tl_keyword contained nzerop o-accmode o-append o-async +syn keyword tl_keyword contained o-cloexec o-creat o-direct o-directory +syn keyword tl_keyword contained o-noatime o-noctty o-nofollow o-nonblock +syn keyword tl_keyword contained o-path o-rdonly o-rdwr o-sync +syn keyword tl_keyword contained o-trunc o-wronly oand obtain +syn keyword tl_keyword contained obtain* obtain*-block obtain-block ocrnl +syn keyword tl_keyword contained oddp ofdel off-t offsetof +syn keyword tl_keyword contained ofill olcuc onlcr onlret +syn keyword tl_keyword contained onocr op open-command open-directory +syn keyword tl_keyword contained open-file open-fileno open-files open-files* +syn keyword tl_keyword contained open-pipe open-process open-socket open-socket-pair +syn keyword tl_keyword contained open-subprocess open-tail 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 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 pid-t +syn keyword tl_keyword contained pinc pipe place-form-p placelet +syn keyword tl_keyword contained placelet* plist-to-alist plusp poll +syn keyword tl_keyword contained poll-err poll-in poll-nval poll-out +syn keyword tl_keyword contained poll-pri poll-rdband poll-rdhup poll-wrband +syn keyword tl_keyword contained poly pop 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 progn promisep +syn keyword tl_keyword contained prop proper-list-p proper-listp pset +syn keyword tl_keyword contained ptr ptr-in ptr-in-d ptr-out +syn keyword tl_keyword contained ptr-out-d ptr-out-s ptrdiff-t pub:txr-sym +syn keyword tl_keyword contained pure-rel-path-p purge-deferred-warning push pushhash +syn keyword tl_keyword contained pushnew put-buf put-byte put-carray +syn keyword tl_keyword contained put-char put-line put-lines put-obj +syn keyword tl_keyword contained put-string put-strings pwd qquote +syn keyword tl_keyword contained qref quote r$ r^ +syn keyword tl_keyword contained r^$ raise rand random +syn keyword tl_keyword contained random-fixnum random-float random-state-get-vec random-state-p +syn keyword tl_keyword contained range range* range-regex rangep +syn keyword tl_keyword contained rassoc rassql rcomb rcons +syn keyword tl_keyword contained read read-until-match readlink real-time-stream-p +syn keyword tl_keyword contained realpath record-adapter reduce-left reduce-right +syn keyword tl_keyword contained ref refset regex-compile regex-from-trie +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 relate release-deferred-warnings remhash remove-if +syn keyword tl_keyword contained remove-if* remove-path 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-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* rmember rmember-if rmemq +syn keyword tl_keyword contained rmemql rmemqual rmismatch rotate +syn keyword tl_keyword contained round round-rem rperm rplaca +syn keyword tl_keyword contained rplacd rpoly rpos rpos-if +syn keyword tl_keyword contained rposq rposql rposqual rr +syn keyword tl_keyword contained rra rsearch rslot rtld-deepbind +syn keyword tl_keyword contained rtld-global rtld-lazy rtld-local rtld-nodelete +syn keyword tl_keyword contained rtld-noload rtld-now run s-ifblk +syn keyword tl_keyword contained s-ifchr s-ifdir s-ififo s-iflnk +syn keyword tl_keyword contained s-ifmt s-ifreg s-ifsock s-irgrp +syn keyword tl_keyword contained s-iroth s-irusr s-irwxg s-irwxo +syn keyword tl_keyword contained s-irwxu s-isgid s-isuid s-isvtx +syn keyword tl_keyword contained s-iwgrp s-iwoth s-iwusr s-ixgrp +syn keyword tl_keyword contained s-ixoth s-ixusr save-exe sbit +syn keyword tl_keyword contained scan-until-match search search-regex search-regst +syn keyword tl_keyword contained search-str search-str-tree second seek-cur +syn keyword tl_keyword contained seek-end seek-set seek-stream select +syn keyword tl_keyword contained self-load-path self-path seq-begin seq-next +syn keyword tl_keyword contained seq-reset seqp set set-diff +syn keyword tl_keyword contained set-hash-userdata set-indent set-indent-mode set-key +syn keyword tl_keyword contained set-left set-max-depth set-max-length set-package-fallback-list +syn keyword tl_keyword contained set-right set-sig-handler setegid setenv +syn keyword tl_keyword contained seteuid setgid setgrent setgroups +syn keyword tl_keyword contained sethash setitimer setlogmask setpwent +syn keyword tl_keyword contained setresgid setresuid setuid seventh +syn keyword tl_keyword contained sh sha256 sha256-begin sha256-end +syn keyword tl_keyword contained sha256-hash sha256-stream shift short +syn keyword tl_keyword contained shuffle sig-abrt sig-alrm sig-atomic-t +syn keyword tl_keyword contained sig-bus sig-check sig-chld sig-cont +syn keyword tl_keyword contained sig-fpe sig-hup sig-ill sig-int +syn keyword tl_keyword contained sig-io sig-iot sig-kill sig-pipe +syn keyword tl_keyword contained sig-poll sig-prof sig-pwr sig-quit +syn keyword tl_keyword contained sig-segv sig-stkflt sig-stop sig-sys +syn keyword tl_keyword contained sig-term sig-trap sig-tstp sig-ttin +syn keyword tl_keyword contained sig-ttou sig-urg sig-usr1 sig-usr2 +syn keyword tl_keyword contained sig-vtalrm sig-winch sig-xcpu sig-xfsz +syn keyword tl_keyword contained sign-extend signum sin sinh syn keyword tl_keyword contained sixth size-t size-vec sizeof syn keyword tl_keyword contained slet slot slotp slots syn keyword tl_keyword contained slotset sock-accept sock-bind sock-cloexec @@ -538,66 +540,66 @@ syn keyword tl_keyword contained sys:vm-make-desc sys:wdwrap sys:with-dyn-lib-ch syn keyword tl_keyword contained system-package t tab0 tab1 syn keyword tl_keyword contained tab2 tab3 tabdly tagbody syn keyword tl_keyword contained tailp take take-until take-while -syn keyword tl_keyword contained tan tb tc tcdrain -syn keyword tl_keyword contained tcflow tcflush tcgetattr tciflush -syn keyword tl_keyword contained tcioff tcioflush tcion tcoflush -syn keyword tl_keyword contained tcooff tcoon tcsadrain tcsaflush -syn keyword tl_keyword contained tcsanow tcsendbreak tcsetattr tentative-def-exists -syn keyword tl_keyword contained tenth test-clear test-clear-dirty test-dec -syn keyword tl_keyword contained test-dirty test-inc test-neq-set-indent-mode test-set -syn keyword tl_keyword contained test-set-indent-mode tf third throw -syn keyword tl_keyword contained throwf time time-fields-local time-fields-utc -syn keyword tl_keyword contained time-parse time-parse-local time-parse-utc time-string-local -syn keyword tl_keyword contained time-string-utc time-struct-local time-struct-utc time-t -syn keyword tl_keyword contained time-usec tnode to tofloat -syn keyword tl_keyword contained tofloatz toint tointz tok -syn keyword tl_keyword contained tok-str tok-where tostop tostring -syn keyword tl_keyword contained tostringp tprint trace transpose -syn keyword tl_keyword contained tree tree-begin tree-bind tree-case -syn keyword tl_keyword contained tree-clear tree-delete tree-delete-node tree-find -syn keyword tl_keyword contained tree-insert tree-insert-node tree-lookup tree-lookup-node -syn keyword tl_keyword contained tree-next 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-str true trunc trunc-rem -syn keyword tl_keyword contained truncate-stream tuples txr-case txr-exe-path -syn keyword tl_keyword contained txr-if 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 val vdiscard vec vec-carray -syn keyword tl_keyword contained vec-list vec-push vec-set-length vecref -syn keyword tl_keyword contained vector vector-list vectorp veof -syn keyword tl_keyword contained veol veol2 verase vintr -syn keyword tl_keyword contained vkill vlnext vm-fun-p vmin -syn keyword tl_keyword contained void vquit vreprint vstart -syn keyword tl_keyword contained vstop vsusp vswtc vt0 -syn keyword tl_keyword contained vt1 vtdly vtime vwerase -syn keyword tl_keyword contained w-continued w-coredump w-exitstatus w-ifcontinued -syn keyword tl_keyword contained w-ifexited w-ifsignaled w-ifstopped w-nohang -syn keyword tl_keyword contained w-stopsig w-termsig w-untraced wait -syn keyword tl_keyword contained wchar weave when whena -syn keyword tl_keyword contained whenlet where while while* -syn keyword tl_keyword contained whilet width width-check window-map -syn keyword tl_keyword contained window-mapdo window-mappend wint-t with-clobber-expander -syn keyword tl_keyword contained with-compilation-unit with-delete-expander with-dyn-lib with-gensyms -syn keyword tl_keyword contained with-hash-iter with-in-buf-stream with-in-string-byte-stream with-in-string-stream -syn keyword tl_keyword contained with-objects with-out-buf-stream with-out-string-stream with-out-strlist-stream -syn keyword tl_keyword contained with-resources with-slots with-stream with-update-expander -syn keyword tl_keyword contained wrap wrap* wstr wstr-d -syn keyword tl_keyword contained xcase yield yield-from zap -syn keyword tl_keyword contained zarray zero-fill zerop zip -syn keyword tl_keyword contained znew +syn keyword tl_keyword contained tan tanh tb tc +syn keyword tl_keyword contained tcdrain tcflow tcflush tcgetattr +syn keyword tl_keyword contained tciflush tcioff tcioflush tcion +syn keyword tl_keyword contained tcoflush tcooff tcoon tcsadrain +syn keyword tl_keyword contained tcsaflush tcsanow tcsendbreak tcsetattr +syn keyword tl_keyword contained tentative-def-exists tenth test-clear test-clear-dirty +syn keyword tl_keyword contained test-dec test-dirty test-inc test-neq-set-indent-mode +syn keyword tl_keyword contained test-set test-set-indent-mode tf third +syn keyword tl_keyword contained throw throwf time time-fields-local +syn keyword tl_keyword contained time-fields-utc time-parse time-parse-local time-parse-utc +syn keyword tl_keyword contained time-string-local time-string-utc time-struct-local time-struct-utc +syn keyword tl_keyword contained time-t time-usec tnode to +syn keyword tl_keyword contained tofloat tofloatz toint tointz +syn keyword tl_keyword contained tok tok-str tok-where tostop +syn keyword tl_keyword contained tostring tostringp tprint trace +syn keyword tl_keyword contained transpose tree tree-begin tree-bind +syn keyword tl_keyword contained tree-case tree-clear tree-delete tree-delete-node +syn keyword tl_keyword contained tree-find tree-insert tree-insert-node tree-lookup +syn keyword tl_keyword contained tree-lookup-node tree-next 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-str true trunc +syn keyword tl_keyword contained trunc-rem truncate-stream tuples txr-case +syn keyword tl_keyword contained txr-exe-path txr-if txr-path txr-version +syn keyword tl_keyword contained txr-when typecase typedef typeof +syn keyword tl_keyword contained typep ubit uchar uid-t +syn keyword tl_keyword contained uint uint-buf uint-carray uint-ptr-t +syn keyword tl_keyword contained uint16 uint32 uint64 uint8 +syn keyword tl_keyword contained ulong ulonglong umask umeth +syn keyword tl_keyword contained umethod uname unget-byte unget-char +syn keyword tl_keyword contained uni unintern union union-get +syn keyword tl_keyword contained union-in union-members union-out union-put +syn keyword tl_keyword contained uniq unique unless unquote +syn keyword tl_keyword contained unsetenv until until* untrace +syn keyword tl_keyword contained unuse-package unuse-sym unwind-protect upcase-str +syn keyword tl_keyword contained upd update uref url-decode +syn keyword tl_keyword contained url-encode use use-package use-sym +syn keyword tl_keyword contained user-package ushort usl usleep +syn keyword tl_keyword contained uslot val vdiscard vec +syn keyword tl_keyword contained vec-carray vec-list vec-push 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 whena whenlet where while +syn keyword tl_keyword contained while* 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 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 @@ -714,5 +716,5 @@ hi def link txr_ign_bkt Comment let b:current_syntax = "lisp" -set lispwords=ado,alet,align,alignof,ap,append-each,append-each*,aret,array,arraysize,awk,bit,block,block*,bool,buf,buf-d,build,buildn,carray,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,catch**,collect-each,collect-each*,compare-swap,compile-only,cond,conda,condlet,cptr,dec,defex,deffi,deffi-cb,deffi-cb-unsafe,deffi-sym,deffi-type,deffi-var,define-accessor,define-modify-macro,define-param-expander,define-place-macro,defmacro,defmeth,defpackage,defparm,defparml,defplace,defset,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,doloop,doloop*,dotimes,each,each*,elemsize,elemtype,enum,enumed,equot,eval-only,ffi,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,hlet,hlet*,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,ldo,let,let*,lnew*,load-for,load-time,lop,lset,mac-param-bind,macro-time,macrolet,mlet,new*,obtain,obtain*,obtain*-block,obtain-block,offsetof,op,pdec,pinc,placelet,placelet*,pop,pprof,prof,prog,prog*,prog1,progn,ptr,ptr-in,ptr-in-d,ptr-out,ptr-out-d,ptr-out-s,push,pushnew,ret,return,return-from,rlet,rslot,sbit,sizeof,slet,splice,struct,suspend,symacrolet,sys:abscond-from,sys:awk-fun-let,sys:awk-mac-let,sys:awk-redir,sys:catch,sys:conv,sys:dlib-expr,sys:dvbind,sys:each-op,sys:expr,sys:fbind,sys:for-op,sys:l1-val,sys:lbind,sys:lisp1-value,sys:load-time-lit,sys:path-examine,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:txr-case-impl,sys:unquote,sys:upenv,sys:var,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-if,txr-when,typecase,typedef,ubit,union,unless,unquote,until,until*,untrace,unwind-protect,upd,uref,when,whena,whenlet,while,while*,whilet,with-clobber-expander,with-compilation-unit,with-delete-expander,with-dyn-lib,with-gensyms,with-hash-iter,with-in-buf-stream,with-in-string-byte-stream,with-in-string-stream,with-objects,with-out-buf-stream,with-out-string-stream,with-out-strlist-stream,with-resources,with-slots,with-stream,with-update-expander,yield,yield-from,zap,zarray,znew,:method,:function,:init,:postinit,:fini +set lispwords=ado,alet,align,alignof,ap,append-each,append-each*,aret,array,arraysize,awk,bit,block,block*,bool,buf,buf-d,build,buildn,carray,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,catch**,collect-each,collect-each*,compare-swap,compile-only,cond,conda,condlet,cptr,dec,defex,deffi,deffi-cb,deffi-cb-unsafe,deffi-sym,deffi-type,deffi-var,define-accessor,define-modify-macro,define-option-struct,define-param-expander,define-place-macro,defmacro,defmeth,defpackage,defparm,defparml,defplace,defset,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,doloop,doloop*,dotimes,each,each*,elemsize,elemtype,enum,enumed,equot,eval-only,ffi,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,hlet,hlet*,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,ldo,let,let*,lnew*,load-for,load-time,lop,lset,mac-param-bind,macro-time,macrolet,mlet,new*,obtain,obtain*,obtain*-block,obtain-block,offsetof,op,pdec,pinc,placelet,placelet*,pop,pprof,prof,prog,prog*,prog1,progn,ptr,ptr-in,ptr-in-d,ptr-out,ptr-out-d,ptr-out-s,push,pushnew,ret,return,return-from,rlet,rslot,sbit,sizeof,slet,splice,struct,suspend,symacrolet,sys:abscond-from,sys:awk-fun-let,sys:awk-mac-let,sys:awk-redir,sys:catch,sys:conv,sys:dlib-expr,sys:dvbind,sys:each-op,sys:expr,sys:fbind,sys:for-op,sys:l1-val,sys:lbind,sys:lisp1-value,sys:load-time-lit,sys:path-examine,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:txr-case-impl,sys:unquote,sys:upenv,sys:var,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-if,txr-when,typecase,typedef,ubit,union,unless,unquote,until,until*,untrace,unwind-protect,upd,uref,when,whena,whenlet,while,while*,whilet,with-clobber-expander,with-compilation-unit,with-delete-expander,with-dyn-lib,with-gensyms,with-hash-iter,with-in-buf-stream,with-in-string-byte-stream,with-in-string-stream,with-objects,with-out-buf-stream,with-out-string-stream,with-out-strlist-stream,with-resources,with-slots,with-stream,with-update-expander,yield,yield-from,zap,zarray,znew,:method,:function,:init,:postinit,:fini set comments=:\;\;\;,:\;\;,:\; @@ -352,7 +352,7 @@ .\" Start of man page: .TH TXR 1 2019-11-19 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" .SH* NAME -\*(TX \- Programming Language (Version 228) +\*(TX \- Programming Language (Version 229) .SH* SYNOPSIS .mono @@ -69087,7 +69087,7 @@ that version. Version 199 produces version 3 files and loads version 2 or 3. -Versions 200 through 227 produce version 4 files and load version 2, 3 or 4. +Versions 200 through 229 produce version 4 files and load version 2, 3 or 4. .SS* Semantic Differences between Compilation and Interpretation @@ -68,32 +68,33 @@ syn keyword tl_keyword contained :var :vars :weak-keys :weak-vals syn keyword tl_keyword contained :whole :word-char :wrap < syn keyword tl_keyword contained <= = > >= syn keyword tl_keyword contained abort abs abs-path-p acons -syn keyword tl_keyword contained acons-new aconsql-new acos ado -syn keyword tl_keyword contained af-inet af-inet6 af-unix af-unspec -syn keyword tl_keyword contained ai-addrconfig ai-all ai-canonname ai-numerichost -syn keyword tl_keyword contained ai-numericserv ai-passive ai-v4mapped alet -syn keyword tl_keyword contained align alignof alist-nremove alist-remove -syn keyword tl_keyword contained all allocate-struct and andf -syn keyword tl_keyword contained ap apf append append* -syn keyword tl_keyword contained append-each append-each* apply aret -syn keyword tl_keyword contained array arraysize ash asin -syn keyword tl_keyword contained assoc assql at-exit-call at-exit-do-not-call -syn keyword tl_keyword contained atan atan2 atom awk -syn keyword tl_keyword contained base-name base64-decode base64-decode-buf base64-encode -syn keyword tl_keyword contained base64-stream-dec base64-stream-enc bchar be-double -syn keyword tl_keyword contained be-float be-int16 be-int32 be-int64 -syn keyword tl_keyword contained be-uint16 be-uint32 be-uint64 bignum-len -syn keyword tl_keyword contained bignump bindable bit bitset -syn keyword tl_keyword contained blkcnt-t blksize-t block block* -syn keyword tl_keyword contained bool boundp bracket break-str -syn keyword tl_keyword contained brkint bs0 bs1 bsdly -syn keyword tl_keyword contained bstr bstr-d buf buf-alloc-size -syn keyword tl_keyword contained buf-carray buf-d buf-get-char buf-get-cptr -syn keyword tl_keyword contained buf-get-double buf-get-float buf-get-i16 buf-get-i32 -syn keyword tl_keyword contained buf-get-i64 buf-get-i8 buf-get-int buf-get-long -syn keyword tl_keyword contained buf-get-short buf-get-u16 buf-get-u32 buf-get-u64 -syn keyword tl_keyword contained buf-get-u8 buf-get-uchar buf-get-uint buf-get-ulong -syn keyword tl_keyword contained buf-get-ushort buf-int buf-put-buf buf-put-char +syn keyword tl_keyword contained acons-new aconsql-new acos acosh +syn keyword tl_keyword contained ado af-inet af-inet6 af-unix +syn keyword tl_keyword contained af-unspec ai-addrconfig ai-all ai-canonname +syn keyword tl_keyword contained ai-numerichost ai-numericserv ai-passive ai-v4mapped +syn keyword tl_keyword contained alet align alignof alist-nremove +syn keyword tl_keyword contained alist-remove all allocate-struct and +syn keyword tl_keyword contained andf ap apf append +syn keyword tl_keyword contained append* append-each append-each* apply +syn keyword tl_keyword contained aret array arraysize ash +syn keyword tl_keyword contained asin asinh assoc assql +syn keyword tl_keyword contained at-exit-call at-exit-do-not-call atan atan2 +syn keyword tl_keyword contained atanh atom awk base-name +syn keyword tl_keyword contained base64-decode base64-decode-buf base64-encode base64-stream-dec +syn keyword tl_keyword contained base64-stream-enc bchar be-double be-float +syn keyword tl_keyword contained be-int16 be-int32 be-int64 be-uint16 +syn keyword tl_keyword contained be-uint32 be-uint64 bignum-len bignump +syn keyword tl_keyword contained bindable bit bitset blkcnt-t +syn keyword tl_keyword contained blksize-t block block* bool +syn keyword tl_keyword contained boundp bracket break-str brkint +syn keyword tl_keyword contained bs0 bs1 bsdly bstr +syn keyword tl_keyword contained bstr-d buf buf-alloc-size buf-carray +syn keyword tl_keyword contained buf-d buf-get-char buf-get-cptr buf-get-double +syn keyword tl_keyword contained buf-get-float buf-get-i16 buf-get-i32 buf-get-i64 +syn keyword tl_keyword contained buf-get-i8 buf-get-int buf-get-long buf-get-short +syn keyword tl_keyword contained buf-get-u16 buf-get-u32 buf-get-u64 buf-get-u8 +syn keyword tl_keyword contained buf-get-uchar buf-get-uint buf-get-ulong buf-get-ushort +syn keyword tl_keyword contained buf-int buf-list buf-put-buf buf-put-char syn keyword tl_keyword contained buf-put-cptr buf-put-double buf-put-float buf-put-i16 syn keyword tl_keyword contained buf-put-i32 buf-put-i64 buf-put-i8 buf-put-int syn keyword tl_keyword contained buf-put-long buf-put-short buf-put-u16 buf-put-u32 @@ -150,296 +151,297 @@ syn keyword tl_keyword contained constantp copy copy-alist copy-buf syn keyword tl_keyword contained copy-carray copy-cons copy-fun copy-hash syn keyword tl_keyword contained copy-list copy-search-tree copy-str copy-struct syn keyword tl_keyword contained copy-tnode copy-tree copy-vec cos -syn keyword tl_keyword contained count-if count-until-match countq countql -syn keyword tl_keyword contained countqual cptr cptr-buf cptr-cast -syn keyword tl_keyword contained cptr-free cptr-int cptr-null cptr-obj -syn keyword tl_keyword contained cptr-size-hint cptr-type cptr-zap cptrp -syn keyword tl_keyword contained cr0 cr1 cr2 cr3 -syn keyword tl_keyword contained crc32 crc32-stream crdly cread -syn keyword tl_keyword contained crtscts crypt cs5 cs6 -syn keyword tl_keyword contained cs7 cs8 csize cstopb -syn keyword tl_keyword contained cum-norm-dist daemon dec defer-warning -syn keyword tl_keyword contained defex deffi deffi-cb deffi-cb-unsafe -syn keyword tl_keyword contained deffi-sym deffi-type deffi-var define-accessor -syn keyword tl_keyword contained define-modify-macro define-param-expander define-place-macro defmacro -syn keyword tl_keyword contained defmeth defpackage defparm defparml -syn keyword tl_keyword contained defplace defset defstruct defsymacro -syn keyword tl_keyword contained defun defvar defvarl del -syn keyword tl_keyword contained delay delete-package dev-t diff -syn keyword tl_keyword contained digits digpow dir-name disassemble -syn keyword tl_keyword contained display-width divides dlclose dlopen -syn keyword tl_keyword contained dlsym dlsym-checked dlvsym dlvsym-checked -syn keyword tl_keyword contained do dohash doloop doloop* -syn keyword tl_keyword contained dotimes double downcase-str drop -syn keyword tl_keyword contained drop-until drop-while dump-compiled-objects dump-deferred-warnings -syn keyword tl_keyword contained dup dupfd dwim e2big -syn keyword tl_keyword contained eacces each each* eaddrinuse -syn keyword tl_keyword contained eaddrnotavail eafnosupport eagain ealready -syn keyword tl_keyword contained ebadf ebadmsg ebusy ecanceled -syn keyword tl_keyword contained echild echo echoctl echoe -syn keyword tl_keyword contained echok echoke echonl echoprt -syn keyword tl_keyword contained econnaborted econnrefused econnreset edeadlk -syn keyword tl_keyword contained edestaddrreq edom edquot eexist -syn keyword tl_keyword contained efault efbig ehostunreach eidrm -syn keyword tl_keyword contained eighth eilseq einprogress eintr -syn keyword tl_keyword contained einval eio eisconn eisdir -syn keyword tl_keyword contained elemsize elemtype eloop emfile -syn keyword tl_keyword contained emlink empty emsgsize emultihop -syn keyword tl_keyword contained enametoolong endgrent endp endpwent -syn keyword tl_keyword contained ends-with enetdown enetreset enetunreach -syn keyword tl_keyword contained enfile enobufs enodata enodev -syn keyword tl_keyword contained enoent enoexec enolck enolink -syn keyword tl_keyword contained enomem enomsg enoprotoopt enospc -syn keyword tl_keyword contained enosr enostr enosys enotconn -syn keyword tl_keyword contained enotdir enotempty enotrecoverable enotsock -syn keyword tl_keyword contained enotsup enotty ensure-dir enum -syn keyword tl_keyword contained enumed env env-fbind env-fbindings -syn keyword tl_keyword contained env-hash env-next env-vbind env-vbindings -syn keyword tl_keyword contained enxio eopnotsupp eoverflow eownerdead -syn keyword tl_keyword contained eperm epipe eproto eprotonosupport -syn keyword tl_keyword contained eprototype eq eql equal -syn keyword tl_keyword contained equot erange erofs errno -syn keyword tl_keyword contained error espipe esrch estale -syn keyword tl_keyword contained etime etimedout etxtbsy eval -syn keyword tl_keyword contained eval-only evenp ewouldblock exception-subtype-map -syn keyword tl_keyword contained exception-subtype-p exdev exec exit -syn keyword tl_keyword contained exit* exp expand expand* -syn keyword tl_keyword contained expand-left expand-right expand-with-free-refs expt -syn keyword tl_keyword contained exptmod extproc f$ f-dupfd -syn keyword tl_keyword contained f-dupfd-cloexec f-getfd f-getfl f-getlk -syn keyword tl_keyword contained f-rdlck f-setfd f-setfl f-setlk -syn keyword tl_keyword contained f-setlkw f-unlck f-wrlck f^ -syn keyword tl_keyword contained f^$ false fboundp fcntl -syn keyword tl_keyword contained fd-cloexec ff0 ff1 ffdly -syn keyword tl_keyword contained ffi ffi-alignof ffi-arraysize ffi-call -syn keyword tl_keyword contained ffi-elemsize ffi-elemtype ffi-get ffi-in -syn keyword tl_keyword contained ffi-make-call-desc ffi-make-closure ffi-offsetof ffi-out -syn keyword tl_keyword contained ffi-put ffi-put-into ffi-size ffi-type-compile -syn keyword tl_keyword contained ffi-type-operator-p ffi-type-p ffi-typedef fifth -syn keyword tl_keyword contained file-append file-append-buf file-append-lines file-append-string -syn keyword tl_keyword contained file-get file-get-buf file-get-lines file-get-string -syn keyword tl_keyword contained file-put file-put-buf file-put-lines file-put-string -syn keyword tl_keyword contained fileno fill-buf fill-buf-adjust fill-carray -syn keyword tl_keyword contained fill-obj 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 flush-stream -syn keyword tl_keyword contained flusho fmakunbound fmt fnm-casefold -syn keyword tl_keyword contained fnm-leading-dir fnm-noescape fnm-pathname fnm-period -syn keyword tl_keyword contained fnmatch for for* force -syn keyword tl_keyword contained force-break fork format fourth -syn keyword tl_keyword contained fr$ fr^ fr^$ from -syn keyword tl_keyword contained frr fsblkcnt-t fsfilcnt-t fstat -syn keyword tl_keyword contained ftw ftw-actionretval ftw-chdir ftw-continue -syn keyword tl_keyword contained ftw-d ftw-depth ftw-dnr ftw-dp -syn keyword tl_keyword contained ftw-f ftw-mount ftw-ns ftw-phys -syn keyword tl_keyword contained ftw-skip-siblings ftw-skip-subtree ftw-sl ftw-sln -syn keyword tl_keyword contained ftw-stop fun fun-fixparam-count fun-optparam-count -syn keyword tl_keyword contained fun-variadic func-get-env func-get-form func-get-name -syn keyword tl_keyword contained func-set-env functionp gcd gen -syn keyword tl_keyword contained gen-hash-seed generate gensym gequal -syn keyword tl_keyword contained get-buf-from-stream get-byte get-char get-clobber-expander -syn keyword tl_keyword contained get-delete-expander get-error get-error-str get-frames -syn keyword tl_keyword contained get-hash-userdata get-indent get-indent-mode get-line -syn keyword tl_keyword contained get-lines get-list-from-stream get-obj get-sig-handler -syn keyword tl_keyword contained get-string get-string-from-stream get-update-expander getaddrinfo -syn keyword tl_keyword contained getegid getenv geteuid getgid -syn keyword tl_keyword contained getgrent getgrgid getgrnam getgroups -syn keyword tl_keyword contained gethash getitimer getopts getpid -syn keyword tl_keyword contained getppid getpwent getpwnam getpwuid -syn keyword tl_keyword contained getresgid getresuid getuid gid-t -syn keyword tl_keyword contained ginterate giterate glob glob-altdirfunc -syn keyword tl_keyword contained glob-brace glob-err glob-mark glob-nocheck -syn keyword tl_keyword contained glob-noescape glob-nomagic glob-nosort glob-onlydir -syn keyword tl_keyword contained glob-period glob-tilde glob-tilde-check go -syn keyword tl_keyword contained grade greater group-by group-reduce -syn keyword tl_keyword contained gun handle handle* handler-bind -syn keyword tl_keyword contained hash hash-alist hash-begin hash-construct -syn keyword tl_keyword contained hash-count hash-diff hash-eql hash-equal -syn keyword tl_keyword contained hash-from-alist hash-from-pairs hash-invert hash-isec -syn keyword tl_keyword contained hash-keys 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 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 inaddr-any inaddr-loopback -syn keyword tl_keyword contained inc inc-indent indent-code indent-data -syn keyword tl_keyword contained indent-foff indent-off inhash inlcr -syn keyword tl_keyword contained ino-t inpck int int-buf -syn keyword tl_keyword contained int-carray int-chr int-cptr int-flo -syn keyword tl_keyword contained int-ptr-t int-str int16 int32 -syn keyword tl_keyword contained int64 int8 integerp intern -syn keyword tl_keyword contained intern-fb interp-fun-p interpose inv-cum-norm -syn keyword tl_keyword contained invoke-catch ip ipf iread -syn keyword tl_keyword contained isec isig isqrt istrip -syn keyword tl_keyword contained itimer-prov itimer-real itimer-virtual iuclc -syn keyword tl_keyword contained iutf8 ixany ixoff ixon -syn keyword tl_keyword contained juxt keep-if keep-if* keepq -syn keyword tl_keyword contained keepql keepqual key key-t -syn keyword tl_keyword contained keyword-package keywordp kill labels -syn keyword tl_keyword contained lambda 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 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-str list-vec list-vector -syn keyword tl_keyword contained listp lnew lnew* load -syn keyword tl_keyword contained load-for load-time loff-t log -syn keyword tl_keyword contained log-alert log-auth log-authpriv log-cons -syn keyword tl_keyword contained log-crit log-daemon log-debug log-emerg -syn keyword tl_keyword contained log-err log-info log-ndelay log-notice -syn keyword tl_keyword contained log-nowait log-odelay log-perror log-pid -syn keyword tl_keyword contained log-user log-warning log10 log2 -syn keyword tl_keyword contained logand logcount logior lognot -syn keyword tl_keyword contained logtest logtrunc logxor long -syn keyword tl_keyword contained longlong lop lset lstat -syn keyword tl_keyword contained m$ m^ m^$ 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-string-byte-input-stream make-string-input-stream make-string-output-stream -syn keyword tl_keyword contained make-strlist-input-stream make-strlist-output-stream make-struct make-struct-delegate-stream -syn keyword tl_keyword contained make-struct-type make-sym make-time make-time-utc -syn keyword tl_keyword contained make-trie make-union make-zstruct makedev -syn keyword tl_keyword contained makunbound mapcar mapcar* mapdo -syn keyword tl_keyword contained mapf maphash mappend mappend* -syn keyword tl_keyword contained maprend maprod mask 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 merge -syn keyword tl_keyword contained meth method min minor -syn keyword tl_keyword contained minusp mismatch mkdir mknod -syn keyword tl_keyword contained mkstring mlet mmakunbound mod -syn keyword tl_keyword contained mode-t multi multi-sort n-choose-k -syn keyword tl_keyword contained n-perm-k nconc neg neq -syn keyword tl_keyword contained neql nequal new new* -syn keyword tl_keyword contained nexpand-left nil nilf ninth -syn keyword tl_keyword contained nl0 nl1 nldly nlink-t -syn keyword tl_keyword contained noflsh none not notf -syn keyword tl_keyword contained nreconc nreverse 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 openlog opip opost opt -syn keyword tl_keyword contained opthelp or orf package-alist -syn keyword tl_keyword contained package-fallback-list package-foreign-symbols package-local-symbols package-name -syn keyword tl_keyword contained package-symbols packagep pad parenb -syn keyword tl_keyword contained parmrk parodd partition partition* -syn keyword tl_keyword contained partition-by path-blkdev-p path-cat path-chrdev-p -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-sep-chars path-setgid-p path-setuid-p -syn keyword tl_keyword contained path-sock-p path-sticky-p path-strictly-private-to-me-p path-symlink-p -syn keyword tl_keyword contained path-writable-to-me-p pdec pendin perm -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 pos -syn keyword tl_keyword contained pos-if pos-max pos-min posq -syn keyword tl_keyword contained posql posqual pppred ppred -syn keyword tl_keyword contained pprinl pprint pprof pred -syn keyword tl_keyword contained prinl print prod prof -syn keyword tl_keyword contained prog prog* prog1 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-line put-lines -syn keyword tl_keyword contained put-obj put-string put-strings pwd -syn keyword tl_keyword contained qquote qref 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 rassql rcomb -syn keyword tl_keyword contained rcons read read-until-match 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 relate release-deferred-warnings remhash -syn keyword tl_keyword contained remove-if remove-if* remove-path remq -syn keyword tl_keyword contained remq* remql remql* remqual -syn keyword tl_keyword contained remqual* rename-path repeat replace -syn keyword tl_keyword contained replace-buf replace-list replace-str replace-struct -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* 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 setegid -syn keyword tl_keyword contained setenv seteuid setgid setgrent -syn keyword tl_keyword contained setgroups sethash setitimer setlogmask -syn keyword tl_keyword contained setpwent setresgid setresuid setuid -syn keyword tl_keyword contained seventh sh sha256 sha256-begin -syn keyword tl_keyword contained sha256-end sha256-hash sha256-stream shift -syn keyword tl_keyword contained short shuffle sig-abrt sig-alrm -syn keyword tl_keyword contained sig-atomic-t sig-bus sig-check sig-chld -syn keyword tl_keyword contained sig-cont sig-fpe sig-hup sig-ill -syn keyword tl_keyword contained sig-int sig-io sig-iot sig-kill -syn keyword tl_keyword contained sig-pipe sig-poll sig-prof sig-pwr -syn keyword tl_keyword contained sig-quit sig-segv sig-stkflt sig-stop -syn keyword tl_keyword contained sig-sys sig-term sig-trap sig-tstp -syn keyword tl_keyword contained sig-ttin sig-ttou sig-urg sig-usr1 -syn keyword tl_keyword contained sig-usr2 sig-vtalrm sig-winch sig-xcpu -syn keyword tl_keyword contained sig-xfsz sign-extend signum sin +syn keyword tl_keyword contained cosh count-if count-until-match countq +syn keyword tl_keyword contained countql countqual cptr cptr-buf +syn keyword tl_keyword contained cptr-cast cptr-free cptr-int cptr-null +syn keyword tl_keyword contained cptr-obj cptr-size-hint cptr-type cptr-zap +syn keyword tl_keyword contained cptrp cr0 cr1 cr2 +syn keyword tl_keyword contained cr3 crc32 crc32-stream crdly +syn keyword tl_keyword contained cread crtscts crypt cs5 +syn keyword tl_keyword contained cs6 cs7 cs8 csize +syn keyword tl_keyword contained cstopb cum-norm-dist daemon dec +syn keyword tl_keyword contained defer-warning defex deffi deffi-cb +syn keyword tl_keyword contained deffi-cb-unsafe deffi-sym deffi-type deffi-var +syn keyword tl_keyword contained define-accessor define-modify-macro define-option-struct define-param-expander +syn keyword tl_keyword contained define-place-macro defmacro defmeth defpackage +syn keyword tl_keyword contained defparm defparml defplace defset +syn keyword tl_keyword contained defstruct defsymacro defun defvar +syn keyword tl_keyword contained defvarl del delay delete-package +syn keyword tl_keyword contained dev-t diff digits digpow +syn keyword tl_keyword contained dir-name disassemble display-width divides +syn keyword tl_keyword contained dlclose dlopen dlsym dlsym-checked +syn keyword tl_keyword contained dlvsym dlvsym-checked do dohash +syn keyword tl_keyword contained doloop doloop* dotimes double +syn keyword tl_keyword contained downcase-str drop drop-until drop-while +syn keyword tl_keyword contained dump-compiled-objects dump-deferred-warnings dup dupfd +syn keyword tl_keyword contained dwim e2big eacces each +syn keyword tl_keyword contained each* eaddrinuse eaddrnotavail eafnosupport +syn keyword tl_keyword contained eagain ealready ebadf ebadmsg +syn keyword tl_keyword contained ebusy ecanceled echild echo +syn keyword tl_keyword contained echoctl echoe echok echoke +syn keyword tl_keyword contained echonl echoprt econnaborted econnrefused +syn keyword tl_keyword contained econnreset edeadlk edestaddrreq edom +syn keyword tl_keyword contained edquot eexist efault efbig +syn keyword tl_keyword contained ehostunreach eidrm eighth eilseq +syn keyword tl_keyword contained einprogress eintr einval eio +syn keyword tl_keyword contained eisconn eisdir elemsize elemtype +syn keyword tl_keyword contained eloop emfile emlink empty +syn keyword tl_keyword contained emsgsize emultihop enametoolong endgrent +syn keyword tl_keyword contained endp endpwent ends-with enetdown +syn keyword tl_keyword contained enetreset enetunreach enfile enobufs +syn keyword tl_keyword contained enodata enodev enoent enoexec +syn keyword tl_keyword contained enolck enolink enomem enomsg +syn keyword tl_keyword contained enoprotoopt enospc enosr enostr +syn keyword tl_keyword contained enosys enotconn enotdir enotempty +syn keyword tl_keyword contained enotrecoverable enotsock enotsup enotty +syn keyword tl_keyword contained ensure-dir enum enumed env +syn keyword tl_keyword contained env-fbind env-fbindings env-hash env-next +syn keyword tl_keyword contained env-vbind env-vbindings enxio eopnotsupp +syn keyword tl_keyword contained eoverflow eownerdead eperm epipe +syn keyword tl_keyword contained eproto eprotonosupport eprototype eq +syn keyword tl_keyword contained eql equal equot erange +syn keyword tl_keyword contained erofs errno error espipe +syn keyword tl_keyword contained esrch estale etime etimedout +syn keyword tl_keyword contained etxtbsy eval eval-only evenp +syn keyword tl_keyword contained ewouldblock exception-subtype-map exception-subtype-p exdev +syn keyword tl_keyword contained exec exit exit* exp +syn keyword tl_keyword contained expand expand* expand-left expand-right +syn keyword tl_keyword contained expand-with-free-refs expt exptmod extproc +syn keyword tl_keyword contained f$ f-dupfd f-dupfd-cloexec f-getfd +syn keyword tl_keyword contained f-getfl f-getlk f-rdlck f-setfd +syn keyword tl_keyword contained f-setfl f-setlk f-setlkw f-unlck +syn keyword tl_keyword contained f-wrlck f^ f^$ false +syn keyword tl_keyword contained fboundp fcntl fd-cloexec ff0 +syn keyword tl_keyword contained ff1 ffdly ffi ffi-alignof +syn keyword tl_keyword contained ffi-arraysize ffi-call ffi-elemsize ffi-elemtype +syn keyword tl_keyword contained ffi-get ffi-in ffi-make-call-desc ffi-make-closure +syn keyword tl_keyword contained ffi-offsetof ffi-out ffi-put ffi-put-into +syn keyword tl_keyword contained ffi-size ffi-type-compile ffi-type-operator-p ffi-type-p +syn keyword tl_keyword contained ffi-typedef fifth file-append file-append-buf +syn keyword tl_keyword contained file-append-lines file-append-string file-get file-get-buf +syn keyword tl_keyword contained file-get-lines file-get-string file-put file-put-buf +syn keyword tl_keyword contained file-put-lines file-put-string fileno fill-buf +syn keyword tl_keyword contained fill-buf-adjust fill-carray fill-obj filter-equal +syn keyword tl_keyword contained filter-string-tree finalize find find-frame +syn keyword tl_keyword contained find-frames find-frames-by-mask find-if find-max +syn keyword tl_keyword contained find-min find-package find-struct-type find-symbol +syn keyword tl_keyword contained find-symbol-fb first fixnum-max fixnum-min +syn keyword tl_keyword contained fixnump flatcar flatcar* flatten +syn keyword tl_keyword contained flatten* flet flip flipargs +syn keyword tl_keyword contained flo-dig flo-down flo-epsilon flo-get-round-mode +syn keyword tl_keyword contained flo-int flo-max flo-max-dig flo-min +syn keyword tl_keyword contained flo-near flo-set-round-mode flo-str flo-up +syn keyword tl_keyword contained flo-zero float floatp floor +syn keyword tl_keyword contained floor-rem flush-stream flusho fmakunbound +syn keyword tl_keyword contained fmt fnm-casefold 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-line get-lines get-list-from-stream +syn keyword tl_keyword contained get-obj get-sig-handler 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-list +syn keyword tl_keyword contained hash-next hash-pairs hash-peek hash-proper-subset +syn keyword tl_keyword contained hash-reset hash-revget hash-subset hash-symdiff +syn keyword tl_keyword contained hash-uni hash-update hash-update-1 hash-userdata +syn keyword tl_keyword contained hash-values hash-zip hashp have +syn keyword tl_keyword contained hlet hlet* html-decode html-encode +syn keyword tl_keyword contained html-encode* hupcl iapply icanon +syn keyword tl_keyword contained icrnl id-t identity identity* +syn keyword tl_keyword contained ido iexten if ifa +syn keyword tl_keyword contained iff iffi iflet ignbrk +syn keyword tl_keyword contained igncr ignerr ignpar ignwarn +syn keyword tl_keyword contained imaxbel improper-plist-to-alist in in-package +syn keyword tl_keyword contained in-range in-range* in6addr-any in6addr-loopback +syn keyword tl_keyword contained inaddr-any inaddr-loopback 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 isec isig +syn keyword tl_keyword contained isqrt istrip itimer-prov itimer-real +syn keyword tl_keyword contained itimer-virtual iuclc iutf8 ixany +syn keyword tl_keyword contained ixoff ixon juxt keep-if +syn keyword tl_keyword contained keep-if* keepq keepql keepqual +syn keyword tl_keyword contained key key-t keyword-package keywordp +syn keyword tl_keyword contained kill labels lambda last +syn keyword tl_keyword contained lazy-str lazy-str-force lazy-str-force-upto lazy-str-get-trailing-list +syn keyword tl_keyword contained lazy-stream-cons lazy-stringp lcm lcons +syn keyword tl_keyword contained lcons-car lcons-cdr lcons-fun lconsp +syn keyword tl_keyword contained ldiff ldo le-double le-float +syn keyword tl_keyword contained le-int16 le-int32 le-int64 le-uint16 +syn keyword tl_keyword contained le-uint32 le-uint64 left len +syn keyword tl_keyword contained length length-buf length-carray length-list +syn keyword tl_keyword contained length-str length-str-< length-str-<= length-str-> +syn keyword tl_keyword contained length-str->= length-vec lequal less +syn keyword tl_keyword contained let let* lexical-fun-p lexical-lisp1-binding +syn keyword tl_keyword contained lexical-var-p lib-version link lisp-parse +syn keyword tl_keyword contained list list* list-carray 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 longlong lop +syn keyword tl_keyword contained lset lstat m$ m^ +syn keyword tl_keyword contained m^$ mac-param-bind macro-ancestor macro-form-p +syn keyword tl_keyword contained macro-time macroexpand macroexpand-1 macroexpand-1-lisp1 +syn keyword tl_keyword contained macroexpand-lisp1 macrolet major make-buf +syn keyword tl_keyword contained make-buf-stream make-byte-input-stream make-catenated-stream make-env +syn keyword tl_keyword contained make-hash make-lazy-cons make-lazy-struct make-like +syn keyword tl_keyword contained make-package make-random-state make-similar-hash 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 mask match-fun match-regex match-regex-right +syn keyword tl_keyword contained match-regst match-regst-right match-str match-str-tree +syn keyword tl_keyword contained max mboundp md5 md5-begin +syn keyword tl_keyword contained md5-end md5-hash md5-stream member +syn keyword tl_keyword contained member-if memp memq memql +syn keyword tl_keyword contained memqual merge meth method +syn keyword tl_keyword contained min minor minusp mismatch +syn keyword tl_keyword contained mkdir mknod 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 nth nthcdr nthlast null +syn keyword tl_keyword contained nullify num-chr num-str numberp +syn keyword tl_keyword contained nzerop o-accmode o-append o-async +syn keyword tl_keyword contained o-cloexec o-creat o-direct o-directory +syn keyword tl_keyword contained o-noatime o-noctty o-nofollow o-nonblock +syn keyword tl_keyword contained o-path o-rdonly o-rdwr o-sync +syn keyword tl_keyword contained o-trunc o-wronly oand obtain +syn keyword tl_keyword contained obtain* obtain*-block obtain-block ocrnl +syn keyword tl_keyword contained oddp ofdel off-t offsetof +syn keyword tl_keyword contained ofill olcuc onlcr onlret +syn keyword tl_keyword contained onocr op open-command open-directory +syn keyword tl_keyword contained open-file open-fileno open-files open-files* +syn keyword tl_keyword contained open-pipe open-process open-socket open-socket-pair +syn keyword tl_keyword contained open-subprocess open-tail 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 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 pid-t +syn keyword tl_keyword contained pinc pipe place-form-p placelet +syn keyword tl_keyword contained placelet* plist-to-alist plusp poll +syn keyword tl_keyword contained poll-err poll-in poll-nval poll-out +syn keyword tl_keyword contained poll-pri poll-rdband poll-rdhup poll-wrband +syn keyword tl_keyword contained poly pop 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 progn promisep +syn keyword tl_keyword contained prop proper-list-p proper-listp pset +syn keyword tl_keyword contained ptr ptr-in ptr-in-d ptr-out +syn keyword tl_keyword contained ptr-out-d ptr-out-s ptrdiff-t pub:txr-sym +syn keyword tl_keyword contained pure-rel-path-p purge-deferred-warning push pushhash +syn keyword tl_keyword contained pushnew put-buf put-byte put-carray +syn keyword tl_keyword contained put-char put-line put-lines put-obj +syn keyword tl_keyword contained put-string put-strings pwd qquote +syn keyword tl_keyword contained qref quote r$ r^ +syn keyword tl_keyword contained r^$ raise rand random +syn keyword tl_keyword contained random-fixnum random-float random-state-get-vec random-state-p +syn keyword tl_keyword contained range range* range-regex rangep +syn keyword tl_keyword contained rassoc rassql rcomb rcons +syn keyword tl_keyword contained read read-until-match readlink real-time-stream-p +syn keyword tl_keyword contained realpath record-adapter reduce-left reduce-right +syn keyword tl_keyword contained ref refset regex-compile regex-from-trie +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 relate release-deferred-warnings remhash remove-if +syn keyword tl_keyword contained remove-if* remove-path 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-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* rmember rmember-if rmemq +syn keyword tl_keyword contained rmemql rmemqual rmismatch rotate +syn keyword tl_keyword contained round round-rem rperm rplaca +syn keyword tl_keyword contained rplacd rpoly rpos rpos-if +syn keyword tl_keyword contained rposq rposql rposqual rr +syn keyword tl_keyword contained rra rsearch rslot rtld-deepbind +syn keyword tl_keyword contained rtld-global rtld-lazy rtld-local rtld-nodelete +syn keyword tl_keyword contained rtld-noload rtld-now run s-ifblk +syn keyword tl_keyword contained s-ifchr s-ifdir s-ififo s-iflnk +syn keyword tl_keyword contained s-ifmt s-ifreg s-ifsock s-irgrp +syn keyword tl_keyword contained s-iroth s-irusr s-irwxg s-irwxo +syn keyword tl_keyword contained s-irwxu s-isgid s-isuid s-isvtx +syn keyword tl_keyword contained s-iwgrp s-iwoth s-iwusr s-ixgrp +syn keyword tl_keyword contained s-ixoth s-ixusr save-exe sbit +syn keyword tl_keyword contained scan-until-match search search-regex search-regst +syn keyword tl_keyword contained search-str search-str-tree second seek-cur +syn keyword tl_keyword contained seek-end seek-set seek-stream select +syn keyword tl_keyword contained self-load-path self-path seq-begin seq-next +syn keyword tl_keyword contained seq-reset seqp set set-diff +syn keyword tl_keyword contained set-hash-userdata set-indent set-indent-mode set-key +syn keyword tl_keyword contained set-left set-max-depth set-max-length set-package-fallback-list +syn keyword tl_keyword contained set-right set-sig-handler setegid setenv +syn keyword tl_keyword contained seteuid setgid setgrent setgroups +syn keyword tl_keyword contained sethash setitimer setlogmask setpwent +syn keyword tl_keyword contained setresgid setresuid setuid seventh +syn keyword tl_keyword contained sh sha256 sha256-begin sha256-end +syn keyword tl_keyword contained sha256-hash sha256-stream shift short +syn keyword tl_keyword contained shuffle sig-abrt sig-alrm sig-atomic-t +syn keyword tl_keyword contained sig-bus sig-check sig-chld sig-cont +syn keyword tl_keyword contained sig-fpe sig-hup sig-ill sig-int +syn keyword tl_keyword contained sig-io sig-iot sig-kill sig-pipe +syn keyword tl_keyword contained sig-poll sig-prof sig-pwr sig-quit +syn keyword tl_keyword contained sig-segv sig-stkflt sig-stop sig-sys +syn keyword tl_keyword contained sig-term sig-trap sig-tstp sig-ttin +syn keyword tl_keyword contained sig-ttou sig-urg sig-usr1 sig-usr2 +syn keyword tl_keyword contained sig-vtalrm sig-winch sig-xcpu sig-xfsz +syn keyword tl_keyword contained sign-extend signum sin sinh syn keyword tl_keyword contained sixth size-t size-vec sizeof syn keyword tl_keyword contained slet slot slotp slots syn keyword tl_keyword contained slotset sock-accept sock-bind sock-cloexec @@ -538,66 +540,66 @@ syn keyword tl_keyword contained sys:vm-make-desc sys:wdwrap sys:with-dyn-lib-ch syn keyword tl_keyword contained system-package t tab0 tab1 syn keyword tl_keyword contained tab2 tab3 tabdly tagbody syn keyword tl_keyword contained tailp take take-until take-while -syn keyword tl_keyword contained tan tb tc tcdrain -syn keyword tl_keyword contained tcflow tcflush tcgetattr tciflush -syn keyword tl_keyword contained tcioff tcioflush tcion tcoflush -syn keyword tl_keyword contained tcooff tcoon tcsadrain tcsaflush -syn keyword tl_keyword contained tcsanow tcsendbreak tcsetattr tentative-def-exists -syn keyword tl_keyword contained tenth test-clear test-clear-dirty test-dec -syn keyword tl_keyword contained test-dirty test-inc test-neq-set-indent-mode test-set -syn keyword tl_keyword contained test-set-indent-mode tf third throw -syn keyword tl_keyword contained throwf time time-fields-local time-fields-utc -syn keyword tl_keyword contained time-parse time-parse-local time-parse-utc time-string-local -syn keyword tl_keyword contained time-string-utc time-struct-local time-struct-utc time-t -syn keyword tl_keyword contained time-usec tnode to tofloat -syn keyword tl_keyword contained tofloatz toint tointz tok -syn keyword tl_keyword contained tok-str tok-where tostop tostring -syn keyword tl_keyword contained tostringp tprint trace transpose -syn keyword tl_keyword contained tree tree-begin tree-bind tree-case -syn keyword tl_keyword contained tree-clear tree-delete tree-delete-node tree-find -syn keyword tl_keyword contained tree-insert tree-insert-node tree-lookup tree-lookup-node -syn keyword tl_keyword contained tree-next 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-str true trunc trunc-rem -syn keyword tl_keyword contained truncate-stream tuples txr-case txr-exe-path -syn keyword tl_keyword contained txr-if 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 val vdiscard vec vec-carray -syn keyword tl_keyword contained vec-list vec-push vec-set-length vecref -syn keyword tl_keyword contained vector vector-list vectorp veof -syn keyword tl_keyword contained veol veol2 verase vintr -syn keyword tl_keyword contained vkill vlnext vm-fun-p vmin -syn keyword tl_keyword contained void vquit vreprint vstart -syn keyword tl_keyword contained vstop vsusp vswtc vt0 -syn keyword tl_keyword contained vt1 vtdly vtime vwerase -syn keyword tl_keyword contained w-continued w-coredump w-exitstatus w-ifcontinued -syn keyword tl_keyword contained w-ifexited w-ifsignaled w-ifstopped w-nohang -syn keyword tl_keyword contained w-stopsig w-termsig w-untraced wait -syn keyword tl_keyword contained wchar weave when whena -syn keyword tl_keyword contained whenlet where while while* -syn keyword tl_keyword contained whilet width width-check window-map -syn keyword tl_keyword contained window-mapdo window-mappend wint-t with-clobber-expander -syn keyword tl_keyword contained with-compilation-unit with-delete-expander with-dyn-lib with-gensyms -syn keyword tl_keyword contained with-hash-iter with-in-buf-stream with-in-string-byte-stream with-in-string-stream -syn keyword tl_keyword contained with-objects with-out-buf-stream with-out-string-stream with-out-strlist-stream -syn keyword tl_keyword contained with-resources with-slots with-stream with-update-expander -syn keyword tl_keyword contained wrap wrap* wstr wstr-d -syn keyword tl_keyword contained xcase yield yield-from zap -syn keyword tl_keyword contained zarray zero-fill zerop zip -syn keyword tl_keyword contained znew +syn keyword tl_keyword contained tan tanh tb tc +syn keyword tl_keyword contained tcdrain tcflow tcflush tcgetattr +syn keyword tl_keyword contained tciflush tcioff tcioflush tcion +syn keyword tl_keyword contained tcoflush tcooff tcoon tcsadrain +syn keyword tl_keyword contained tcsaflush tcsanow tcsendbreak tcsetattr +syn keyword tl_keyword contained tentative-def-exists tenth test-clear test-clear-dirty +syn keyword tl_keyword contained test-dec test-dirty test-inc test-neq-set-indent-mode +syn keyword tl_keyword contained test-set test-set-indent-mode tf third +syn keyword tl_keyword contained throw throwf time time-fields-local +syn keyword tl_keyword contained time-fields-utc time-parse time-parse-local time-parse-utc +syn keyword tl_keyword contained time-string-local time-string-utc time-struct-local time-struct-utc +syn keyword tl_keyword contained time-t time-usec tnode to +syn keyword tl_keyword contained tofloat tofloatz toint tointz +syn keyword tl_keyword contained tok tok-str tok-where tostop +syn keyword tl_keyword contained tostring tostringp tprint trace +syn keyword tl_keyword contained transpose tree tree-begin tree-bind +syn keyword tl_keyword contained tree-case tree-clear tree-delete tree-delete-node +syn keyword tl_keyword contained tree-find tree-insert tree-insert-node tree-lookup +syn keyword tl_keyword contained tree-lookup-node tree-next 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-str true trunc +syn keyword tl_keyword contained trunc-rem truncate-stream tuples txr-case +syn keyword tl_keyword contained txr-exe-path txr-if txr-path txr-version +syn keyword tl_keyword contained txr-when typecase typedef typeof +syn keyword tl_keyword contained typep ubit uchar uid-t +syn keyword tl_keyword contained uint uint-buf uint-carray uint-ptr-t +syn keyword tl_keyword contained uint16 uint32 uint64 uint8 +syn keyword tl_keyword contained ulong ulonglong umask umeth +syn keyword tl_keyword contained umethod uname unget-byte unget-char +syn keyword tl_keyword contained uni unintern union union-get +syn keyword tl_keyword contained union-in union-members union-out union-put +syn keyword tl_keyword contained uniq unique unless unquote +syn keyword tl_keyword contained unsetenv until until* untrace +syn keyword tl_keyword contained unuse-package unuse-sym unwind-protect upcase-str +syn keyword tl_keyword contained upd update uref url-decode +syn keyword tl_keyword contained url-encode use use-package use-sym +syn keyword tl_keyword contained user-package ushort usl usleep +syn keyword tl_keyword contained uslot val vdiscard vec +syn keyword tl_keyword contained vec-carray vec-list vec-push 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 whena whenlet where while +syn keyword tl_keyword contained while* 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 txr_keyword contained accept all and assert syn keyword txr_keyword contained bind block call cases @@ -741,5 +743,5 @@ hi def link txr_ign_bkt Comment let b:current_syntax = "lisp" -set lispwords=ado,alet,align,alignof,ap,append-each,append-each*,aret,array,arraysize,awk,bit,block,block*,bool,buf,buf-d,build,buildn,carray,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,catch**,collect-each,collect-each*,compare-swap,compile-only,cond,conda,condlet,cptr,dec,defex,deffi,deffi-cb,deffi-cb-unsafe,deffi-sym,deffi-type,deffi-var,define-accessor,define-modify-macro,define-param-expander,define-place-macro,defmacro,defmeth,defpackage,defparm,defparml,defplace,defset,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,doloop,doloop*,dotimes,each,each*,elemsize,elemtype,enum,enumed,equot,eval-only,ffi,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,hlet,hlet*,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,ldo,let,let*,lnew*,load-for,load-time,lop,lset,mac-param-bind,macro-time,macrolet,mlet,new*,obtain,obtain*,obtain*-block,obtain-block,offsetof,op,pdec,pinc,placelet,placelet*,pop,pprof,prof,prog,prog*,prog1,progn,ptr,ptr-in,ptr-in-d,ptr-out,ptr-out-d,ptr-out-s,push,pushnew,ret,return,return-from,rlet,rslot,sbit,sizeof,slet,splice,struct,suspend,symacrolet,sys:abscond-from,sys:awk-fun-let,sys:awk-mac-let,sys:awk-redir,sys:catch,sys:conv,sys:dlib-expr,sys:dvbind,sys:each-op,sys:expr,sys:fbind,sys:for-op,sys:l1-val,sys:lbind,sys:lisp1-value,sys:load-time-lit,sys:path-examine,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:txr-case-impl,sys:unquote,sys:upenv,sys:var,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-if,txr-when,typecase,typedef,ubit,union,unless,unquote,until,until*,untrace,unwind-protect,upd,uref,when,whena,whenlet,while,while*,whilet,with-clobber-expander,with-compilation-unit,with-delete-expander,with-dyn-lib,with-gensyms,with-hash-iter,with-in-buf-stream,with-in-string-byte-stream,with-in-string-stream,with-objects,with-out-buf-stream,with-out-string-stream,with-out-strlist-stream,with-resources,with-slots,with-stream,with-update-expander,yield,yield-from,zap,zarray,znew,:method,:function,:init,:postinit,:fini +set lispwords=ado,alet,align,alignof,ap,append-each,append-each*,aret,array,arraysize,awk,bit,block,block*,bool,buf,buf-d,build,buildn,carray,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,catch**,collect-each,collect-each*,compare-swap,compile-only,cond,conda,condlet,cptr,dec,defex,deffi,deffi-cb,deffi-cb-unsafe,deffi-sym,deffi-type,deffi-var,define-accessor,define-modify-macro,define-option-struct,define-param-expander,define-place-macro,defmacro,defmeth,defpackage,defparm,defparml,defplace,defset,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,doloop,doloop*,dotimes,each,each*,elemsize,elemtype,enum,enumed,equot,eval-only,ffi,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,hlet,hlet*,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,ldo,let,let*,lnew*,load-for,load-time,lop,lset,mac-param-bind,macro-time,macrolet,mlet,new*,obtain,obtain*,obtain*-block,obtain-block,offsetof,op,pdec,pinc,placelet,placelet*,pop,pprof,prof,prog,prog*,prog1,progn,ptr,ptr-in,ptr-in-d,ptr-out,ptr-out-d,ptr-out-s,push,pushnew,ret,return,return-from,rlet,rslot,sbit,sizeof,slet,splice,struct,suspend,symacrolet,sys:abscond-from,sys:awk-fun-let,sys:awk-mac-let,sys:awk-redir,sys:catch,sys:conv,sys:dlib-expr,sys:dvbind,sys:each-op,sys:expr,sys:fbind,sys:for-op,sys:l1-val,sys:lbind,sys:lisp1-value,sys:load-time-lit,sys:path-examine,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:txr-case-impl,sys:unquote,sys:upenv,sys:var,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-if,txr-when,typecase,typedef,ubit,union,unless,unquote,until,until*,untrace,unwind-protect,upd,uref,when,whena,whenlet,while,while*,whilet,with-clobber-expander,with-compilation-unit,with-delete-expander,with-dyn-lib,with-gensyms,with-hash-iter,with-in-buf-stream,with-in-string-byte-stream,with-in-string-stream,with-objects,with-out-buf-stream,with-out-string-stream,with-out-strlist-stream,with-resources,with-slots,with-stream,with-update-expander,yield,yield-from,zap,zarray,znew,:method,:function,:init,:postinit,:fini set comments=:@\;\;\;,:@\;\;,:@\; |