Lines Matching refs:tofree
1799 fname_trans_sid(char_u *name, char_u *fname_buf, char_u **tofree, int *error) in fname_trans_sid() argument
1835 *tofree = fname; in fname_trans_sid()
2685 char_u *tofree; in call_user_func() local
2699 s = tv2string(&argvars[i], &tofree, numbuf2, 0); in call_user_func()
2709 vim_free(tofree); in call_user_func()
2783 char_u *tofree; in call_user_func() local
2790 s = tv2string(fc->rettv, &tofree, numbuf2, 0); in call_user_func()
2800 vim_free(tofree); in call_user_func()
3229 char_u *tofree = NULL; in call_func() local
3256 fname = fname_trans_sid(name, fname_buf, &tofree, &error); in call_func()
3432 vim_free(tofree); in call_func()
3468 char *tofree; in list_func_head() local
3471 msg_puts(type_name(fp->uf_arg_types[j], &tofree)); in list_func_head()
3472 vim_free(tofree); in list_func_head()
3495 char *tofree; in list_func_head() local
3498 msg_puts(type_name(fp->uf_va_type, &tofree)); in list_func_head()
3499 vim_free(tofree); in list_func_head()
3508 char *tofree; in list_func_head() local
3511 msg_puts(type_name(fp->uf_ret_type, &tofree)); in list_func_head()
3512 vim_free(tofree); in list_func_head()
4927 char_u *tofree; in ex_call() local
4952 tofree = trans_function_name(&arg, NULL, eap->skip, TFN_INT, in ex_call()
4960 if (tofree == NULL) in ex_call()
4971 len = (int)STRLEN(tofree); in ex_call()
4972 name = deref_func_name(tofree, &len, partial != NULL ? NULL : &partial, in ex_call()
5082 vim_free(tofree); in ex_call()
5188 char_u *tofree = NULL; in get_return_cmd() local
5192 s = echo_string((typval_T *)rettv, &tofree, numbuf, 0); in get_return_cmd()
5200 vim_free(tofree); in get_return_cmd()
5306 char_u *tofree = NULL; in make_partial() local
5319 fname = fname_trans_sid(fname, fname_buf, &tofree, &error); in make_partial()
5321 vim_free(tofree); in make_partial()
5729 char_u *tofree = NULL; in set_ref_in_func() local
5738 fname = fname_trans_sid(name, fname_buf, &tofree, &error); in set_ref_in_func()
5747 vim_free(tofree); in set_ref_in_func()