Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9type.c503 char *tofree1, *tofree2; in type_mismatch_where() local
505 char *typename2 = type_name(actual, &tofree2); in type_mismatch_where()
527 vim_free(tofree2); in type_mismatch_where()
H A Dos_unix.c4465 char_u *tofree2 = NULL; in mch_call_shell_terminal() local
4472 if (unix_build_argv(cmd, &argv, &tofree1, &tofree2) == FAIL) in mch_call_shell_terminal()
4514 vim_free(tofree2); in mch_call_shell_terminal()
4638 char_u *tofree2 = NULL; in mch_call_shell_fork() local
4656 if (unix_build_argv(cmd, &argv, &tofree1, &tofree2) == FAIL) in mch_call_shell_fork()
5449 vim_free(tofree2); in mch_call_shell_fork()
H A Dlist.c1830 char_u *tofree1 = NULL, *tofree2 = NULL; in item_compare() local
1878 p2 = tv2string(tv2, &tofree2, numbuf2, 0); in item_compare()
1904 vim_free(tofree2); in item_compare()
H A Duserfunc.c1300 char_u *tofree2 = NULL; in get_lambda_tv() local
1349 tofree2 = ret_type; in get_lambda_tv()
1512 vim_free(tofree2); in get_lambda_tv()
1534 vim_free(tofree2); in get_lambda_tv()
H A Dterminal.c899 char_u *tofree2 = NULL; in ex_terminal() local
902 if (unix_build_argv(cmd, &argv, &tofree1, &tofree2) == OK) in ex_terminal()
906 vim_free(tofree2); in ex_terminal()
H A Dgui_w32.c5015 LPWSTR cmd, newcmd = NULL, p, warg, tofree2 = NULL; in gui_mch_do_spawn() local
5093 tofree2 = warg; in gui_mch_do_spawn()
5121 vim_free(tofree2); in gui_mch_do_spawn()