Searched refs:saved_layout_root (Results 1 – 3 of 3) sorted by relevance
348 if (w->saved_layout_root != NULL) in window_destroy()349 layout_free_cell(w->saved_layout_root); in window_destroy()682 w->saved_layout_root = w->layout_root; in window_zoom()700 w->layout_root = w->saved_layout_root; in window_unzoom()701 w->saved_layout_root = NULL; in window_unzoom()
776 if (w->saved_layout_root != NULL) in format_cb_window_layout()777 return (layout_dump(w->saved_layout_root)); in format_cb_window_layout()
1207 struct layout_cell *saved_layout_root; member