OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 15 00:25:07 UTC 2026