Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dwindow.h89 #define W_WindowIsPerm 0x02 /* This WINDOW is a permanent object. */ macro
H A Dwindow.c76 the_echo_area->flags = W_WindowIsPerm | W_InhibitMode | W_WindowVisible; in window_initialize_windows()
77 the_screen->flags = W_WindowIsPerm; in window_initialize_windows()
623 if ((!next && !prev) || (window->flags & W_WindowIsPerm)) in window_delete_window()
H A Dsession.c1553 else if (window->flags & W_WindowIsPerm)
1574 if (windows->next && ((window->flags & W_WindowIsPerm) == 0)) in info_delete_window_internal()
1608 if (win != window && ((win->flags & W_WindowIsPerm) == 0))