Home
last modified time | relevance | path

Searched refs:W_WindowIsPerm (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/texinfo/info/
Dwindow.h87 #define W_WindowIsPerm 0x02 /* This WINDOW is a permanent object. */ macro
Dwindow.c74 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()
Dsession.c1551 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))