Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtesting.c150 ga_concat(gap, echo_string(opt_msg_tv, &tofree, numbuf, 0)); in fill_assert_error()
341 ga_concat(gap, echo_string(&argvars[2], &tofree, numbuf, 0)); in assert_append_cmd_or_arg()
505 ga_concat(&ga, echo_string(&argvars[2], &tofree, numbuf, 0)); in assert_equalfile()
H A Devalvars.c1266 s = echo_string(&tv, &tf, numbuf, 0); in list_arg_vars()
3131 s = echo_string(&v->di_tv, &tofree, numbuf, get_copyID()); in list_one_var()
H A Dstrings.c1737 s = (char *)echo_string(&tvs[idx], tofree, numbuf, get_copyID()); in tv_str()
H A Deval.c5146 echo_string( in echo_string() function
6020 char_u *p = echo_string(rettv, &tofree, numbuf, get_copyID()); in echo_one()
H A Dviminfo.c1394 p = echo_string(&this_var->di_tv, &tofree, numbuf, 0); in write_viminfo_varlist()
H A Duserfunc.c5192 s = echo_string((typval_T *)rettv, &tofree, numbuf, 0); in get_return_cmd()
H A Devalfunc.c6980 expr = str = echo_string(&li->li_tv, &tofree, strbuf, 0); in find_some_match()
/vim-8.2.3635/src/proto/
H A Deval.pro57 char_u *echo_string(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