Home
last modified time | relevance | path

Searched refs:res_tv (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dchannel.c2549 typval_T res_tv; in channel_exe_cmd() local
2564 if (func_call(arg, &argv[2], NULL, NULL, &res_tv) == OK) in channel_exe_cmd()
2565 tv = &res_tv; in channel_exe_cmd()
2592 if (tv == &res_tv) in channel_exe_cmd()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt14296 Solution: Don't free res_tv or err_tv. (Ozaki Kiichi)