Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c132 static char_u *oldtitle = NULL; variable
2037 vim_free(oldtitle); in get_x11_thing()
2043 oldtitle = vim_strsave((char_u *)text_prop.value); in get_x11_thing()
2059 oldtitle = vim_strsave((char_u *) cl[0]); in get_x11_thing()
2067 oldtitle = vim_strsave((char_u *)text_prop.value); in get_x11_thing()
2240 VIM_CLEAR(oldtitle); in mch_settitle()
2242 if (oldtitle == NULL in mch_settitle()
2308 (oldtitle ? oldtitle : p_titleold) : NULL, in mch_restore_title()
3353 vim_free(oldtitle); in mch_free_mem()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt27717 Solution: Do not free "oldtitle" in a signal handler but set a flag to have