Home
last modified time | relevance | path

Searched refs:tv2string (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dtesting.c219 ga_concat_shorten_esc(gap, tv2string(exp_tv, &tofree, numbuf, 0)); in fill_assert_error()
236 ga_concat_shorten_esc(gap, tv2string(got_tv, &tofree, numbuf, 0)); in fill_assert_error()
788 ga_concat(&ga, tv2string(&argvars[3], &tofree, numbuf, 0)); in assert_inrange()
816 ga_concat(&ga, tv2string(&argvars[3], &tofree, numbuf, 0)); in assert_inrange()
H A Dtypval.c1438 ret = tv2string(arg, &tofree, numbuf, 0); in typval_tostring()
2049 tv2string( in tv2string() function
H A Dlist.c1869 p1 = tv2string(tv1, &tofree1, numbuf1, 0); in item_compare()
1878 p2 = tv2string(tv2, &tofree2, numbuf2, 0); in item_compare()
H A Dstrings.c1106 rettv->vval.v_string = tv2string(&argvars[0], &tofree, numbuf, in f_string()
H A Deval.c5014 tv2string(&pt->pt_argv[i], &tf, numbuf, copyID)); in echo_string_core()
5026 ga_concat(&ga, tv2string(&dtv, &tf, numbuf, copyID)); in echo_string_core()
H A Duserfunc.c2699 s = tv2string(&argvars[i], &tofree, numbuf2, 0); in call_user_func()
2790 s = tv2string(fc->rettv, &tofree, numbuf2, 0); in call_user_func()
H A Dif_py_both.h3284 ga_concat(&repr_ga, tv2string(&self->argv[i], &tofree, numbuf, in FunctionRepr()
3297 ga_concat(&repr_ga, tv2string(&tv, &tofree, numbuf, get_copyID())); in FunctionRepr()
/vim-8.2.3635/src/proto/
H A Dtypval.pro63 char_u *tv2string(typval_T *tv, char_u **tofree, char_u *numbuf, int copyID);
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt11490 Solution: Refactor echo_string and tv2string(), moving the common part to