Lines Matching refs:oldicon
135 static char_u *oldicon = NULL; variable
1970 if (oldicon == NULL && !test_only) in get_x11_icon()
1973 oldicon = vim_strsave(T_NAME + 8); in get_x11_icon()
1975 oldicon = vim_strsave(T_NAME); in get_x11_icon()
2039 vim_free(oldicon); in get_x11_thing()
2045 oldicon = vim_strsave((char_u *)text_prop.value); in get_x11_thing()
2061 oldicon = vim_strsave((char_u *) cl[0]); 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()
2268 if (oldicon == NULL in mch_settitle()
2309 ((which & SAVE_RESTORE_ICON) && did_set_icon) ? oldicon : NULL); in mch_restore_title()
3354 vim_free(oldicon); in mch_free_mem()