Lines Matching refs:tofree
4935 char_u **tofree, in echo_string_core() argument
4955 *tofree = NULL; in echo_string_core()
4965 *tofree = NULL; in echo_string_core()
4972 *tofree = string_quote(tv->vval.v_string, FALSE); in echo_string_core()
4973 r = *tofree; in echo_string_core()
4980 *tofree = NULL; in echo_string_core()
4985 *tofree = string_quote(tv->vval.v_string, TRUE); in echo_string_core()
4986 r = *tofree; in echo_string_core()
5031 *tofree = ga.ga_data; in echo_string_core()
5032 r = *tofree; in echo_string_core()
5037 r = blob2string(tv->vval.v_blob, tofree, numbuf); in echo_string_core()
5044 *tofree = NULL; in echo_string_core()
5050 *tofree = NULL; in echo_string_core()
5058 *tofree = list2string(tv, copyID, restore_copyID); in echo_string_core()
5061 r = *tofree; in echo_string_core()
5069 *tofree = NULL; in echo_string_core()
5075 *tofree = NULL; in echo_string_core()
5083 *tofree = dict2string(tv, copyID, restore_copyID); in echo_string_core()
5086 r = *tofree; in echo_string_core()
5094 *tofree = NULL; in echo_string_core()
5101 *tofree = NULL; in echo_string_core()
5106 *tofree = string_quote(r, FALSE); in echo_string_core()
5107 r = *tofree; in echo_string_core()
5113 *tofree = NULL; in echo_string_core()
5119 *tofree = NULL; in echo_string_core()
5127 *tofree = NULL; in echo_string_core()
5148 char_u **tofree, in echo_string() argument
5152 return echo_string_core(tv, tofree, numbuf, copyID, TRUE, FALSE, FALSE); in echo_string()
6018 char_u *tofree; in echo_one() local
6020 char_u *p = echo_string(rettv, &tofree, numbuf, get_copyID()); in echo_one()
6065 vim_free(tofree); in echo_one()