Lines Matching refs:tofree
139 char_u *tofree; in fill_assert_error() local
150 ga_concat(gap, echo_string(opt_msg_tv, &tofree, numbuf, 0)); in fill_assert_error()
151 vim_free(tofree); in fill_assert_error()
219 ga_concat_shorten_esc(gap, tv2string(exp_tv, &tofree, numbuf, 0)); in fill_assert_error()
220 vim_free(tofree); in fill_assert_error()
236 ga_concat_shorten_esc(gap, tv2string(got_tv, &tofree, numbuf, 0)); in fill_assert_error()
237 vim_free(tofree); in fill_assert_error()
336 char_u *tofree; in assert_append_cmd_or_arg() local
341 ga_concat(gap, echo_string(&argvars[2], &tofree, numbuf, 0)); in assert_append_cmd_or_arg()
342 vim_free(tofree); in assert_append_cmd_or_arg()
503 char_u *tofree; in assert_equalfile() local
505 ga_concat(&ga, echo_string(&argvars[2], &tofree, numbuf, 0)); in assert_equalfile()
506 vim_free(tofree); in assert_equalfile()
770 char_u *tofree; in assert_inrange() local
788 ga_concat(&ga, tv2string(&argvars[3], &tofree, numbuf, 0)); in assert_inrange()
789 vim_free(tofree); in assert_inrange()
816 ga_concat(&ga, tv2string(&argvars[3], &tofree, numbuf, 0)); in assert_inrange()
817 vim_free(tofree); in assert_inrange()