| window.c | 59 struct window_pane_tree all_window_panes; variable in typeref:struct:window_pane_tree 924 return (RB_FIND(window_pane_tree, &all_window_panes, &wp)); 939 RB_INSERT(window_pane_tree, &all_window_panes, wp); 1009 RB_REMOVE(window_pane_tree, &all_window_panes, wp);
|