diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-12-19 05:35:41 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-12-19 05:35:41 -0800 |
commit | 65544e8e9130367601de7923bee3d03f63ee8ebc (patch) | |
tree | af7c9a75d2cfb5e3da12b1bc51b62f1ec8040a42 | |
parent | ed96dfc8f4bee9d15bbe62dd5f97891727835db6 (diff) | |
download | txr-65544e8e9130367601de7923bee3d03f63ee8ebc.tar.gz txr-65544e8e9130367601de7923bee3d03f63ee8ebc.tar.bz2 txr-65544e8e9130367601de7923bee3d03f63ee8ebc.zip |
Version 188.txr-188
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim, protsym.c: Regenerated.
-rw-r--r-- | RELNOTES | 41 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | protsym.c | 286 | ||||
-rw-r--r-- | share/txr/stdlib/ver.tl | 2 | ||||
-rw-r--r-- | tl.vim | 621 | ||||
-rw-r--r-- | txr.1 | 4 | ||||
-rw-r--r-- | txr.vim | 621 |
7 files changed, 815 insertions, 762 deletions
@@ -1,3 +1,44 @@ + TXR 188 + 2017-12-19 + + + Features + + - New funtion grade + - like grade up/down operators in APL. + - returns indices into sequence in sorted order. + - New macro feature: lexical macros can decline expansion. + - lexical macro can decline to expand by returning original form. + - lexical scope is searched outwards to find and try another macro. + - Big hash change: + - hash function now defauilts to :equal-based. + - :eql-based keyword specifies hashing based on eql. + - functions which take hash arguments follow suit: group-by, etc. + - Streams new feature: structure delegate streams + - OOP interface for creating objects that substitute into + stream I/O operations. + - stream-wrap base implementation for easily wrapping and + adapting streams. + - New functions rlist and rlist*: express discontinuous ranges easily. + + Bugs + + - append* and mappend*: + - fixed unintentional, undocumented destructive behavior + - fixed non-termination on infinite lists. + - tail function now handles improper lists. + - macro expansion bug fixed: + - neglect to expand the output of a declined macro + - must be treated as a function call or possibly a special operator + - either way, may have constituent expressions that + need expansion + - prof: deal with overflowing performance counters. + - we use a 64 bit type if we have it, and convert to bignum + if and when required. + - trace: fixed spurious "previously traced" warning on methods. + + + TXR 187 2017-11-18 @@ -453,7 +453,7 @@ fi # -txr_ver=187 +txr_ver=188 # # The all important banner. @@ -44,79 +44,83 @@ 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, chain_s; extern val chand_s, char_s, chars_k, choose_s, chr_s; -extern val chset_s, circref_s, close_s, closure_s, cobj_s; -extern val coll_s, collect_each_s, collect_each_star_s, collect_s, colon_k; -extern val compl_s, compound_s, cond_s, cons_s, continue_k; -extern val continue_s, counter_k, cptr_s, cset_s, cspace_k; -extern val ctime_k, ctime_s, cword_char_k, data_s, day_s; -extern val decline_k, defex_s, deffilter_s, define_s, defmacro_s; -extern val defparm_s, defparml_s, defr_warning_s, defsymacro_s, defun_s; -extern val defvar_s, defvarl_s, dev_k, dev_s, digit_k; -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 empty_s, enum_s, enumed_s, env_k, env_s; -extern val eof_s, eol_s, eq_s, eql_s, equal_based_k; -extern val equal_s, error_s, eval_error_s, expr_s, fail_s; -extern val fbind_s, fd_k, ffi_call_desc_s, ffi_closure_s, ffi_type_s; -extern val file_error_s, filter_k, filter_s, filters_s, finally_s; -extern val finish_k, first_s, fixnum_s, flatten_s, flet_s; -extern val float_s, 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, gen_s, generate_s, gensym_counter_s; -extern val gid_k, gid_s, gmtoff_s, greedy_k, gun_s; -extern val handler_bind_s, hash_construct_s, hash_iter_s, hash_lit_s, hash_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, ipf_s, keyword_package_s, labels_s, lambda_s; -extern val lambda_set_s, last_s, lbind_s, lcons_s, le_double_s; -extern val le_float_s, le_int16_s, le_int32_s, le_int64_s, le_uint16_s; -extern val le_uint32_s, le_uint64_s, length_s, let_s, let_star_s; -extern val lfilt_k, line_s, lines_k, lisp1_setq_s, list_k; -extern val list_s, list_star_s, listener_hist_len_s, listener_multi_line_p_s, listener_sel_inclusive_p_s; -extern val lists_k, lit_s, load_path_s, load_recursive_s, load_s; -extern val local_s, long_s, longest_k, lstr_s, mac_param_bind_s; -extern val macro_s, macro_time_s, macrolet_s, make_struct_lit_s, mandatory_k; -extern val maxgap_k, maxtimes_k, maybe_s, mdo_s, memq_s; -extern val memql_s, memqual_s, merge_s, meth_s, min_s; -extern val mingap_k, mintimes_k, mod_s, mode_k, mode_s; -extern val modlast_s, month_s, mtime_k, mtime_s, name_k; -extern val name_s, named_k, next_s, next_spec_k, nlink_k; -extern val nlink_s, none_s, nongreedy_s, not_s, nothrow_k; -extern val noval_s, null_s, nullify_s, number_s, numeric_error_s; -extern val oand_s, oneplus_s, op_s, opip_s, optional_s; -extern val or_s, output_s, package_alist_s, package_s, panic_s; -extern val parser_s, path_s, pkg_s, plus_s, postinit_k; -extern val pprint_flo_format_s, print_base_s, print_circle_s, print_flo_digits_s, print_flo_format_s; -extern val print_flo_precision_s, print_s, process_error_s, prof_s, prog1_s; -extern val progn_s, promise_forced_s, promise_inprogress_s, promise_s, ptr_in_d_s; -extern val ptr_in_s, ptr_out_d_s, ptr_out_s, ptr_out_s_s, ptr_s; +extern val 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, compl_s, compound_s, cond_s, cons_s; +extern val continue_k, continue_s, counter_k, cptr_s, cset_s; +extern val cspace_k, ctime_k, ctime_s, cword_char_k, data_s; +extern val day_s, decline_k, defex_s, deffilter_s, define_s; +extern val defmacro_s, defparm_s, defparml_s, defr_warning_s, defsymacro_s; +extern val defun_s, defvar_s, defvarl_s, dev_k, dev_s; +extern val digit_k, 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, empty_s, enum_s, enumed_s, env_k; +extern val env_s, eof_s, eol_s, eq_s, eql_based_k; +extern val eql_s, equal_based_k, equal_s, error_s, eval_error_s; +extern val expr_s, fail_s, fbind_s, fd_k, ffi_call_desc_s; +extern val ffi_closure_s, ffi_type_s, file_error_s, fill_buf_s, filter_k; +extern val filter_s, filters_s, finally_s, finish_k, first_s; +extern val fixnum_s, flatten_s, flet_s, float_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, gen_s, generate_s, gensym_counter_s, get_byte_s; +extern val get_char_s, get_error_s, get_error_str_s, get_fd_s, get_line_s; +extern val get_prop_s, gid_k, gid_s, gmtoff_s, greedy_k; +extern val gun_s, handler_bind_s, hash_construct_s, hash_iter_s, hash_lit_s; +extern val hash_s, hextoint_k, hour_s, iapply_s, identity_s; +extern val if_s, iflet_s, in_package_s, inc_s, include_s; +extern val init_k, ino_k, ino_s, int16_s, int32_s; +extern val int64_s, int8_s, int_s, integer_s, internal_error_s; +extern val into_k, intr_s, ipf_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_uint16_s, le_uint32_s, le_uint64_s, length_s, let_s; +extern val let_star_s, lfilt_k, line_s, lines_k, lisp1_setq_s; +extern val list_k, list_s, list_star_s, listener_hist_len_s, listener_multi_line_p_s; +extern val listener_sel_inclusive_p_s, lists_k, lit_s, load_path_s, load_recursive_s; +extern val load_s, local_s, long_s, longest_k, lstr_s; +extern val mac_param_bind_s, macro_s, macro_time_s, macrolet_s, make_struct_lit_s; +extern val mandatory_k, maxgap_k, maxtimes_k, maybe_s, mdo_s; +extern val memq_s, memql_s, memqual_s, merge_s, meth_s; +extern val min_s, mingap_k, mintimes_k, mod_s, mode_k; +extern val mode_s, modlast_s, month_s, mtime_k, mtime_s; +extern val name_k, name_s, named_k, next_s, next_spec_k; +extern val nlink_k, nlink_s, none_s, nongreedy_s, not_s; +extern val nothrow_k, noval_s, null_s, nullify_s, number_s; +extern val numeric_error_s, oand_s, oneplus_s, op_s, opip_s; +extern val optional_s, or_s, output_s, package_alist_s, package_s; +extern val panic_s, parser_s, path_s, pkg_s, plus_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, 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, reflect_k, regex_s, rep_s, repeat_s; extern val repeat_spec_k, require_s, resolve_k, rest_s, restart_s; extern val ret_s, return_from_s, return_s, rfilt_k, sbit_s; -extern val sec_s, sequence_s, set_s, setq_s, setqf_s; -extern val short_s, shortest_k, single_s, size_k, size_s; -extern val skip_s, slot_s, some_s, space_k, special_s; -extern val splice_s, stat_s, static_slot_s, stddebug_s, stderr_s; -extern val stdin_s, stdio_stream_s, stdnull_s, stdout_s, str_d_s; -extern val str_s, stream_s, string_k, string_s, struct_lit_s; -extern val struct_s, struct_type_s, switch_s, sym_s, symacro_k; -extern val symacrolet_s, syntax_error_s, sys_abscond_from_s, sys_apply_s, sys_catch_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, text_s, throw_s, time_local_s; -extern val time_parse_s, time_s, time_string_s, time_utc_s, timeout_error_s; -extern val times_k, tlist_k, tobase64_k, tofloat_k, tohtml_k; -extern val tohtml_star_k, toint_k, tonumber_k, topercent_k, tourl_k; -extern val trailer_s, tree_bind_s, tree_case_s, 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, union_s, unique_s, unquote_s, until_s; +extern val sec_s, seek_s, sequence_s, set_prop_s, set_s; +extern val setq_s, setqf_s, short_s, shortest_k, single_s; +extern val size_k, size_s, skip_s, slot_s, some_s; +extern val space_k, special_s, splice_s, stat_s, static_slot_s; +extern val stddebug_s, stderr_s, stdin_s, stdio_stream_s, stdnull_s; +extern val stdout_s, str_d_s, str_s, stream_s, string_k; +extern val string_s, struct_lit_s, struct_s, struct_type_s, switch_s; +extern val sym_s, symacro_k, symacrolet_s, syntax_error_s, sys_abscond_from_s; +extern val sys_apply_s, sys_catch_s, sys_lisp1_value_s, sys_mark_special_s, sys_qquote_s; +extern val sys_splice_s, sys_unquote_s, system_error_s, system_package_s, 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, 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 truncate_s, try_s, type_error_s, ubit_s, uchar_s; +extern val uid_k, uid_s, uint16_s, uint32_s, uint64_s; +extern val uint8_s, uint_s, ulong_s, unbound_s, unget_byte_s; +extern val unget_char_s, union_s, unique_s, unquote_s, until_s; extern val until_star_s, upcase_k, uref_s, user_package_s, userdata_k; extern val ushort_s, uw_protect_s, val_s, var_k, var_s; extern val vars_k, vec_list_s, vec_s, vecref_s, vector_lit_s; @@ -138,12 +142,9 @@ extern val group_s, mem_s; extern val dir_s, gecos_s, passwd_s, shell_s; #endif #if HAVE_SOCKETS -extern val socket_error_s; -#endif -#if HAVE_SOCKETS extern val addr_s, addrinfo_s, canonname_s, family_s, flags_s; extern val flow_info_s, port_s, protocol_s, scope_id_s, sockaddr_in6_s; -extern val sockaddr_in_s, sockaddr_un_s, socktype_s; +extern val sockaddr_in_s, sockaddr_un_s, socket_error_s, socktype_s; #endif #if HAVE_SYSLOG extern val prio_k; @@ -171,79 +172,83 @@ val *protected_sym[] = { &caseql_s, &caseql_star_s, &casequal_s, &casequal_star_s, &cases_s, &cat_s, &catch_s, &cdigit_k, &cdr_s, &chain_s, &chand_s, &char_s, &chars_k, &choose_s, &chr_s, - &chset_s, &circref_s, &close_s, &closure_s, &cobj_s, - &coll_s, &collect_each_s, &collect_each_star_s, &collect_s, &colon_k, - &compl_s, &compound_s, &cond_s, &cons_s, &continue_k, - &continue_s, &counter_k, &cptr_s, &cset_s, &cspace_k, - &ctime_k, &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, &dev_k, &dev_s, &digit_k, - &do_s, &dohash_s, &double_s, &downcase_k, &dst_s, - &dvbind_s, &dwim_s, &each_op_s, &each_s, &each_star_s, - &empty_s, &enum_s, &enumed_s, &env_k, &env_s, - &eof_s, &eol_s, &eq_s, &eql_s, &equal_based_k, - &equal_s, &error_s, &eval_error_s, &expr_s, &fail_s, - &fbind_s, &fd_k, &ffi_call_desc_s, &ffi_closure_s, &ffi_type_s, - &file_error_s, &filter_k, &filter_s, &filters_s, &finally_s, - &finish_k, &first_s, &fixnum_s, &flatten_s, &flet_s, - &float_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, &gen_s, &generate_s, &gensym_counter_s, - &gid_k, &gid_s, &gmtoff_s, &greedy_k, &gun_s, - &handler_bind_s, &hash_construct_s, &hash_iter_s, &hash_lit_s, &hash_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, &ipf_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_uint16_s, - &le_uint32_s, &le_uint64_s, &length_s, &let_s, &let_star_s, - &lfilt_k, &line_s, &lines_k, &lisp1_setq_s, &list_k, - &list_s, &list_star_s, &listener_hist_len_s, &listener_multi_line_p_s, &listener_sel_inclusive_p_s, - &lists_k, &lit_s, &load_path_s, &load_recursive_s, &load_s, - &local_s, &long_s, &longest_k, &lstr_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, &mod_s, &mode_k, &mode_s, - &modlast_s, &month_s, &mtime_k, &mtime_s, &name_k, - &name_s, &named_k, &next_s, &next_spec_k, &nlink_k, - &nlink_s, &none_s, &nongreedy_s, ¬_s, ¬hrow_k, - &noval_s, &null_s, &nullify_s, &number_s, &numeric_error_s, - &oand_s, &oneplus_s, &op_s, &opip_s, &optional_s, - &or_s, &output_s, &package_alist_s, &package_s, &panic_s, - &parser_s, &path_s, &pkg_s, &plus_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, + &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, &compl_s, &compound_s, &cond_s, &cons_s, + &continue_k, &continue_s, &counter_k, &cptr_s, &cset_s, + &cspace_k, &ctime_k, &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, &dev_k, &dev_s, + &digit_k, &do_s, &dohash_s, &double_s, &downcase_k, + &dst_s, &dvbind_s, &dwim_s, &each_op_s, &each_s, + &each_star_s, &empty_s, &enum_s, &enumed_s, &env_k, + &env_s, &eof_s, &eol_s, &eq_s, &eql_based_k, + &eql_s, &equal_based_k, &equal_s, &error_s, &eval_error_s, + &expr_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, &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, &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, + &gun_s, &handler_bind_s, &hash_construct_s, &hash_iter_s, &hash_lit_s, + &hash_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, &ipf_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_uint16_s, &le_uint32_s, &le_uint64_s, &length_s, &let_s, + &let_star_s, &lfilt_k, &line_s, &lines_k, &lisp1_setq_s, + &list_k, &list_s, &list_star_s, &listener_hist_len_s, &listener_multi_line_p_s, + &listener_sel_inclusive_p_s, &lists_k, &lit_s, &load_path_s, &load_recursive_s, + &load_s, &local_s, &long_s, &longest_k, &lstr_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, &mod_s, &mode_k, + &mode_s, &modlast_s, &month_s, &mtime_k, &mtime_s, + &name_k, &name_s, &named_k, &next_s, &next_spec_k, + &nlink_k, &nlink_s, &none_s, &nongreedy_s, ¬_s, + ¬hrow_k, &noval_s, &null_s, &nullify_s, &number_s, + &numeric_error_s, &oand_s, &oneplus_s, &op_s, &opip_s, + &optional_s, &or_s, &output_s, &package_alist_s, &package_s, + &panic_s, &parser_s, &path_s, &pkg_s, &plus_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, &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, &reflect_k, ®ex_s, &rep_s, &repeat_s, &repeat_spec_k, &require_s, &resolve_k, &rest_s, &restart_s, &ret_s, &return_from_s, &return_s, &rfilt_k, &sbit_s, - &sec_s, &sequence_s, &set_s, &setq_s, &setqf_s, - &short_s, &shortest_k, &single_s, &size_k, &size_s, - &skip_s, &slot_s, &some_s, &space_k, &special_s, - &splice_s, &stat_s, &static_slot_s, &stddebug_s, &stderr_s, - &stdin_s, &stdio_stream_s, &stdnull_s, &stdout_s, &str_d_s, - &str_s, &stream_s, &string_k, &string_s, &struct_lit_s, - &struct_s, &struct_type_s, &switch_s, &sym_s, &symacro_k, - &symacrolet_s, &syntax_error_s, &sys_abscond_from_s, &sys_apply_s, &sys_catch_s, - &sys_lisp1_value_s, &sys_mark_special_s, &sys_qquote_s, &sys_splice_s, &sys_unquote_s, - &system_error_s, &system_package_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, &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, &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, &union_s, &unique_s, &unquote_s, &until_s, + &sec_s, &seek_s, &sequence_s, &set_prop_s, &set_s, + &setq_s, &setqf_s, &short_s, &shortest_k, &single_s, + &size_k, &size_s, &skip_s, &slot_s, &some_s, + &space_k, &special_s, &splice_s, &stat_s, &static_slot_s, + &stddebug_s, &stderr_s, &stdin_s, &stdio_stream_s, &stdnull_s, + &stdout_s, &str_d_s, &str_s, &stream_s, &string_k, + &string_s, &struct_lit_s, &struct_s, &struct_type_s, &switch_s, + &sym_s, &symacro_k, &symacrolet_s, &syntax_error_s, &sys_abscond_from_s, + &sys_apply_s, &sys_catch_s, &sys_lisp1_value_s, &sys_mark_special_s, &sys_qquote_s, + &sys_splice_s, &sys_unquote_s, &system_error_s, &system_package_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, &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, + &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, &uw_protect_s, &val_s, &var_k, &var_s, &vars_k, &vec_list_s, &vec_s, &vecref_s, &vector_lit_s, @@ -265,12 +270,9 @@ val *protected_sym[] = { &dir_s, &gecos_s, &passwd_s, &shell_s, #endif #if HAVE_SOCKETS - &socket_error_s, -#endif -#if HAVE_SOCKETS &addr_s, &addrinfo_s, &canonname_s, &family_s, &flags_s, &flow_info_s, &port_s, &protocol_s, &scope_id_s, &sockaddr_in6_s, - &sockaddr_in_s, &sockaddr_un_s, &socktype_s, + &sockaddr_in_s, &sockaddr_un_s, &socket_error_s, &socktype_s, #endif #if HAVE_SYSLOG &prio_k, diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl index 3a5cb29c..e5f74ba1 100644 --- a/share/txr/stdlib/ver.tl +++ b/share/txr/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 187) +(defvarl lib-version 188) (defvarl *lib-version* lib-version) @@ -40,104 +40,105 @@ syn keyword tl_keyword contained :bool :byte-oriented :cdigit :chars syn keyword tl_keyword contained :cint :close :continue :counter syn keyword tl_keyword contained :cspace :ctime :cword-char :dec syn keyword tl_keyword contained :decline :dev :digit :downcase -syn keyword tl_keyword contained :end :end-file :env :equal-based -syn keyword tl_keyword contained :explicit-no :fallback :fd :filter -syn keyword tl_keyword contained :fini :finish :float :form -syn keyword tl_keyword contained :from-current :from-end :from-start :from_html -syn keyword tl_keyword contained :frombase64 :fromhtml :frompercent :fromurl -syn keyword tl_keyword contained :fun :function :gap :gid -syn keyword tl_keyword contained :greedy :hex :hextoint :inf -syn keyword tl_keyword contained :init :ino :inp :inputs -syn keyword tl_keyword contained :instance :into :key :let -syn keyword tl_keyword contained :lfilt :lines :list :lists -syn keyword tl_keyword contained :local :longest :mandatory :maxgap -syn keyword tl_keyword contained :maxtimes :method :mingap :mintimes -syn keyword tl_keyword contained :mode :mtime :name :named -syn keyword tl_keyword contained :next-spec :nlink :nothrow :oct -syn keyword tl_keyword contained :outf :outp :output :postinit -syn keyword tl_keyword contained :prio :rdev :real-time :reflect -syn keyword tl_keyword contained :repeat-spec :resolve :rfilt :set -syn keyword tl_keyword contained :set-file :shortest :size :space -syn keyword tl_keyword contained :static :str :string :symacro -syn keyword tl_keyword contained :text :times :tlist :to_html -syn keyword tl_keyword contained :tobase64 :tofloat :tohtml :tohtml* -syn keyword tl_keyword contained :toint :tonumber :topercent :tourl -syn keyword tl_keyword contained :uid :upcase :use :use-from -syn keyword tl_keyword contained :use-syms :userdata :var :vars -syn keyword tl_keyword contained :weak-keys :weak-vals :whole :word-char -syn keyword tl_keyword contained :wrap < <= = -syn keyword tl_keyword contained > >= abort abs -syn keyword tl_keyword contained abs-path-p acons acons-new aconsql-new -syn keyword tl_keyword contained acos ado af-inet af-inet6 -syn keyword tl_keyword contained af-unix af-unspec ai-addrconfig ai-all -syn keyword tl_keyword contained ai-canonname ai-numerichost ai-numericserv ai-passive -syn keyword tl_keyword contained ai-v4mapped alet align alignof -syn keyword tl_keyword contained alist-nremove alist-remove all 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 assoc assql at-exit-call -syn keyword tl_keyword contained at-exit-do-not-call atan atan2 atom -syn keyword tl_keyword contained awk base-name base64-decode 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 bignump -syn keyword tl_keyword contained bindable bit blkcnt-t blksize-t -syn keyword tl_keyword contained block block* bool boundp -syn keyword tl_keyword contained break-str brkint bs0 bs1 -syn keyword tl_keyword contained bsdly bstr bstr-d buf -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-put-char buf-put-cptr buf-put-double -syn keyword tl_keyword contained buf-put-float buf-put-i16 buf-put-i32 buf-put-i64 -syn keyword tl_keyword contained buf-put-i8 buf-put-int buf-put-long buf-put-short -syn keyword tl_keyword contained buf-put-u16 buf-put-u32 buf-put-u64 buf-put-u8 -syn keyword tl_keyword contained buf-put-uchar buf-put-uint buf-put-ulong buf-put-ushort -syn keyword tl_keyword contained buf-set-length buf-trim bufp build -syn keyword tl_keyword contained build-list butlast butlastn caaaaar -syn keyword tl_keyword contained caaaadr caaaar caaadar caaaddr -syn keyword tl_keyword contained caaadr caaar caadaar caadadr -syn keyword tl_keyword contained caadar caaddar caadddr caaddr -syn keyword tl_keyword contained caadr caar cadaaar cadaadr -syn keyword tl_keyword contained cadaar cadadar cadaddr cadadr -syn keyword tl_keyword contained cadar caddaar caddadr caddar -syn keyword tl_keyword contained cadddar caddddr cadddr caddr -syn keyword tl_keyword contained cadr call call-clobber-expander call-delete-expander -syn keyword tl_keyword contained call-finalizers call-super-fun call-super-method call-update-expander -syn keyword tl_keyword contained callf car carray carray-blank -syn keyword tl_keyword contained carray-buf carray-buf-sync carray-cptr carray-dup -syn keyword tl_keyword contained carray-free carray-get carray-getz carray-list -syn keyword tl_keyword contained carray-num carray-own carray-pun carray-put -syn keyword tl_keyword contained carray-putz carray-ref carray-refset carray-replace -syn keyword tl_keyword contained carray-set-length carray-sub carray-type carray-unum -syn keyword tl_keyword contained carray-vec carrayp caseq caseq* -syn keyword tl_keyword contained caseql caseql* casequal casequal* -syn keyword tl_keyword contained cat-str cat-streams cat-vec catch -syn keyword tl_keyword contained catch* catenated-stream-p catenated-stream-push cbaud -syn keyword tl_keyword contained cbaudex cdaaaar cdaaadr cdaaar -syn keyword tl_keyword contained cdaadar cdaaddr cdaadr cdaar -syn keyword tl_keyword contained cdadaar cdadadr cdadar cdaddar -syn keyword tl_keyword contained cdadddr cdaddr cdadr cdar -syn keyword tl_keyword contained cddaaar cddaadr cddaar cddadar -syn keyword tl_keyword contained cddaddr cddadr cddar cdddaar -syn keyword tl_keyword contained cdddadr cdddar cddddar cdddddr -syn keyword tl_keyword contained cddddr cdddr cddr cdr -syn keyword tl_keyword contained ceil ceil-rem chain chand -syn keyword tl_keyword contained char chdir chmod chr-digit -syn keyword tl_keyword contained chr-int chr-isalnum chr-isalpha chr-isascii -syn keyword tl_keyword contained chr-isblank chr-iscntrl chr-isdigit chr-isgraph -syn keyword tl_keyword contained chr-islower chr-isprint chr-ispunct chr-isspace -syn keyword tl_keyword contained chr-isunisp chr-isupper chr-isxdigit chr-num -syn keyword tl_keyword contained chr-str chr-str-set chr-tolower chr-toupper -syn keyword tl_keyword contained chr-xdigit chrp clamp clear-dirty -syn keyword tl_keyword contained clear-error clear-struct clearhash clocal -syn keyword tl_keyword contained clock-t clockid-t close-stream closelog -syn keyword tl_keyword contained closure cmp-str cmspar collect-each -syn keyword tl_keyword contained collect-each* comb command-get command-get-lines -syn keyword tl_keyword contained command-get-string command-put command-put-lines command-put-string +syn keyword tl_keyword contained :end :end-file :env :eql-based +syn keyword tl_keyword contained :equal-based :explicit-no :fallback :fd +syn keyword tl_keyword contained :filter :fini :finish :float +syn keyword tl_keyword contained :form :from-current :from-end :from-start +syn keyword tl_keyword contained :from_html :frombase64 :fromhtml :frompercent +syn keyword tl_keyword contained :fromurl :fun :function :gap +syn keyword tl_keyword contained :gid :greedy :hex :hextoint +syn keyword tl_keyword contained :inf :init :ino :inp +syn keyword tl_keyword contained :inputs :instance :into :key +syn keyword tl_keyword contained :let :lfilt :lines :list +syn keyword tl_keyword contained :lists :local :longest :mandatory +syn keyword tl_keyword contained :maxgap :maxtimes :method :mid +syn keyword tl_keyword contained :mingap :mintimes :mode :mtime +syn keyword tl_keyword contained :name :named :next-spec :nlink +syn keyword tl_keyword contained :nothrow :oct :outf :outp +syn keyword tl_keyword contained :output :postinit :prio :rdev +syn keyword tl_keyword contained :real-time :reflect :repeat-spec :resolve +syn keyword tl_keyword contained :rfilt :set :set-file :shortest +syn keyword tl_keyword contained :size :space :static :str +syn keyword tl_keyword contained :string :symacro :text :times +syn keyword tl_keyword contained :tlist :to_html :tobase64 :tofloat +syn keyword tl_keyword contained :tohtml :tohtml* :toint :tonumber +syn keyword tl_keyword contained :topercent :tourl :uid :upcase +syn keyword tl_keyword contained :use :use-from :use-syms :userdata +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 and andf ap +syn keyword tl_keyword contained apf append append* append-each +syn keyword tl_keyword contained append-each* apply aret array +syn keyword tl_keyword contained arraysize ash asin assoc +syn keyword tl_keyword contained assql at-exit-call at-exit-do-not-call atan +syn keyword tl_keyword contained atan2 atom awk base-name +syn keyword tl_keyword contained base64-decode base64-encode base64-stream-dec base64-stream-enc +syn keyword tl_keyword contained bchar be-double be-float be-int16 +syn keyword tl_keyword contained be-int32 be-int64 be-uint16 be-uint32 +syn keyword tl_keyword contained be-uint64 bignump bindable bit +syn keyword tl_keyword contained blkcnt-t blksize-t block block* +syn keyword tl_keyword contained bool boundp break-str brkint +syn keyword tl_keyword contained bs0 bs1 bsdly bstr +syn keyword tl_keyword contained bstr-d buf buf-carray buf-d +syn keyword tl_keyword contained buf-get-char buf-get-cptr buf-get-double buf-get-float +syn keyword tl_keyword contained buf-get-i16 buf-get-i32 buf-get-i64 buf-get-i8 +syn keyword tl_keyword contained buf-get-int buf-get-long buf-get-short buf-get-u16 +syn keyword tl_keyword contained buf-get-u32 buf-get-u64 buf-get-u8 buf-get-uchar +syn keyword tl_keyword contained buf-get-uint buf-get-ulong buf-get-ushort 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 +syn keyword tl_keyword contained buf-put-u64 buf-put-u8 buf-put-uchar buf-put-uint +syn keyword tl_keyword contained buf-put-ulong buf-put-ushort buf-set-length buf-trim +syn keyword tl_keyword contained bufp build build-list butlast +syn keyword tl_keyword contained butlastn caaaaar caaaadr caaaar +syn keyword tl_keyword contained caaadar caaaddr caaadr caaar +syn keyword tl_keyword contained caadaar caadadr caadar caaddar +syn keyword tl_keyword contained caadddr caaddr caadr caar +syn keyword tl_keyword contained cadaaar cadaadr cadaar cadadar +syn keyword tl_keyword contained cadaddr cadadr cadar caddaar +syn keyword tl_keyword contained caddadr caddar cadddar caddddr +syn keyword tl_keyword contained cadddr caddr cadr call +syn keyword tl_keyword contained call-clobber-expander call-delete-expander call-finalizers call-super-fun +syn keyword tl_keyword contained call-super-method call-update-expander callf car +syn keyword tl_keyword contained carray carray-blank carray-buf carray-buf-sync +syn keyword tl_keyword contained carray-cptr carray-dup carray-free carray-get +syn keyword tl_keyword contained carray-getz carray-list carray-num carray-own +syn keyword tl_keyword contained carray-pun carray-put carray-putz carray-ref +syn keyword tl_keyword contained carray-refset carray-replace carray-set-length carray-sub +syn keyword tl_keyword contained carray-type carray-unum carray-vec carrayp +syn keyword tl_keyword contained caseq caseq* caseql caseql* +syn keyword tl_keyword contained casequal casequal* cat-str cat-streams +syn keyword tl_keyword contained cat-vec catch catch* catenated-stream-p +syn keyword tl_keyword contained catenated-stream-push cbaud cbaudex cdaaaar +syn keyword tl_keyword contained cdaaadr cdaaar cdaadar cdaaddr +syn keyword tl_keyword contained cdaadr cdaar cdadaar cdadadr +syn keyword tl_keyword contained cdadar cdaddar cdadddr cdaddr +syn keyword tl_keyword contained cdadr cdar cddaaar cddaadr +syn keyword tl_keyword contained cddaar cddadar cddaddr cddadr +syn keyword tl_keyword contained cddar cdddaar cdddadr cdddar +syn keyword tl_keyword contained cddddar cdddddr cddddr cdddr +syn keyword tl_keyword contained cddr cdr ceil ceil-rem +syn keyword tl_keyword contained chain chand char chdir +syn keyword tl_keyword contained chmod chr-digit chr-int chr-isalnum +syn keyword tl_keyword contained chr-isalpha chr-isascii chr-isblank chr-iscntrl +syn keyword tl_keyword contained chr-isdigit chr-isgraph chr-islower chr-isprint +syn keyword tl_keyword contained chr-ispunct chr-isspace chr-isunisp chr-isupper +syn keyword tl_keyword contained chr-isxdigit chr-num chr-str chr-str-set +syn keyword tl_keyword contained chr-tolower chr-toupper chr-xdigit chrp +syn keyword tl_keyword contained clamp clear-dirty clear-error clear-struct +syn keyword tl_keyword contained clearhash clocal clock-t clockid-t +syn keyword tl_keyword contained close-stream closelog closure cmp-str +syn keyword tl_keyword contained cmspar collect-each collect-each* comb +syn keyword tl_keyword contained command-get command-get-buf command-get-lines command-get-string +syn keyword tl_keyword contained command-put command-put-buf command-put-lines command-put-string syn keyword tl_keyword contained compare-swap compile-defr-warning compile-error compile-warning syn keyword tl_keyword contained compl-span-str cond conda condlet syn keyword tl_keyword contained cons conses conses* consp @@ -182,45 +183,46 @@ syn keyword tl_keyword contained ffi-call ffi-elemsize ffi-elemtype ffi-get syn keyword tl_keyword contained ffi-in ffi-make-call-desc ffi-make-closure ffi-offsetof syn keyword tl_keyword contained ffi-out ffi-put ffi-put-into ffi-size syn keyword tl_keyword contained ffi-type-compile ffi-type-operator-p ffi-type-p ffi-typedef -syn keyword tl_keyword contained fifth file-append file-append-lines file-append-string -syn keyword tl_keyword contained file-get file-get-lines file-get-string file-put -syn keyword tl_keyword contained file-put-lines file-put-string fileno fill-buf -syn keyword tl_keyword contained fill-carray fill-obj filter-equal filter-string-tree -syn keyword tl_keyword contained finalize find find-frame find-frames -syn keyword tl_keyword contained find-if find-max find-min find-package -syn keyword tl_keyword contained find-struct-type 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-epsilon flo-int flo-max -syn keyword tl_keyword contained flo-max-dig flo-min flo-str 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 fork format fourth fr$ -syn keyword tl_keyword contained fr^ fr^$ from frr -syn keyword tl_keyword contained fsblkcnt-t fsfilcnt-t fstat ftw -syn keyword tl_keyword contained ftw-actionretval ftw-chdir ftw-continue ftw-d -syn keyword tl_keyword contained ftw-depth ftw-dnr ftw-dp ftw-f -syn keyword tl_keyword contained ftw-mount ftw-ns ftw-phys ftw-skip-siblings -syn keyword tl_keyword contained ftw-skip-subtree ftw-sl ftw-sln ftw-stop -syn keyword tl_keyword contained fun 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 generate gensym gequal get-buf-from-stream -syn keyword tl_keyword contained get-byte get-char get-clobber-expander get-delete-expander -syn keyword tl_keyword contained get-error get-error-str get-frames get-hash-userdata -syn keyword tl_keyword contained get-indent get-indent-mode get-line get-lines -syn keyword tl_keyword contained get-list-from-stream get-obj get-sig-handler get-string -syn keyword tl_keyword contained get-string-from-stream get-update-expander getaddrinfo getegid -syn keyword tl_keyword contained getenv geteuid getgid getgrent -syn keyword tl_keyword contained getgrgid getgrnam getgroups gethash -syn keyword tl_keyword contained getitimer getopts getpid getppid -syn keyword tl_keyword contained getpwent getpwnam getpwuid getresgid -syn keyword tl_keyword contained getresuid getuid gid-t ginterate -syn keyword tl_keyword contained giterate glob glob-altdirfunc glob-brace -syn keyword tl_keyword contained glob-err glob-mark glob-nocheck glob-noescape -syn keyword tl_keyword contained glob-nomagic glob-nosort glob-onlydir glob-period -syn keyword tl_keyword contained glob-tilde glob-tilde-check go greater +syn keyword tl_keyword contained fifth file-append file-append-buf file-append-lines +syn keyword tl_keyword contained file-append-string file-get file-get-buf file-get-lines +syn keyword tl_keyword contained file-get-string file-put file-put-buf file-put-lines +syn keyword tl_keyword contained file-put-string fileno fill-buf 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-if +syn keyword tl_keyword contained find-max find-min find-package find-struct-type +syn keyword tl_keyword contained first fixnum-max fixnum-min fixnump +syn keyword tl_keyword contained flatcar flatcar* flatten flatten* +syn keyword tl_keyword contained flet flip flipargs flo-dig +syn keyword tl_keyword contained flo-epsilon flo-int flo-max flo-max-dig +syn keyword tl_keyword contained flo-min flo-str float floatp +syn keyword tl_keyword contained floor floor-rem flush-stream flusho +syn keyword tl_keyword contained fmakunbound fmt fnm-casefold fnm-leading-dir +syn keyword tl_keyword contained fnm-noescape fnm-pathname fnm-period fnmatch +syn keyword tl_keyword contained for for* force 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 func-get-env func-get-form func-get-name func-set-env +syn keyword tl_keyword contained functionp gcd gen 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 @@ -268,89 +270,90 @@ syn keyword tl_keyword contained log-info log-ndelay log-notice log-nowait syn keyword tl_keyword contained log-odelay log-perror log-pid log-user syn keyword tl_keyword contained log-warning log10 log2 logand syn keyword tl_keyword contained logior lognot logtest logtrunc -syn keyword tl_keyword contained logxor long longlong lset -syn keyword tl_keyword contained lstat m$ m^ m^$ -syn keyword tl_keyword contained mac-param-bind macro-ancestor macro-form-p macro-time -syn keyword tl_keyword contained macroexpand macroexpand-1 macroexpand-1-lisp1 macroexpand-lisp1 -syn keyword tl_keyword contained macrolet major make-buf make-buf-stream -syn keyword tl_keyword contained make-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-type -syn keyword tl_keyword contained make-sym make-time make-time-utc make-trie -syn keyword tl_keyword contained make-union make-zstruct makedev makunbound -syn keyword tl_keyword contained mapcar mapcar* mapdo mapf -syn keyword tl_keyword contained maphash mappend mappend* maprend -syn keyword tl_keyword contained maprod mask match-fun match-regex -syn keyword tl_keyword contained match-regex-right match-regst match-regst-right match-str -syn keyword tl_keyword contained match-str-tree max mboundp 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 neq neql nequal 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-carray -syn keyword tl_keyword contained num-chr num-str numberp oand -syn keyword tl_keyword contained obtain obtain* obtain*-block obtain-block -syn keyword tl_keyword contained ocrnl oddp ofdel off-t -syn keyword tl_keyword contained offsetof ofill olcuc onlcr -syn keyword tl_keyword contained onlret onocr op open-command -syn keyword tl_keyword contained open-directory open-file open-fileno open-files -syn keyword tl_keyword contained open-files* open-pipe open-process open-socket -syn keyword tl_keyword contained open-socket-pair open-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-p path-executable-to-me-p -syn keyword tl_keyword contained path-exists-p path-file-p path-mine-p path-my-group-p -syn keyword tl_keyword contained path-newer path-older path-pipe-p path-private-to-me-p -syn keyword tl_keyword contained path-read-writable-to-me-p path-readable-to-me-p path-same-object path-sep-chars -syn keyword tl_keyword contained path-setgid-p path-setuid-p path-sock-p path-sticky-p -syn keyword tl_keyword contained path-strictly-private-to-me-p path-symlink-p path-writable-to-me-p pdec -syn keyword tl_keyword contained pendin perm pid-t pinc -syn keyword tl_keyword contained pipe place-form-p placelet placelet* -syn keyword tl_keyword contained plist-to-alist plusp poll poll-err -syn keyword tl_keyword contained poll-in poll-nval poll-out poll-pri -syn keyword tl_keyword contained poll-rdband poll-rdhup poll-wrband poly -syn keyword tl_keyword contained pop pos pos-if pos-max -syn keyword tl_keyword contained pos-min posq posql posqual -syn keyword tl_keyword contained pppred ppred pprinl pprint -syn keyword tl_keyword contained pprof pred prinl print -syn keyword tl_keyword contained prod prof prog prog* -syn keyword tl_keyword contained prog1 progn promisep prop -syn keyword tl_keyword contained proper-list-p proper-listp pset ptr -syn keyword tl_keyword contained ptr-in ptr-in-d ptr-out ptr-out-d -syn keyword tl_keyword contained ptr-out-s ptrdiff-t pure-rel-path-p purge-deferred-warning -syn keyword tl_keyword contained push pushhash pushnew put-buf -syn keyword tl_keyword contained put-byte put-carray put-char put-line -syn keyword tl_keyword contained put-lines put-obj put-string put-strings -syn keyword tl_keyword contained pwd qquote qref quote -syn keyword tl_keyword contained r$ r^ r^$ raise -syn keyword tl_keyword contained rand random random-fixnum 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-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 rlcp -syn keyword tl_keyword contained rlcp-tree rlet rmember rmember-if +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-catenated-stream make-env make-hash +syn keyword tl_keyword contained make-lazy-cons make-lazy-struct make-like make-package +syn keyword tl_keyword contained make-random-state make-similar-hash make-string-byte-input-stream make-string-input-stream +syn keyword tl_keyword contained make-string-output-stream make-strlist-input-stream make-strlist-output-stream make-struct +syn keyword tl_keyword contained make-struct-delegate-stream make-struct-type make-sym make-time +syn keyword tl_keyword contained make-time-utc make-trie make-union make-zstruct +syn keyword tl_keyword contained makedev makunbound mapcar mapcar* +syn keyword tl_keyword contained mapdo mapf maphash mappend +syn keyword tl_keyword contained mappend* maprend maprod mask +syn keyword tl_keyword contained match-fun match-regex match-regex-right match-regst +syn keyword tl_keyword contained match-regst-right match-str match-str-tree max +syn keyword tl_keyword contained mboundp 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 neq neql +syn keyword tl_keyword contained nequal 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-carray num-chr num-str +syn keyword tl_keyword contained numberp oand obtain obtain* +syn keyword tl_keyword contained obtain*-block obtain-block ocrnl oddp +syn keyword tl_keyword contained ofdel off-t offsetof ofill +syn keyword tl_keyword contained olcuc onlcr onlret onocr +syn keyword tl_keyword contained op open-command open-directory open-file +syn keyword tl_keyword contained open-fileno open-files open-files* open-pipe +syn keyword tl_keyword contained open-process open-socket open-socket-pair open-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 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-state-get-vec random-state-p range +syn keyword tl_keyword contained range* range-regex rangep rassoc +syn keyword tl_keyword contained rassql rcomb rcons read +syn keyword tl_keyword contained read-until-match readlink real-time-stream-p realpath +syn keyword tl_keyword contained record-adapter reduce-left reduce-right ref +syn keyword tl_keyword contained refset regex-compile regex-from-trie regex-parse +syn keyword tl_keyword contained regex-prefix-match regex-source regexp register-exception-subtypes +syn keyword tl_keyword contained register-tentative-def regsub rehome-sym relate +syn keyword tl_keyword contained release-deferred-warnings remhash remove-if remove-if* +syn keyword tl_keyword contained remove-path remq remq* remql +syn keyword tl_keyword contained remql* remqual remqual* rename-path +syn keyword tl_keyword contained repeat replace replace-list replace-str +syn keyword tl_keyword contained replace-struct replace-vec reset-struct rest +syn keyword tl_keyword contained ret retf return return* +syn keyword tl_keyword contained return-from revappend reverse rfind +syn keyword tl_keyword contained rfind-if 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 @@ -409,93 +412,95 @@ syn keyword tl_keyword contained symacrolet symbol-function symbol-macro symbol- syn keyword tl_keyword contained symbol-package symbol-value symbolp symlink syn keyword tl_keyword contained sys:*op-ctx* sys:*pl-env* sys:*trace-hash* sys:*trace-level* syn keyword tl_keyword contained sys:abscond* sys:abscond-from sys:analyze-argtypes sys:apply -syn keyword tl_keyword contained sys:awk-code-move-check sys:awk-expander sys:awk-fun-let sys:awk-fun-shadowing-env -syn keyword tl_keyword contained sys:awk-mac-let sys:awk-redir sys:awk-test sys:bad-slot-syntax -syn keyword tl_keyword contained sys:bits sys:build-key-list sys:capture-cont sys:catch -syn keyword tl_keyword contained sys:check-slot sys:check-struct sys:circref sys:compat -syn keyword tl_keyword contained sys:conv sys:conv-expand sys:conv-let sys:ctx-form -syn keyword tl_keyword contained sys:ctx-name sys:deffi-cb-expander sys:defmeth sys:dlib-expr -syn keyword tl_keyword contained sys:do-conv sys:do-path-test sys:dvbind sys:dwim-del -syn keyword tl_keyword contained sys:dwim-set sys:each-op sys:ensure-op-arg sys:eval-err -syn keyword tl_keyword contained sys:expand sys:expand-doloop sys:expand-handle sys:expand-params -syn keyword tl_keyword contained sys:expand-with-free-refs sys:expr sys:extract-keys sys:extract-keys-p -syn keyword tl_keyword contained sys:fbind sys:for-op sys:gc sys:gc-set-delta -syn keyword tl_keyword contained sys:get-fun-getter-setter sys:get-mb sys:get-place-macro sys:get-vb -syn keyword tl_keyword contained sys:handle-bad-syntax sys:if-to-cond sys:in6addr-condensed-text sys:l1-setq -syn keyword tl_keyword contained sys:l1-val sys:lbind sys:lisp1-setq sys:lisp1-value -syn keyword tl_keyword contained sys:list-builder-flets sys:loc sys:make-struct-lit sys:make-struct-type -syn keyword tl_keyword contained sys:mark-special sys:name-str sys:obtain-impl sys:op-alpha-rename -syn keyword tl_keyword contained sys:op-expand sys:op-meta-p sys:opt-dash sys:opt-err -syn keyword tl_keyword contained sys:path-access sys:path-examine sys:path-test sys:path-test-mode -syn keyword tl_keyword contained sys:pl-expand sys:placelet-1 sys:propagate-ancestor sys:prune-missing-inits -syn keyword tl_keyword contained sys:qquote sys:quasi sys:quasilist sys:r-s-let-expander -syn keyword tl_keyword contained sys:reg-expand-nongreedy sys:reg-optimize sys:register-simple-accessor sys:rplaca -syn keyword tl_keyword contained sys:rplacd sys:rslotset sys:set-hash-rec-limit sys:set-hash-str-limit -syn keyword tl_keyword contained sys:set-macro-ancestor sys:setq sys:setqf sys:slot-types -syn keyword tl_keyword contained sys:splice sys:static-slot-types sys:str-inaddr-net-impl sys:struct-lit -syn keyword tl_keyword contained sys:switch sys:sym-clobber-expander sys:sym-delete-expander sys:sym-update-expander -syn keyword tl_keyword contained sys:top-fb sys:top-mb sys:top-vb sys:tr* -syn keyword tl_keyword contained sys:trace sys:trace-canonicalize-name sys:trace-enter sys:trace-leave -syn keyword tl_keyword contained sys:trace-redefine-check sys:trfm sys:try-load sys:unquote -syn keyword tl_keyword contained sys:untrace sys:var sys:wdwrap sys:with-dyn-rebinds -syn keyword tl_keyword contained syslog system-package t tab0 -syn keyword tl_keyword contained tab1 tab2 tab3 tabdly -syn keyword tl_keyword contained tagbody 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-set test-set-indent-mode -syn keyword tl_keyword contained tf third throw throwf -syn keyword tl_keyword contained time time-fields-local time-fields-utc time-parse -syn keyword tl_keyword contained time-parse-local time-parse-utc time-string-local time-string-utc -syn keyword tl_keyword contained time-struct-local time-struct-utc time-t time-usec -syn keyword tl_keyword contained to tofloat tofloatz toint -syn keyword tl_keyword contained tointz tok tok-str tok-where -syn keyword tl_keyword contained tostop tostring tostringp tprint -syn keyword tl_keyword contained trace transpose tree-bind tree-case -syn keyword tl_keyword contained tree-find trie-add trie-compress trie-lookup-begin -syn keyword tl_keyword contained trie-lookup-feed-char trie-value-at trim-str true -syn keyword tl_keyword contained trunc trunc-rem truncate-stream tuples -syn keyword tl_keyword contained txr-case txr-case-impl txr-if txr-path -syn keyword tl_keyword contained txr-sym txr-version txr-when typecase -syn keyword tl_keyword contained typedef typeof typep ubit -syn keyword tl_keyword contained uchar uid-t uint 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 unum-carray unuse-package unuse-sym unwind-protect -syn keyword tl_keyword contained upcase-str upd update uref -syn keyword tl_keyword contained url-decode url-encode use use-package -syn keyword tl_keyword contained use-sym user-package ushort usl -syn keyword tl_keyword contained usleep uslot val vdiscard -syn keyword tl_keyword contained vec vec-carray vec-list vec-push -syn keyword tl_keyword contained vec-set-length vecref vector vector-list -syn keyword tl_keyword contained vectorp veof veol veol2 -syn keyword tl_keyword contained verase vintr vkill vlnext -syn keyword tl_keyword contained 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-mappend wint-t with-clobber-expander -syn keyword tl_keyword contained with-delete-expander with-dyn-lib with-gensyms with-hash-iter -syn keyword tl_keyword contained with-in-buf-stream with-in-string-byte-stream with-in-string-stream with-objects -syn keyword tl_keyword contained with-out-buf-stream with-out-string-stream with-out-strlist-stream with-resources -syn keyword tl_keyword contained with-slots with-stream with-update-expander wrap -syn keyword tl_keyword contained wrap* wstr wstr-d xcase -syn keyword tl_keyword contained yield yield-from zap zarray -syn keyword tl_keyword contained zero-fill zerop zip znew +syn keyword tl_keyword contained sys:awk%--rng sys:awk%--rng+ sys:awk%--rng- sys:awk%-rng+ +syn keyword tl_keyword contained sys:awk%rng+ sys:awk-code-move-check sys:awk-expander sys:awk-fun-let +syn keyword tl_keyword contained sys:awk-fun-shadowing-env sys:awk-mac-let sys:awk-redir sys:awk-test +syn keyword tl_keyword contained sys:bad-slot-syntax sys:bits sys:build-key-list sys:capture-cont +syn keyword tl_keyword contained sys:catch sys:check-slot sys:check-struct sys:circref +syn keyword tl_keyword contained sys:compat sys:conv sys:conv-expand sys:conv-let +syn keyword tl_keyword contained sys:ctx-form sys:ctx-name sys:deffi-cb-expander sys:defmeth +syn keyword tl_keyword contained sys:dlib-expr sys:do-conv sys:do-path-test sys:dvbind +syn keyword tl_keyword contained sys:dwim-del sys:dwim-set sys:each-op sys:ensure-op-arg +syn keyword tl_keyword contained sys:eval-err sys:expand sys:expand-doloop sys:expand-handle +syn keyword tl_keyword contained sys:expand-params sys:expand-with-free-refs sys:expr sys:extract-keys +syn keyword tl_keyword contained sys:extract-keys-p sys:fbind sys:for-op sys:gc +syn keyword tl_keyword contained sys:gc-set-delta sys:get-buf-common sys:get-fun-getter-setter sys:get-mb +syn keyword tl_keyword contained sys:get-place-macro sys:get-vb sys:handle-bad-syntax sys:if-to-cond +syn keyword tl_keyword contained sys:in6addr-condensed-text sys:l1-setq sys:l1-val sys:lbind +syn keyword tl_keyword contained sys:lisp1-setq sys:lisp1-value sys:list-builder-flets sys:loc +syn keyword tl_keyword contained sys:make-struct-lit sys:make-struct-type sys:mark-special sys:name-str +syn keyword tl_keyword contained sys:obtain-impl sys:op-alpha-rename sys:op-expand sys:op-meta-p +syn keyword tl_keyword contained sys:opt-dash sys:opt-err sys:path-access sys:path-examine +syn keyword tl_keyword contained sys:path-test sys:path-test-mode sys:pl-expand sys:placelet-1 +syn keyword tl_keyword contained sys:propagate-ancestor sys:prune-missing-inits sys:qquote sys:quasi +syn keyword tl_keyword contained sys:quasilist sys:r-s-let-expander sys:reg-expand-nongreedy sys:reg-optimize +syn keyword tl_keyword contained sys:register-simple-accessor sys:rplaca sys:rplacd sys:rslotset +syn keyword tl_keyword contained sys:set-hash-rec-limit sys:set-hash-str-limit sys:set-macro-ancestor sys:setq +syn keyword tl_keyword contained sys:setqf sys:slot-types sys:splice sys:static-slot-types +syn keyword tl_keyword contained sys:str-inaddr-net-impl sys:struct-lit sys:switch sys:sym-clobber-expander +syn keyword tl_keyword contained sys:sym-delete-expander sys:sym-update-expander sys:top-fb sys:top-mb +syn keyword tl_keyword contained sys:top-vb sys:tr* sys:trace sys:trace-canonicalize-name +syn keyword tl_keyword contained sys:trace-enter sys:trace-leave sys:trace-redefine-check sys:trfm +syn keyword tl_keyword contained sys:try-load sys:unquote sys:untrace sys:var +syn keyword tl_keyword contained sys:wdwrap sys:with-dyn-rebinds syslog system-package +syn keyword tl_keyword contained t tab0 tab1 tab2 +syn keyword tl_keyword contained tab3 tabdly tagbody take +syn keyword tl_keyword contained take-until take-while tan tb +syn keyword tl_keyword contained tc tcdrain tcflow tcflush +syn keyword tl_keyword contained tcgetattr tciflush tcioff tcioflush +syn keyword tl_keyword contained tcion tcoflush tcooff tcoon +syn keyword tl_keyword contained tcsadrain tcsaflush tcsanow tcsendbreak +syn keyword tl_keyword contained tcsetattr tentative-def-exists tenth test-clear +syn keyword tl_keyword contained test-clear-dirty test-dec test-dirty test-inc +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 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-bind tree-case tree-find 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-case-impl +syn keyword tl_keyword contained txr-if txr-path txr-sym 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-ptr-t uint16 uint32 +syn keyword tl_keyword contained uint64 uint8 ulong ulonglong +syn keyword tl_keyword contained umask umeth umethod uname +syn keyword tl_keyword contained unget-byte unget-char uni unintern +syn keyword tl_keyword contained union union-get union-in union-members +syn keyword tl_keyword contained union-out union-put uniq unique +syn keyword tl_keyword contained unless unquote unsetenv until +syn keyword tl_keyword contained until* untrace unum-carray 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 vmin void +syn keyword tl_keyword contained vquit vreprint vstart vstop +syn keyword tl_keyword contained vsusp vswtc vt0 vt1 +syn keyword tl_keyword contained vtdly vtime vwerase w-continued +syn keyword tl_keyword contained w-coredump w-exitstatus w-ifcontinued w-ifexited +syn keyword tl_keyword contained w-ifsignaled w-ifstopped w-nohang w-stopsig +syn keyword tl_keyword contained w-termsig w-untraced wait wchar +syn keyword tl_keyword contained weave when whena whenlet +syn keyword tl_keyword contained where while while* whilet +syn keyword tl_keyword contained width width-check window-map window-mappend +syn keyword tl_keyword contained wint-t with-clobber-expander 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 zero-fill zerop +syn keyword tl_keyword contained 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 @@ -610,4 +615,4 @@ 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,carray,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,collect-each,collect-each*,compare-swap,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,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,doloop,doloop*,dotimes,each,each*,elemsize,elemtype,enum,enumed,equot,ffi,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,let,let*,lset,mac-param-bind,macro-time,macrolet,mlet,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:path-examine,sys:path-test,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:unquote,sys:var,sys:with-dyn-rebinds,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-case-impl,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-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,carray,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,collect-each,collect-each*,compare-swap,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,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,doloop,doloop*,dotimes,each,each*,elemsize,elemtype,enum,enumed,equot,ffi,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,let,let*,lop,lset,mac-param-bind,macro-time,macrolet,mlet,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:path-examine,sys:path-test,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:unquote,sys:var,sys:with-dyn-rebinds,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-case-impl,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-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 @@ -340,9 +340,9 @@ .ds TX \f[B]TXR\f[] .ds TL \f[B]TXR Lisp\f[] .\" Start of man page: -.TH TXR 1 2017-11-17 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" +.TH TXR 1 2017-12-19 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" .SH* NAME -\*(TX \- Programming Language (Version 187) +\*(TX \- Programming Language (Version 188) .SH* SYNOPSIS .cblk @@ -40,104 +40,105 @@ syn keyword tl_keyword contained :bool :byte-oriented :cdigit :chars syn keyword tl_keyword contained :cint :close :continue :counter syn keyword tl_keyword contained :cspace :ctime :cword-char :dec syn keyword tl_keyword contained :decline :dev :digit :downcase -syn keyword tl_keyword contained :end :end-file :env :equal-based -syn keyword tl_keyword contained :explicit-no :fallback :fd :filter -syn keyword tl_keyword contained :fini :finish :float :form -syn keyword tl_keyword contained :from-current :from-end :from-start :from_html -syn keyword tl_keyword contained :frombase64 :fromhtml :frompercent :fromurl -syn keyword tl_keyword contained :fun :function :gap :gid -syn keyword tl_keyword contained :greedy :hex :hextoint :inf -syn keyword tl_keyword contained :init :ino :inp :inputs -syn keyword tl_keyword contained :instance :into :key :let -syn keyword tl_keyword contained :lfilt :lines :list :lists -syn keyword tl_keyword contained :local :longest :mandatory :maxgap -syn keyword tl_keyword contained :maxtimes :method :mingap :mintimes -syn keyword tl_keyword contained :mode :mtime :name :named -syn keyword tl_keyword contained :next-spec :nlink :nothrow :oct -syn keyword tl_keyword contained :outf :outp :output :postinit -syn keyword tl_keyword contained :prio :rdev :real-time :reflect -syn keyword tl_keyword contained :repeat-spec :resolve :rfilt :set -syn keyword tl_keyword contained :set-file :shortest :size :space -syn keyword tl_keyword contained :static :str :string :symacro -syn keyword tl_keyword contained :text :times :tlist :to_html -syn keyword tl_keyword contained :tobase64 :tofloat :tohtml :tohtml* -syn keyword tl_keyword contained :toint :tonumber :topercent :tourl -syn keyword tl_keyword contained :uid :upcase :use :use-from -syn keyword tl_keyword contained :use-syms :userdata :var :vars -syn keyword tl_keyword contained :weak-keys :weak-vals :whole :word-char -syn keyword tl_keyword contained :wrap < <= = -syn keyword tl_keyword contained > >= abort abs -syn keyword tl_keyword contained abs-path-p acons acons-new aconsql-new -syn keyword tl_keyword contained acos ado af-inet af-inet6 -syn keyword tl_keyword contained af-unix af-unspec ai-addrconfig ai-all -syn keyword tl_keyword contained ai-canonname ai-numerichost ai-numericserv ai-passive -syn keyword tl_keyword contained ai-v4mapped alet align alignof -syn keyword tl_keyword contained alist-nremove alist-remove all 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 assoc assql at-exit-call -syn keyword tl_keyword contained at-exit-do-not-call atan atan2 atom -syn keyword tl_keyword contained awk base-name base64-decode 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 bignump -syn keyword tl_keyword contained bindable bit blkcnt-t blksize-t -syn keyword tl_keyword contained block block* bool boundp -syn keyword tl_keyword contained break-str brkint bs0 bs1 -syn keyword tl_keyword contained bsdly bstr bstr-d buf -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-put-char buf-put-cptr buf-put-double -syn keyword tl_keyword contained buf-put-float buf-put-i16 buf-put-i32 buf-put-i64 -syn keyword tl_keyword contained buf-put-i8 buf-put-int buf-put-long buf-put-short -syn keyword tl_keyword contained buf-put-u16 buf-put-u32 buf-put-u64 buf-put-u8 -syn keyword tl_keyword contained buf-put-uchar buf-put-uint buf-put-ulong buf-put-ushort -syn keyword tl_keyword contained buf-set-length buf-trim bufp build -syn keyword tl_keyword contained build-list butlast butlastn caaaaar -syn keyword tl_keyword contained caaaadr caaaar caaadar caaaddr -syn keyword tl_keyword contained caaadr caaar caadaar caadadr -syn keyword tl_keyword contained caadar caaddar caadddr caaddr -syn keyword tl_keyword contained caadr caar cadaaar cadaadr -syn keyword tl_keyword contained cadaar cadadar cadaddr cadadr -syn keyword tl_keyword contained cadar caddaar caddadr caddar -syn keyword tl_keyword contained cadddar caddddr cadddr caddr -syn keyword tl_keyword contained cadr call call-clobber-expander call-delete-expander -syn keyword tl_keyword contained call-finalizers call-super-fun call-super-method call-update-expander -syn keyword tl_keyword contained callf car carray carray-blank -syn keyword tl_keyword contained carray-buf carray-buf-sync carray-cptr carray-dup -syn keyword tl_keyword contained carray-free carray-get carray-getz carray-list -syn keyword tl_keyword contained carray-num carray-own carray-pun carray-put -syn keyword tl_keyword contained carray-putz carray-ref carray-refset carray-replace -syn keyword tl_keyword contained carray-set-length carray-sub carray-type carray-unum -syn keyword tl_keyword contained carray-vec carrayp caseq caseq* -syn keyword tl_keyword contained caseql caseql* casequal casequal* -syn keyword tl_keyword contained cat-str cat-streams cat-vec catch -syn keyword tl_keyword contained catch* catenated-stream-p catenated-stream-push cbaud -syn keyword tl_keyword contained cbaudex cdaaaar cdaaadr cdaaar -syn keyword tl_keyword contained cdaadar cdaaddr cdaadr cdaar -syn keyword tl_keyword contained cdadaar cdadadr cdadar cdaddar -syn keyword tl_keyword contained cdadddr cdaddr cdadr cdar -syn keyword tl_keyword contained cddaaar cddaadr cddaar cddadar -syn keyword tl_keyword contained cddaddr cddadr cddar cdddaar -syn keyword tl_keyword contained cdddadr cdddar cddddar cdddddr -syn keyword tl_keyword contained cddddr cdddr cddr cdr -syn keyword tl_keyword contained ceil ceil-rem chain chand -syn keyword tl_keyword contained char chdir chmod chr-digit -syn keyword tl_keyword contained chr-int chr-isalnum chr-isalpha chr-isascii -syn keyword tl_keyword contained chr-isblank chr-iscntrl chr-isdigit chr-isgraph -syn keyword tl_keyword contained chr-islower chr-isprint chr-ispunct chr-isspace -syn keyword tl_keyword contained chr-isunisp chr-isupper chr-isxdigit chr-num -syn keyword tl_keyword contained chr-str chr-str-set chr-tolower chr-toupper -syn keyword tl_keyword contained chr-xdigit chrp clamp clear-dirty -syn keyword tl_keyword contained clear-error clear-struct clearhash clocal -syn keyword tl_keyword contained clock-t clockid-t close-stream closelog -syn keyword tl_keyword contained closure cmp-str cmspar collect-each -syn keyword tl_keyword contained collect-each* comb command-get command-get-lines -syn keyword tl_keyword contained command-get-string command-put command-put-lines command-put-string +syn keyword tl_keyword contained :end :end-file :env :eql-based +syn keyword tl_keyword contained :equal-based :explicit-no :fallback :fd +syn keyword tl_keyword contained :filter :fini :finish :float +syn keyword tl_keyword contained :form :from-current :from-end :from-start +syn keyword tl_keyword contained :from_html :frombase64 :fromhtml :frompercent +syn keyword tl_keyword contained :fromurl :fun :function :gap +syn keyword tl_keyword contained :gid :greedy :hex :hextoint +syn keyword tl_keyword contained :inf :init :ino :inp +syn keyword tl_keyword contained :inputs :instance :into :key +syn keyword tl_keyword contained :let :lfilt :lines :list +syn keyword tl_keyword contained :lists :local :longest :mandatory +syn keyword tl_keyword contained :maxgap :maxtimes :method :mid +syn keyword tl_keyword contained :mingap :mintimes :mode :mtime +syn keyword tl_keyword contained :name :named :next-spec :nlink +syn keyword tl_keyword contained :nothrow :oct :outf :outp +syn keyword tl_keyword contained :output :postinit :prio :rdev +syn keyword tl_keyword contained :real-time :reflect :repeat-spec :resolve +syn keyword tl_keyword contained :rfilt :set :set-file :shortest +syn keyword tl_keyword contained :size :space :static :str +syn keyword tl_keyword contained :string :symacro :text :times +syn keyword tl_keyword contained :tlist :to_html :tobase64 :tofloat +syn keyword tl_keyword contained :tohtml :tohtml* :toint :tonumber +syn keyword tl_keyword contained :topercent :tourl :uid :upcase +syn keyword tl_keyword contained :use :use-from :use-syms :userdata +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 and andf ap +syn keyword tl_keyword contained apf append append* append-each +syn keyword tl_keyword contained append-each* apply aret array +syn keyword tl_keyword contained arraysize ash asin assoc +syn keyword tl_keyword contained assql at-exit-call at-exit-do-not-call atan +syn keyword tl_keyword contained atan2 atom awk base-name +syn keyword tl_keyword contained base64-decode base64-encode base64-stream-dec base64-stream-enc +syn keyword tl_keyword contained bchar be-double be-float be-int16 +syn keyword tl_keyword contained be-int32 be-int64 be-uint16 be-uint32 +syn keyword tl_keyword contained be-uint64 bignump bindable bit +syn keyword tl_keyword contained blkcnt-t blksize-t block block* +syn keyword tl_keyword contained bool boundp break-str brkint +syn keyword tl_keyword contained bs0 bs1 bsdly bstr +syn keyword tl_keyword contained bstr-d buf buf-carray buf-d +syn keyword tl_keyword contained buf-get-char buf-get-cptr buf-get-double buf-get-float +syn keyword tl_keyword contained buf-get-i16 buf-get-i32 buf-get-i64 buf-get-i8 +syn keyword tl_keyword contained buf-get-int buf-get-long buf-get-short buf-get-u16 +syn keyword tl_keyword contained buf-get-u32 buf-get-u64 buf-get-u8 buf-get-uchar +syn keyword tl_keyword contained buf-get-uint buf-get-ulong buf-get-ushort 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 +syn keyword tl_keyword contained buf-put-u64 buf-put-u8 buf-put-uchar buf-put-uint +syn keyword tl_keyword contained buf-put-ulong buf-put-ushort buf-set-length buf-trim +syn keyword tl_keyword contained bufp build build-list butlast +syn keyword tl_keyword contained butlastn caaaaar caaaadr caaaar +syn keyword tl_keyword contained caaadar caaaddr caaadr caaar +syn keyword tl_keyword contained caadaar caadadr caadar caaddar +syn keyword tl_keyword contained caadddr caaddr caadr caar +syn keyword tl_keyword contained cadaaar cadaadr cadaar cadadar +syn keyword tl_keyword contained cadaddr cadadr cadar caddaar +syn keyword tl_keyword contained caddadr caddar cadddar caddddr +syn keyword tl_keyword contained cadddr caddr cadr call +syn keyword tl_keyword contained call-clobber-expander call-delete-expander call-finalizers call-super-fun +syn keyword tl_keyword contained call-super-method call-update-expander callf car +syn keyword tl_keyword contained carray carray-blank carray-buf carray-buf-sync +syn keyword tl_keyword contained carray-cptr carray-dup carray-free carray-get +syn keyword tl_keyword contained carray-getz carray-list carray-num carray-own +syn keyword tl_keyword contained carray-pun carray-put carray-putz carray-ref +syn keyword tl_keyword contained carray-refset carray-replace carray-set-length carray-sub +syn keyword tl_keyword contained carray-type carray-unum carray-vec carrayp +syn keyword tl_keyword contained caseq caseq* caseql caseql* +syn keyword tl_keyword contained casequal casequal* cat-str cat-streams +syn keyword tl_keyword contained cat-vec catch catch* catenated-stream-p +syn keyword tl_keyword contained catenated-stream-push cbaud cbaudex cdaaaar +syn keyword tl_keyword contained cdaaadr cdaaar cdaadar cdaaddr +syn keyword tl_keyword contained cdaadr cdaar cdadaar cdadadr +syn keyword tl_keyword contained cdadar cdaddar cdadddr cdaddr +syn keyword tl_keyword contained cdadr cdar cddaaar cddaadr +syn keyword tl_keyword contained cddaar cddadar cddaddr cddadr +syn keyword tl_keyword contained cddar cdddaar cdddadr cdddar +syn keyword tl_keyword contained cddddar cdddddr cddddr cdddr +syn keyword tl_keyword contained cddr cdr ceil ceil-rem +syn keyword tl_keyword contained chain chand char chdir +syn keyword tl_keyword contained chmod chr-digit chr-int chr-isalnum +syn keyword tl_keyword contained chr-isalpha chr-isascii chr-isblank chr-iscntrl +syn keyword tl_keyword contained chr-isdigit chr-isgraph chr-islower chr-isprint +syn keyword tl_keyword contained chr-ispunct chr-isspace chr-isunisp chr-isupper +syn keyword tl_keyword contained chr-isxdigit chr-num chr-str chr-str-set +syn keyword tl_keyword contained chr-tolower chr-toupper chr-xdigit chrp +syn keyword tl_keyword contained clamp clear-dirty clear-error clear-struct +syn keyword tl_keyword contained clearhash clocal clock-t clockid-t +syn keyword tl_keyword contained close-stream closelog closure cmp-str +syn keyword tl_keyword contained cmspar collect-each collect-each* comb +syn keyword tl_keyword contained command-get command-get-buf command-get-lines command-get-string +syn keyword tl_keyword contained command-put command-put-buf command-put-lines command-put-string syn keyword tl_keyword contained compare-swap compile-defr-warning compile-error compile-warning syn keyword tl_keyword contained compl-span-str cond conda condlet syn keyword tl_keyword contained cons conses conses* consp @@ -182,45 +183,46 @@ syn keyword tl_keyword contained ffi-call ffi-elemsize ffi-elemtype ffi-get syn keyword tl_keyword contained ffi-in ffi-make-call-desc ffi-make-closure ffi-offsetof syn keyword tl_keyword contained ffi-out ffi-put ffi-put-into ffi-size syn keyword tl_keyword contained ffi-type-compile ffi-type-operator-p ffi-type-p ffi-typedef -syn keyword tl_keyword contained fifth file-append file-append-lines file-append-string -syn keyword tl_keyword contained file-get file-get-lines file-get-string file-put -syn keyword tl_keyword contained file-put-lines file-put-string fileno fill-buf -syn keyword tl_keyword contained fill-carray fill-obj filter-equal filter-string-tree -syn keyword tl_keyword contained finalize find find-frame find-frames -syn keyword tl_keyword contained find-if find-max find-min find-package -syn keyword tl_keyword contained find-struct-type 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-epsilon flo-int flo-max -syn keyword tl_keyword contained flo-max-dig flo-min flo-str 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 fork format fourth fr$ -syn keyword tl_keyword contained fr^ fr^$ from frr -syn keyword tl_keyword contained fsblkcnt-t fsfilcnt-t fstat ftw -syn keyword tl_keyword contained ftw-actionretval ftw-chdir ftw-continue ftw-d -syn keyword tl_keyword contained ftw-depth ftw-dnr ftw-dp ftw-f -syn keyword tl_keyword contained ftw-mount ftw-ns ftw-phys ftw-skip-siblings -syn keyword tl_keyword contained ftw-skip-subtree ftw-sl ftw-sln ftw-stop -syn keyword tl_keyword contained fun 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 generate gensym gequal get-buf-from-stream -syn keyword tl_keyword contained get-byte get-char get-clobber-expander get-delete-expander -syn keyword tl_keyword contained get-error get-error-str get-frames get-hash-userdata -syn keyword tl_keyword contained get-indent get-indent-mode get-line get-lines -syn keyword tl_keyword contained get-list-from-stream get-obj get-sig-handler get-string -syn keyword tl_keyword contained get-string-from-stream get-update-expander getaddrinfo getegid -syn keyword tl_keyword contained getenv geteuid getgid getgrent -syn keyword tl_keyword contained getgrgid getgrnam getgroups gethash -syn keyword tl_keyword contained getitimer getopts getpid getppid -syn keyword tl_keyword contained getpwent getpwnam getpwuid getresgid -syn keyword tl_keyword contained getresuid getuid gid-t ginterate -syn keyword tl_keyword contained giterate glob glob-altdirfunc glob-brace -syn keyword tl_keyword contained glob-err glob-mark glob-nocheck glob-noescape -syn keyword tl_keyword contained glob-nomagic glob-nosort glob-onlydir glob-period -syn keyword tl_keyword contained glob-tilde glob-tilde-check go greater +syn keyword tl_keyword contained fifth file-append file-append-buf file-append-lines +syn keyword tl_keyword contained file-append-string file-get file-get-buf file-get-lines +syn keyword tl_keyword contained file-get-string file-put file-put-buf file-put-lines +syn keyword tl_keyword contained file-put-string fileno fill-buf 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-if +syn keyword tl_keyword contained find-max find-min find-package find-struct-type +syn keyword tl_keyword contained first fixnum-max fixnum-min fixnump +syn keyword tl_keyword contained flatcar flatcar* flatten flatten* +syn keyword tl_keyword contained flet flip flipargs flo-dig +syn keyword tl_keyword contained flo-epsilon flo-int flo-max flo-max-dig +syn keyword tl_keyword contained flo-min flo-str float floatp +syn keyword tl_keyword contained floor floor-rem flush-stream flusho +syn keyword tl_keyword contained fmakunbound fmt fnm-casefold fnm-leading-dir +syn keyword tl_keyword contained fnm-noescape fnm-pathname fnm-period fnmatch +syn keyword tl_keyword contained for for* force 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 func-get-env func-get-form func-get-name func-set-env +syn keyword tl_keyword contained functionp gcd gen 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 @@ -268,89 +270,90 @@ syn keyword tl_keyword contained log-info log-ndelay log-notice log-nowait syn keyword tl_keyword contained log-odelay log-perror log-pid log-user syn keyword tl_keyword contained log-warning log10 log2 logand syn keyword tl_keyword contained logior lognot logtest logtrunc -syn keyword tl_keyword contained logxor long longlong lset -syn keyword tl_keyword contained lstat m$ m^ m^$ -syn keyword tl_keyword contained mac-param-bind macro-ancestor macro-form-p macro-time -syn keyword tl_keyword contained macroexpand macroexpand-1 macroexpand-1-lisp1 macroexpand-lisp1 -syn keyword tl_keyword contained macrolet major make-buf make-buf-stream -syn keyword tl_keyword contained make-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-type -syn keyword tl_keyword contained make-sym make-time make-time-utc make-trie -syn keyword tl_keyword contained make-union make-zstruct makedev makunbound -syn keyword tl_keyword contained mapcar mapcar* mapdo mapf -syn keyword tl_keyword contained maphash mappend mappend* maprend -syn keyword tl_keyword contained maprod mask match-fun match-regex -syn keyword tl_keyword contained match-regex-right match-regst match-regst-right match-str -syn keyword tl_keyword contained match-str-tree max mboundp 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 neq neql nequal 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-carray -syn keyword tl_keyword contained num-chr num-str numberp oand -syn keyword tl_keyword contained obtain obtain* obtain*-block obtain-block -syn keyword tl_keyword contained ocrnl oddp ofdel off-t -syn keyword tl_keyword contained offsetof ofill olcuc onlcr -syn keyword tl_keyword contained onlret onocr op open-command -syn keyword tl_keyword contained open-directory open-file open-fileno open-files -syn keyword tl_keyword contained open-files* open-pipe open-process open-socket -syn keyword tl_keyword contained open-socket-pair open-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-p path-executable-to-me-p -syn keyword tl_keyword contained path-exists-p path-file-p path-mine-p path-my-group-p -syn keyword tl_keyword contained path-newer path-older path-pipe-p path-private-to-me-p -syn keyword tl_keyword contained path-read-writable-to-me-p path-readable-to-me-p path-same-object path-sep-chars -syn keyword tl_keyword contained path-setgid-p path-setuid-p path-sock-p path-sticky-p -syn keyword tl_keyword contained path-strictly-private-to-me-p path-symlink-p path-writable-to-me-p pdec -syn keyword tl_keyword contained pendin perm pid-t pinc -syn keyword tl_keyword contained pipe place-form-p placelet placelet* -syn keyword tl_keyword contained plist-to-alist plusp poll poll-err -syn keyword tl_keyword contained poll-in poll-nval poll-out poll-pri -syn keyword tl_keyword contained poll-rdband poll-rdhup poll-wrband poly -syn keyword tl_keyword contained pop pos pos-if pos-max -syn keyword tl_keyword contained pos-min posq posql posqual -syn keyword tl_keyword contained pppred ppred pprinl pprint -syn keyword tl_keyword contained pprof pred prinl print -syn keyword tl_keyword contained prod prof prog prog* -syn keyword tl_keyword contained prog1 progn promisep prop -syn keyword tl_keyword contained proper-list-p proper-listp pset ptr -syn keyword tl_keyword contained ptr-in ptr-in-d ptr-out ptr-out-d -syn keyword tl_keyword contained ptr-out-s ptrdiff-t pure-rel-path-p purge-deferred-warning -syn keyword tl_keyword contained push pushhash pushnew put-buf -syn keyword tl_keyword contained put-byte put-carray put-char put-line -syn keyword tl_keyword contained put-lines put-obj put-string put-strings -syn keyword tl_keyword contained pwd qquote qref quote -syn keyword tl_keyword contained r$ r^ r^$ raise -syn keyword tl_keyword contained rand random random-fixnum 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-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 rlcp -syn keyword tl_keyword contained rlcp-tree rlet rmember rmember-if +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-catenated-stream make-env make-hash +syn keyword tl_keyword contained make-lazy-cons make-lazy-struct make-like make-package +syn keyword tl_keyword contained make-random-state make-similar-hash make-string-byte-input-stream make-string-input-stream +syn keyword tl_keyword contained make-string-output-stream make-strlist-input-stream make-strlist-output-stream make-struct +syn keyword tl_keyword contained make-struct-delegate-stream make-struct-type make-sym make-time +syn keyword tl_keyword contained make-time-utc make-trie make-union make-zstruct +syn keyword tl_keyword contained makedev makunbound mapcar mapcar* +syn keyword tl_keyword contained mapdo mapf maphash mappend +syn keyword tl_keyword contained mappend* maprend maprod mask +syn keyword tl_keyword contained match-fun match-regex match-regex-right match-regst +syn keyword tl_keyword contained match-regst-right match-str match-str-tree max +syn keyword tl_keyword contained mboundp 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 neq neql +syn keyword tl_keyword contained nequal 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-carray num-chr num-str +syn keyword tl_keyword contained numberp oand obtain obtain* +syn keyword tl_keyword contained obtain*-block obtain-block ocrnl oddp +syn keyword tl_keyword contained ofdel off-t offsetof ofill +syn keyword tl_keyword contained olcuc onlcr onlret onocr +syn keyword tl_keyword contained op open-command open-directory open-file +syn keyword tl_keyword contained open-fileno open-files open-files* open-pipe +syn keyword tl_keyword contained open-process open-socket open-socket-pair open-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 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-state-get-vec random-state-p range +syn keyword tl_keyword contained range* range-regex rangep rassoc +syn keyword tl_keyword contained rassql rcomb rcons read +syn keyword tl_keyword contained read-until-match readlink real-time-stream-p realpath +syn keyword tl_keyword contained record-adapter reduce-left reduce-right ref +syn keyword tl_keyword contained refset regex-compile regex-from-trie regex-parse +syn keyword tl_keyword contained regex-prefix-match regex-source regexp register-exception-subtypes +syn keyword tl_keyword contained register-tentative-def regsub rehome-sym relate +syn keyword tl_keyword contained release-deferred-warnings remhash remove-if remove-if* +syn keyword tl_keyword contained remove-path remq remq* remql +syn keyword tl_keyword contained remql* remqual remqual* rename-path +syn keyword tl_keyword contained repeat replace replace-list replace-str +syn keyword tl_keyword contained replace-struct replace-vec reset-struct rest +syn keyword tl_keyword contained ret retf return return* +syn keyword tl_keyword contained return-from revappend reverse rfind +syn keyword tl_keyword contained rfind-if 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 @@ -409,93 +412,95 @@ syn keyword tl_keyword contained symacrolet symbol-function symbol-macro symbol- syn keyword tl_keyword contained symbol-package symbol-value symbolp symlink syn keyword tl_keyword contained sys:*op-ctx* sys:*pl-env* sys:*trace-hash* sys:*trace-level* syn keyword tl_keyword contained sys:abscond* sys:abscond-from sys:analyze-argtypes sys:apply -syn keyword tl_keyword contained sys:awk-code-move-check sys:awk-expander sys:awk-fun-let sys:awk-fun-shadowing-env -syn keyword tl_keyword contained sys:awk-mac-let sys:awk-redir sys:awk-test sys:bad-slot-syntax -syn keyword tl_keyword contained sys:bits sys:build-key-list sys:capture-cont sys:catch -syn keyword tl_keyword contained sys:check-slot sys:check-struct sys:circref sys:compat -syn keyword tl_keyword contained sys:conv sys:conv-expand sys:conv-let sys:ctx-form -syn keyword tl_keyword contained sys:ctx-name sys:deffi-cb-expander sys:defmeth sys:dlib-expr -syn keyword tl_keyword contained sys:do-conv sys:do-path-test sys:dvbind sys:dwim-del -syn keyword tl_keyword contained sys:dwim-set sys:each-op sys:ensure-op-arg sys:eval-err -syn keyword tl_keyword contained sys:expand sys:expand-doloop sys:expand-handle sys:expand-params -syn keyword tl_keyword contained sys:expand-with-free-refs sys:expr sys:extract-keys sys:extract-keys-p -syn keyword tl_keyword contained sys:fbind sys:for-op sys:gc sys:gc-set-delta -syn keyword tl_keyword contained sys:get-fun-getter-setter sys:get-mb sys:get-place-macro sys:get-vb -syn keyword tl_keyword contained sys:handle-bad-syntax sys:if-to-cond sys:in6addr-condensed-text sys:l1-setq -syn keyword tl_keyword contained sys:l1-val sys:lbind sys:lisp1-setq sys:lisp1-value -syn keyword tl_keyword contained sys:list-builder-flets sys:loc sys:make-struct-lit sys:make-struct-type -syn keyword tl_keyword contained sys:mark-special sys:name-str sys:obtain-impl sys:op-alpha-rename -syn keyword tl_keyword contained sys:op-expand sys:op-meta-p sys:opt-dash sys:opt-err -syn keyword tl_keyword contained sys:path-access sys:path-examine sys:path-test sys:path-test-mode -syn keyword tl_keyword contained sys:pl-expand sys:placelet-1 sys:propagate-ancestor sys:prune-missing-inits -syn keyword tl_keyword contained sys:qquote sys:quasi sys:quasilist sys:r-s-let-expander -syn keyword tl_keyword contained sys:reg-expand-nongreedy sys:reg-optimize sys:register-simple-accessor sys:rplaca -syn keyword tl_keyword contained sys:rplacd sys:rslotset sys:set-hash-rec-limit sys:set-hash-str-limit -syn keyword tl_keyword contained sys:set-macro-ancestor sys:setq sys:setqf sys:slot-types -syn keyword tl_keyword contained sys:splice sys:static-slot-types sys:str-inaddr-net-impl sys:struct-lit -syn keyword tl_keyword contained sys:switch sys:sym-clobber-expander sys:sym-delete-expander sys:sym-update-expander -syn keyword tl_keyword contained sys:top-fb sys:top-mb sys:top-vb sys:tr* -syn keyword tl_keyword contained sys:trace sys:trace-canonicalize-name sys:trace-enter sys:trace-leave -syn keyword tl_keyword contained sys:trace-redefine-check sys:trfm sys:try-load sys:unquote -syn keyword tl_keyword contained sys:untrace sys:var sys:wdwrap sys:with-dyn-rebinds -syn keyword tl_keyword contained syslog system-package t tab0 -syn keyword tl_keyword contained tab1 tab2 tab3 tabdly -syn keyword tl_keyword contained tagbody 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-set test-set-indent-mode -syn keyword tl_keyword contained tf third throw throwf -syn keyword tl_keyword contained time time-fields-local time-fields-utc time-parse -syn keyword tl_keyword contained time-parse-local time-parse-utc time-string-local time-string-utc -syn keyword tl_keyword contained time-struct-local time-struct-utc time-t time-usec -syn keyword tl_keyword contained to tofloat tofloatz toint -syn keyword tl_keyword contained tointz tok tok-str tok-where -syn keyword tl_keyword contained tostop tostring tostringp tprint -syn keyword tl_keyword contained trace transpose tree-bind tree-case -syn keyword tl_keyword contained tree-find trie-add trie-compress trie-lookup-begin -syn keyword tl_keyword contained trie-lookup-feed-char trie-value-at trim-str true -syn keyword tl_keyword contained trunc trunc-rem truncate-stream tuples -syn keyword tl_keyword contained txr-case txr-case-impl txr-if txr-path -syn keyword tl_keyword contained txr-sym txr-version txr-when typecase -syn keyword tl_keyword contained typedef typeof typep ubit -syn keyword tl_keyword contained uchar uid-t uint 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 unum-carray unuse-package unuse-sym unwind-protect -syn keyword tl_keyword contained upcase-str upd update uref -syn keyword tl_keyword contained url-decode url-encode use use-package -syn keyword tl_keyword contained use-sym user-package ushort usl -syn keyword tl_keyword contained usleep uslot val vdiscard -syn keyword tl_keyword contained vec vec-carray vec-list vec-push -syn keyword tl_keyword contained vec-set-length vecref vector vector-list -syn keyword tl_keyword contained vectorp veof veol veol2 -syn keyword tl_keyword contained verase vintr vkill vlnext -syn keyword tl_keyword contained 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-mappend wint-t with-clobber-expander -syn keyword tl_keyword contained with-delete-expander with-dyn-lib with-gensyms with-hash-iter -syn keyword tl_keyword contained with-in-buf-stream with-in-string-byte-stream with-in-string-stream with-objects -syn keyword tl_keyword contained with-out-buf-stream with-out-string-stream with-out-strlist-stream with-resources -syn keyword tl_keyword contained with-slots with-stream with-update-expander wrap -syn keyword tl_keyword contained wrap* wstr wstr-d xcase -syn keyword tl_keyword contained yield yield-from zap zarray -syn keyword tl_keyword contained zero-fill zerop zip znew +syn keyword tl_keyword contained sys:awk%--rng sys:awk%--rng+ sys:awk%--rng- sys:awk%-rng+ +syn keyword tl_keyword contained sys:awk%rng+ sys:awk-code-move-check sys:awk-expander sys:awk-fun-let +syn keyword tl_keyword contained sys:awk-fun-shadowing-env sys:awk-mac-let sys:awk-redir sys:awk-test +syn keyword tl_keyword contained sys:bad-slot-syntax sys:bits sys:build-key-list sys:capture-cont +syn keyword tl_keyword contained sys:catch sys:check-slot sys:check-struct sys:circref +syn keyword tl_keyword contained sys:compat sys:conv sys:conv-expand sys:conv-let +syn keyword tl_keyword contained sys:ctx-form sys:ctx-name sys:deffi-cb-expander sys:defmeth +syn keyword tl_keyword contained sys:dlib-expr sys:do-conv sys:do-path-test sys:dvbind +syn keyword tl_keyword contained sys:dwim-del sys:dwim-set sys:each-op sys:ensure-op-arg +syn keyword tl_keyword contained sys:eval-err sys:expand sys:expand-doloop sys:expand-handle +syn keyword tl_keyword contained sys:expand-params sys:expand-with-free-refs sys:expr sys:extract-keys +syn keyword tl_keyword contained sys:extract-keys-p sys:fbind sys:for-op sys:gc +syn keyword tl_keyword contained sys:gc-set-delta sys:get-buf-common sys:get-fun-getter-setter sys:get-mb +syn keyword tl_keyword contained sys:get-place-macro sys:get-vb sys:handle-bad-syntax sys:if-to-cond +syn keyword tl_keyword contained sys:in6addr-condensed-text sys:l1-setq sys:l1-val sys:lbind +syn keyword tl_keyword contained sys:lisp1-setq sys:lisp1-value sys:list-builder-flets sys:loc +syn keyword tl_keyword contained sys:make-struct-lit sys:make-struct-type sys:mark-special sys:name-str +syn keyword tl_keyword contained sys:obtain-impl sys:op-alpha-rename sys:op-expand sys:op-meta-p +syn keyword tl_keyword contained sys:opt-dash sys:opt-err sys:path-access sys:path-examine +syn keyword tl_keyword contained sys:path-test sys:path-test-mode sys:pl-expand sys:placelet-1 +syn keyword tl_keyword contained sys:propagate-ancestor sys:prune-missing-inits sys:qquote sys:quasi +syn keyword tl_keyword contained sys:quasilist sys:r-s-let-expander sys:reg-expand-nongreedy sys:reg-optimize +syn keyword tl_keyword contained sys:register-simple-accessor sys:rplaca sys:rplacd sys:rslotset +syn keyword tl_keyword contained sys:set-hash-rec-limit sys:set-hash-str-limit sys:set-macro-ancestor sys:setq +syn keyword tl_keyword contained sys:setqf sys:slot-types sys:splice sys:static-slot-types +syn keyword tl_keyword contained sys:str-inaddr-net-impl sys:struct-lit sys:switch sys:sym-clobber-expander +syn keyword tl_keyword contained sys:sym-delete-expander sys:sym-update-expander sys:top-fb sys:top-mb +syn keyword tl_keyword contained sys:top-vb sys:tr* sys:trace sys:trace-canonicalize-name +syn keyword tl_keyword contained sys:trace-enter sys:trace-leave sys:trace-redefine-check sys:trfm +syn keyword tl_keyword contained sys:try-load sys:unquote sys:untrace sys:var +syn keyword tl_keyword contained sys:wdwrap sys:with-dyn-rebinds syslog system-package +syn keyword tl_keyword contained t tab0 tab1 tab2 +syn keyword tl_keyword contained tab3 tabdly tagbody take +syn keyword tl_keyword contained take-until take-while tan tb +syn keyword tl_keyword contained tc tcdrain tcflow tcflush +syn keyword tl_keyword contained tcgetattr tciflush tcioff tcioflush +syn keyword tl_keyword contained tcion tcoflush tcooff tcoon +syn keyword tl_keyword contained tcsadrain tcsaflush tcsanow tcsendbreak +syn keyword tl_keyword contained tcsetattr tentative-def-exists tenth test-clear +syn keyword tl_keyword contained test-clear-dirty test-dec test-dirty test-inc +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 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-bind tree-case tree-find 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-case-impl +syn keyword tl_keyword contained txr-if txr-path txr-sym 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-ptr-t uint16 uint32 +syn keyword tl_keyword contained uint64 uint8 ulong ulonglong +syn keyword tl_keyword contained umask umeth umethod uname +syn keyword tl_keyword contained unget-byte unget-char uni unintern +syn keyword tl_keyword contained union union-get union-in union-members +syn keyword tl_keyword contained union-out union-put uniq unique +syn keyword tl_keyword contained unless unquote unsetenv until +syn keyword tl_keyword contained until* untrace unum-carray 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 vmin void +syn keyword tl_keyword contained vquit vreprint vstart vstop +syn keyword tl_keyword contained vsusp vswtc vt0 vt1 +syn keyword tl_keyword contained vtdly vtime vwerase w-continued +syn keyword tl_keyword contained w-coredump w-exitstatus w-ifcontinued w-ifexited +syn keyword tl_keyword contained w-ifsignaled w-ifstopped w-nohang w-stopsig +syn keyword tl_keyword contained w-termsig w-untraced wait wchar +syn keyword tl_keyword contained weave when whena whenlet +syn keyword tl_keyword contained where while while* whilet +syn keyword tl_keyword contained width width-check window-map window-mappend +syn keyword tl_keyword contained wint-t with-clobber-expander 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 zero-fill zerop +syn keyword tl_keyword contained zip znew syn keyword txr_keyword contained accept all and assert syn keyword txr_keyword contained bind block call cases @@ -638,4 +643,4 @@ 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,carray,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,collect-each,collect-each*,compare-swap,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,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,doloop,doloop*,dotimes,each,each*,elemsize,elemtype,enum,enumed,equot,ffi,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,let,let*,lset,mac-param-bind,macro-time,macrolet,mlet,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:path-examine,sys:path-test,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:unquote,sys:var,sys:with-dyn-rebinds,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-case-impl,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-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,carray,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,collect-each,collect-each*,compare-swap,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,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,doloop,doloop*,dotimes,each,each*,elemsize,elemtype,enum,enumed,equot,ffi,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,let,let*,lop,lset,mac-param-bind,macro-time,macrolet,mlet,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:path-examine,sys:path-test,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:unquote,sys:var,sys:with-dyn-rebinds,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-case-impl,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-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 |