Lines Matching refs:vim_strsave
1739 xterm_display = (char *)vim_strsave(eap->arg); in ex_xrestore()
1973 oldicon = vim_strsave(T_NAME + 8); in get_x11_icon()
1975 oldicon = vim_strsave(T_NAME); in get_x11_icon()
2043 oldtitle = vim_strsave((char_u *)text_prop.value); in get_x11_thing()
2045 oldicon = vim_strsave((char_u *)text_prop.value); in get_x11_thing()
2059 oldtitle = vim_strsave((char_u *) cl[0]); in get_x11_thing()
2061 oldicon = vim_strsave((char_u *) cl[0]); in get_x11_thing()
2067 oldtitle = vim_strsave((char_u *)text_prop.value); in get_x11_thing()
2069 oldicon = vim_strsave((char_u *)text_prop.value); in get_x11_thing()
2176 oldicon = vim_strsave(T_NAME + 8); in get_x11_icon()
2178 oldicon = vim_strsave(T_NAME); in get_x11_icon()
3215 *path = vim_strsave(name); in mch_can_exe()
3254 *path = vim_strsave(buf); in mch_can_exe()
4369 *name1 = vim_strsave((char_u *)tty_name); in open_pty()
4371 *name2 = vim_strsave((char_u *)tty_name); in open_pty()
4414 *sh_tofree = vim_strsave(p_sh); in unix_build_argv()
5821 return vim_strsave((char_u *)"kill"); in get_signal_name()
5828 return vim_strsave(numbuf); in get_signal_name()
7059 s = vim_strsave(pat[i]); in save_patterns()
7538 *string_result = vim_strsave(retval_str); in mch_libcall()