OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__LEAVEOK
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libcurses/
leaveok.c
51
win->flags |=
__LEAVEOK
;
53
win->flags &= ~
__LEAVEOK
;
67
return win->flags &
__LEAVEOK
? true : false;
curses_private.h
118
#define
__LEAVEOK
0x00000100 /* If cursor left */
newwin.c
394
win->flags &= ~(__ENDLINE | __FULLWIN | __SCROLLWIN |
__LEAVEOK
);
refresh.c
226
screen->__virtscr->flags &= ~
__LEAVEOK
;
497
if (!(win->flags &
__LEAVEOK
)) {
535
if (!(pad->flags &
__LEAVEOK
)) {
770
if (win->flags &
__LEAVEOK
) {
Completed in 16 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025