Home
last modified time | relevance | path

Searched refs:echo_string_core (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Deval.pro56 char_u *echo_string_core(typval_T *tv, char_u **tofree, char_u *numbuf, int copyID, int echo_style,…
/vim-8.2.3635/src/
H A Ddict.c783 s = echo_string_core(&HI2DI(hi)->di_tv, &tofree, numbuf, copyID, in dict2string()
H A Dtypval.c2055 return echo_string_core(tv, tofree, numbuf, copyID, FALSE, TRUE, FALSE); in tv2string()
H A Deval.c4933 echo_string_core( in echo_string_core() function
5152 return echo_string_core(tv, tofree, numbuf, copyID, TRUE, FALSE, FALSE); in echo_string()
H A Dlist.c1351 s = echo_string_core(&item->li_tv, &tofree, numbuf, copyID, in list_join_inner()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt11491 echo_string_core(). (Ken Takata)
44964 Solution: Return "[]" instead of NULL in echo_string_core().