Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h718 EXTERN long p_stal; // 'showtabline' variable
H A Dsession.c708 if (p_stal == 1 && first_tabpage->tp_next != NULL) in makeopens()
H A Dgui.c3713 || p_stal == 0 in gui_has_tabline()
3714 || (p_stal == 1 && first_tabpage->tp_next == NULL)) in gui_has_tabline()
H A Doptiondefs.h2344 (char_u *)&p_stal, PV_NONE,
H A Dwindow.c6591 switch (p_stal) in tabline_height()
H A Doption.c3445 else if (pp == &p_stal) in set_num_option()