Lines Matching refs:tofree
471 char_u *tofree = sname; in get_emsg_source() local
485 vim_free(tofree); in get_emsg_source()
2427 char_u *tofree = NULL; in inc_msg_scrolled() local
2437 tofree = alloc(len); in inc_msg_scrolled()
2438 if (tofree != NULL) in inc_msg_scrolled()
2440 vim_snprintf((char *)tofree, len, _("%s line %ld"), in inc_msg_scrolled()
2442 p = tofree; in inc_msg_scrolled()
2446 vim_free(tofree); in inc_msg_scrolled()
2770 char_u *tofree = NULL; in msg_puts_printf() local
2774 tofree = vim_strnsave(p, (size_t)maxlen); in msg_puts_printf()
2775 p = tofree; in msg_puts_printf()
2783 vim_free(tofree); in msg_puts_printf()