HomeSort by: relevance | last modified time | path
    Searched refs:W_WindowIsPerm (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
window.h 89 #define W_WindowIsPerm 0x02 /* This WINDOW is a permanent object. */
window.c 76 the_echo_area->flags = W_WindowIsPerm | W_InhibitMode | W_WindowVisible;
77 the_screen->flags = W_WindowIsPerm;
624 if ((!next && !prev) || (window->flags & W_WindowIsPerm))
session.c 1555 else if (window->flags & W_WindowIsPerm)
1576 if (windows->next && ((window->flags & W_WindowIsPerm) == 0))
1610 if (win != window && ((win->flags & W_WindowIsPerm) == 0))

Completed in 39 milliseconds