Home
last modified time | relevance | path

Searched defs:tv (Results 1 – 25 of 38) sorted by relevance

12

/vim-8.2.3635/src/
H A Dvim9execute.c131 typval_T *tv; in exe_newlist() local
174 dict_stack_save(typval_T *tv) in dict_stack_save()
202 typval_T *tv; in dict_stack_get_dict() local
486 typval_T *tv; in handle_closure_in_use() local
764 typval_T *tv; in call_prepare() local
999 typval_T *tv, in call_partial()
1083 check_for_number(typval_T *tv) in check_for_number()
1660 typval_T *tv; in exec_instructions() local
4661 typval_T *tv; in call_def_function() local
5363 typval_T tv; in list_instructions() local
[all …]
H A Dvim9type.c258 typval2type_int(typval_T *tv, int copyID, garray_T *type_gap, int do_member) in typval2type_int()
402 need_convert_to_bool(type_T *type, typval_T *tv) in need_convert_to_bool()
415 typval2type(typval_T *tv, int copyID, garray_T *type_gap, int do_member) in typval2type()
433 typval2type_vimvar(typval_T *tv, garray_T *type_gap) in typval2type_vimvar()
H A Ddict.c353 dict_wrong_func_name(dict_T *d, typval_T *tv, char_u *name) in dict_wrong_func_name()
487 dict_add_tv(dict_T *d, char *key, typval_T *tv) in dict_add_tv()
748 dict2string(typval_T *tv, int copyID, int restore_copyID) in dict2string()
824 get_literal_key_tv(char_u **arg, typval_T *tv) in get_literal_key_tv()
891 typval_T tv; in eval_dict() local
H A Deval.c171 typval_T tv; in eval_to_bool() local
342 typval_T tv; in eval_to_string_skip() local
526 typval_T tv; in eval_to_string_eap() local
616 typval_T *tv; in eval_expr() local
755 typval_T tv; in eval_foldexpr() local
1333 typval_T tv; in set_var_lval() local
1613 typval_T tv; in eval_for_line() local
1739 typval_T tv; in next_for_item() local
1755 typval_T tv; in next_for_item() local
4934 typval_T *tv, in echo_string_core()
[all …]
H A Dlist.c158 list_set_item(list_T *l, int idx, typval_T *tv) in list_set_item()
603 list_append_tv(list_T *l, typval_T *tv) in list_append_tv()
624 list_append_tv_move(list_T *l, typval_T *tv) in list_append_tv_move()
721 list_insert_tv(list_T *l, typval_T *tv, listitem_T *item) in list_insert_tv()
1104 list_concat(list_T *l1, list_T *l2, typval_T *tv) in list_concat()
1302 list2string(typval_T *tv, int copyID, int restore_copyID) in list2string()
1490 typval_T tv; in eval_list() local
2219 typval_T *tv, // original value in filter_map_one()
2435 typval_T tv; in filter_map() local
2517 typval_T tv; in filter_map() local
H A Devalvars.c932 typval_T *tv, in ex_let_vars()
1195 typval_T tv; in list_arg_vars() local
1299 typval_T *tv, // value to assign to variable in ex_let_one()
2229 set_vim_var_tv(int idx, typval_T *tv) in set_vim_var_tv()
2570 typval_T *tv = NULL; in eval_variable() local
3190 typval_T *tv, in set_var()
3210 typval_T *tv = tv_arg; in set_var_const() local
3843 typval_T tv; in var_exists() local
3908 typval_T tv; in var_redir_start() local
4007 typval_T tv; in var_redir_stop() local
[all …]
H A Dtypval.c1020 tv_check_lock(typval_T *tv, char_u *name, int use_gettext) in tv_check_lock()
1451 tv_islocked(typval_T *tv) in tv_islocked()
2050 typval_T *tv, in tv2string()
2154 tv_get_buf(typval_T *tv, int curtab_only) in tv_get_buf()
2181 tv_get_buf_from_arg(typval_T *tv) in tv_get_buf_from_arg()
H A Djob.c121 get_job_options(typval_T *tv, jobopt_T *opt, int supported, int supported2) in get_job_options()
1069 typval_T tv; in set_ref_in_job() local
1769 get_job_arg(typval_T *tv) in get_job_arg()
1865 typval_T tv; in job_info_all() local
H A Dvim9script.c359 typval_T tv; in handle_import() local
821 typval_T *tv, in update_vim9_script_var()
H A Ddebugger.c540 typval_T *tv; in eval_expr_no_emsg() local
977 typval_T *tv; in debuggy_find() local
H A Devalbuffer.c29 typval_T tv; in set_ref_in_buffers() local
403 typval_T *tv = &argvars[0]; in f_bufname() local
H A Dif_py_both.h1866 typval_T tv; in DictionaryAssItem() local
2040 typval_T tv; in DictionaryUpdate() local
2690 typval_T tv; in ListAssIndex() local
3266 typval_T tv; in FunctionRepr() local
5907 set_string_copy(char_u *str, typval_T *tv) in set_string_copy()
5991 pymap_to_tv(PyObject *obj, typval_T *tv, PyObject *lookup_dict) in pymap_to_tv()
6115 convert_dl(PyObject *obj, typval_T *tv, in convert_dl()
6171 ConvertFromPyMapping(PyObject *obj, typval_T *tv) in ConvertFromPyMapping()
6202 ConvertFromPySequence(PyObject *obj, typval_T *tv) in ConvertFromPySequence()
6231 ConvertFromPyObject(PyObject *obj, typval_T *tv) in ConvertFromPyObject()
[all …]
H A Dtime.c730 typval_T tv; in set_ref_in_timer() local
905 gettimeofday(struct timeval *tv, char *dummy UNUSED) in gettimeofday()
H A Dsha256.c383 struct timeval tv; in get_some_time() local
H A Dchannel.c799 struct timeval tv; in channel_connect() local
2380 typval_T *tv; in channel_get_json() local
2548 typval_T *tv = NULL; in channel_exe_cmd() local
3814 get_channel_arg(typval_T *tv, int check_open, int reading, ch_part_T part) in get_channel_arg()
4474 struct timeval *tv, in channel_select_setup()
4726 typval_T tv; in set_ref_in_channel() local
H A Dif_lua.c546 luaV_pushtypval(lua_State *L, typval_T *tv) in luaV_pushtypval()
601 luaV_totypval(lua_State *L, int pos, typval_T *tv) in luaV_totypval()
1120 typval_T tv; in luaV_dict_newindex() local
1854 typval_T tv; in luaV_setvar() local
1923 typval_T *tv = eval_expr((char_u *) luaL_checkstring(L, 1), NULL); in luaV_eval() local
H A Dmatch.c927 matchadd_dict_arg(typval_T *tv, char_u **conceal_char, win_T **win) in matchadd_dict_arg()
H A Dpopupwin.c383 typval_T tv; in popup_add_timeout() local
2080 typval_T tv; in popup_create() local
4141 typval_T tv; in set_ref_in_one_popup() local
H A Dex_eval.c917 typval_T tv; in ex_eval() local
H A Dquickfix.c608 typval_T *tv; member
1563 typval_T *tv, in qf_setup_state()
1667 typval_T *tv, in qf_init_ext()
7062 typval_T tv; in qf_getprop_qftf() local
7922 cexpr_core(exarg_T *eap, typval_T *tv) in cexpr_core()
7981 typval_T *tv; in ex_cexpr() local
H A Dif_xcmdsrv.c568 struct timeval tv; in ServerWait() local
H A Dif_ruby.c1175 vim_to_ruby(typval_T *tv) in vim_to_ruby()
1253 typval_T *tv; in vim_evaluate() local
H A Dtesting.c646 typval_T *tv; in f_assert_fails() local
H A Dvim9compile.c2790 generate_tv_PUSH(cctx_T *cctx, typval_T *tv) in generate_tv_PUSH()
2857 typval_T *tv = &ppconst->pp_tv[ppconst->pp_used - 1]; in check_ppconst_bool() local
3449 typval_T *tv = &ppconst->pp_tv[ppconst->pp_used]; in compile_call() local
5289 typval_T *tv = &ppconst->pp_tv[ppconst->pp_used - 1]; in compile_and_or() local
5354 typval_T *tv = &ppconst->pp_tv[ppconst->pp_used - 1]; in compile_and_or() local
H A Dmisc1.c2699 typval_T tv[2]; in trigger_modechanged() local

12