Searched refs:W_WindowIsPerm (Results 1 – 3 of 3) sorted by relevance
87 #define W_WindowIsPerm 0x02 /* This WINDOW is a permanent object. */ macro
74 the_echo_area->flags = W_WindowIsPerm | W_InhibitMode | W_WindowVisible; in window_initialize_windows()75 the_screen->flags = W_WindowIsPerm; in window_initialize_windows()621 if ((!next && !prev) || (window->flags & W_WindowIsPerm)) in window_delete_window()
1551 else if (window->flags & W_WindowIsPerm)1572 if (windows->next && ((window->flags & W_WindowIsPerm) == 0)) in info_delete_window_internal()1606 if (win != window && ((win->flags & W_WindowIsPerm) == 0))