Home
last modified time | relevance | path

Searched refs:free_tv (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Ddebugger.c827 free_tv(DEBUGGY(gap, todel).dbg_val); in ex_breakdel()
1003 free_tv(bp->dbg_val); in debuggy_find()
1006 free_tv(tv); in debuggy_find()
1013 free_tv(bp->dbg_val); in debuggy_find()
H A Dchannel.c2595 free_tv(tv); in channel_exe_cmd()
2817 free_tv(listtv); in may_invoke_callback()
2825 free_tv(listtv); in may_invoke_callback()
2970 free_tv(listtv); in may_invoke_callback()
3266 free_tv(json_head->jq_next->jq_value); in channel_clear_one()
4315 free_tv(listtv); in ch_expr_common()
H A Dif_mzsch.c1665 free_tv(vim_result); in vim_eval()
3167 free_tv((typval_T *)visited->vals[i]); in mzscheme_to_vim()
H A Dif_ruby.c1261 free_tv(tv); in vim_evaluate()
H A Dtypval.c53 free_tv(typval_T *varp) in free_tv() function
H A Dquickfix.c3903 free_tv(qfl->qf_ctx); in qf_free()
7445 free_tv(qfl->qf_ctx); in qf_setprop_context()
7992 free_tv(tv); in ex_cexpr()
H A Dif_lua.c1927 free_tv(tv); in luaV_eval()
H A Dif_py_both.h932 free_tv(our_tv); in VimEval()
973 free_tv(our_tv); in VimEvalPy()
H A Doption.c7226 free_tv(tv); in option_set_callback_func()
7232 free_tv(tv); in option_set_callback_func()
H A Devalvars.c356 free_tv(tvp); in set_internal_string_var()
H A Duserfunc.c5177 free_tv((typval_T *)rettv); in discard_pending_return()
/vim-8.2.3635/src/proto/
H A Dtypval.pro4 void free_tv(typval_T *varp);
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt7542 Problem: free_tv() can't handle special variables. (Damien)