Searched refs:w_vsep_width (Results 1 – 6 of 6) sorted by relevance
1209 wp->w_vsep_width = 1; in win_split_ins()1212 wp->w_vsep_width = oldwin->w_vsep_width; in win_split_ins()1243 wp->w_vsep_width = 0; in win_split_ins()1249 wp->w_vsep_width = oldwin->w_vsep_width; in win_split_ins()1688 curwin->w_vsep_width = wp->w_vsep_width; in win_exchange()1772 n = wp2->w_vsep_width; in win_rotate()1773 wp2->w_vsep_width = wp1->w_vsep_width; in win_rotate()1774 wp1->w_vsep_width = n; in win_rotate()1859 win1->w_vsep_width = 1; in win_move_after()1872 win2->w_vsep_width = 1; in win_move_after()[all …]
3494 int w_vsep_width; // Number of separator columns (0 or 1). member
545 if (wp->w_vsep_width != 0 && wp->w_status_height != 0 && redrawing()) in win_redr_status()
853 if (wp->w_vsep_width) in draw_vsep_win()
5037 else if (!(State & CMDLINE) && wp->w_vsep_width > 0 && col == wp->w_width in xy2win()
2132 wp->w_vsep_width = 0; in popup_create()