Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c3794 char_u *icon_str = NULL; in maketitle() local
3952 icon_str = buf; in maketitle()
3964 build_stl_str_hl(curwin, icon_str, sizeof(buf), in maketitle()
3973 icon_str = p_iconstring; in maketitle()
3981 *icon_str = NUL; in maketitle()
3991 STRCPY(icon_str, p); in maketitle()
3992 trans_characters(icon_str, IOSIZE); in maketitle()
3996 mustset |= value_changed(icon_str, &lasticon); in maketitle()