Searched refs:echo_string_core (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | eval.pro | 56 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 D | dict.c | 783 s = echo_string_core(&HI2DI(hi)->di_tv, &tofree, numbuf, copyID, in dict2string()
|
| H A D | typval.c | 2055 return echo_string_core(tv, tofree, numbuf, copyID, FALSE, TRUE, FALSE); in tv2string()
|
| H A D | eval.c | 4933 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 D | list.c | 1351 s = echo_string_core(&item->li_tv, &tofree, numbuf, copyID, in list_join_inner()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 11491 echo_string_core(). (Ken Takata) 44964 Solution: Return "[]" instead of NULL in echo_string_core().
|