Home
last modified time | relevance | path

Searched refs:to_free (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dwinclip.c300 char_u *to_free = NULL; in clip_mch_request_selection() local
385 to_free = str = utf16_to_enc((short_u *)hMemWstr, &str_size); in clip_mch_request_selection()
415 acp_to_enc(str, str_size, &to_free, &maxlen); in clip_mch_request_selection()
416 if (to_free != NULL) in clip_mch_request_selection()
419 str = to_free; in clip_mch_request_selection()
448 vim_free(to_free); in clip_mch_request_selection()
H A Dtime.c101 char_u *to_free = NULL; in get_ctime() local
104 acp_to_enc((char_u *)buf, (int)strlen(buf), &to_free, &len); in get_ctime()
105 if (to_free != NULL) in get_ctime()
107 STRCPY(buf, to_free); in get_ctime()
108 vim_free(to_free); in get_ctime()
H A Dnetbeans.c1296 char_u *to_free; in nb_do_cmd() local
1312 args = to_free = (char_u *)nb_unquote(args, NULL); in nb_do_cmd()
1462 vim_free(to_free); in nb_do_cmd()