Lines Matching refs:vim_strsave
387 char_u *copy_p = vim_strsave(p); in init_highlight()
846 HL_TABLE()[idx].sg_font_name = vim_strsave(arg); in highlight_set_font()
874 HL_TABLE()[idx].sg_font_name = vim_strsave(arg); in highlight_set_font()
886 HL_TABLE()[idx].sg_font_name = vim_strsave(arg); in highlight_set_font()
1137 *namep = vim_strsave(arg); in highlight_set_guifg()
1206 *namep = vim_strsave(arg); in highlight_set_guibg()
1268 *namep = vim_strsave(arg); in highlight_set_guisp()
1350 p = vim_strsave(buf); in highlight_set_startstop_termcode()
2025 HL_TABLE()[id - 1].sg_font_name = vim_strsave(font_name); in hl_set_font_name()
2567 taep->ae_u.term.start = vim_strsave(aep->ae_u.term.start); in get_attr_entry()
2571 taep->ae_u.term.stop = vim_strsave(aep->ae_u.term.stop); in get_attr_entry()