Searched refs:to_free (Results 1 – 3 of 3) sorted by relevance
300 char_u *to_free = NULL; in clip_mch_request_selection() local385 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()
101 char_u *to_free = NULL; in get_ctime() local104 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()
1296 char_u *to_free; in nb_do_cmd() local1312 args = to_free = (char_u *)nb_unquote(args, NULL); in nb_do_cmd()1462 vim_free(to_free); in nb_do_cmd()