Searched refs:tv2string (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | testing.c | 219 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 D | typval.c | 1438 ret = tv2string(arg, &tofree, numbuf, 0); in typval_tostring() 2049 tv2string( in tv2string() function
|
| H A D | list.c | 1869 p1 = tv2string(tv1, &tofree1, numbuf1, 0); in item_compare() 1878 p2 = tv2string(tv2, &tofree2, numbuf2, 0); in item_compare()
|
| H A D | strings.c | 1106 rettv->vval.v_string = tv2string(&argvars[0], &tofree, numbuf, in f_string()
|
| H A D | eval.c | 5014 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 D | userfunc.c | 2699 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 D | if_py_both.h | 3284 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 D | typval.pro | 63 char_u *tv2string(typval_T *tv, char_u **tofree, char_u *numbuf, int copyID);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 11490 Solution: Refactor echo_string and tv2string(), moving the common part to
|