Home
last modified time | relevance | path

Searched refs:oldicon (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unix.c135 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()
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()
[all …]