OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ISFORCED
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libcurses/
touchwin.c
194
wlp->flags &= ~(__ISDIRTY |
__ISFORCED
);
244
win->alines[y]->flags |=
__ISFORCED
;
refresh.c
200
if (sub_win->alines[sy]->flags &
__ISFORCED
) {
202
|=
__ISFORCED
;
204
&= ~
__ISFORCED
;
259
if (((wlp->flags & (__ISDIRTY |
__ISFORCED
)) == 0) &&
260
((dwlp->flags & (__ISDIRTY |
__ISFORCED
)) == 0))
394
if (wlp->flags &
__ISFORCED
)
395
vlp->flags |=
__ISFORCED
;
445
((wlp->flags &
__ISFORCED
) ==
__ISFORCED
))
458
wlp->flags &= ~(__ISDIRTY |
__ISFORCED
);
[
all
...]
curses_private.h
92
#define
__ISFORCED
0x04 /* Force update, no optimisation */
color.c
253
win->alines[y]->flags |=
__ISFORCED
;
Completed in 13 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025