Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c3783 static char_u *lasttitle = NULL; variable
3809 if (!p_title && !p_icon && lasttitle == NULL && lasticon == NULL) in maketitle()
3948 mustset = value_changed(title_str, &lasttitle); in maketitle()
4018 last == &lasttitle ? SAVE_RESTORE_TITLE : SAVE_RESTORE_ICON); in value_changed()
4035 mch_settitle(lasttitle, lasticon); in resettitle()
4042 vim_free(lasttitle); in free_titles()