OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ISDIRTY
(Results
1 - 13
of
13
) sorted by relevancy
/src/lib/libcurses/
touchwin.c
76
win, line, (win->alines[line]->flags &
__ISDIRTY
));
77
return (win->alines[line]->flags &
__ISDIRTY
) != 0;
194
wlp->flags &= ~(
__ISDIRTY
| __ISFORCED);
242
win->alines[y]->flags |=
__ISDIRTY
;
chgat.c
89
lp->flags |=
__ISDIRTY
;
mvwin.c
82
plp->flags =
__ISDIRTY
;
add_wchstr.c
191
lnp->flags |=
__ISDIRTY
;
294
lnp->flags |=
__ISDIRTY
;
addbytes.c
295
(*lp)->flags |=
__ISDIRTY
;
430
(*lnp)->flags |=
__ISDIRTY
;
473
(*lnp)->flags |=
__ISDIRTY
;
493
(*lnp)->flags |=
__ISDIRTY
;
522
(*lnp)->flags |=
__ISDIRTY
;
refresh.c
194
if (sub_win->alines[sy]->flags &
__ISDIRTY
) {
196
|=
__ISDIRTY
;
198
&= ~
__ISDIRTY
;
259
if (((wlp->flags & (
__ISDIRTY
| __ISFORCED)) == 0) &&
260
((dwlp->flags & (
__ISDIRTY
| __ISFORCED)) == 0))
392
if (wlp->flags &
__ISDIRTY
)
393
vlp->flags |=
__ISDIRTY
;
424
vlp->flags |=
__ISDIRTY
;
432
vlp->flags |=
__ISDIRTY
;
458
wlp->flags &= ~(
__ISDIRTY
| __ISFORCED)
[
all
...]
insstr.c
211
lnp->flags |=
__ISDIRTY
;
color.c
687
if (!(lp->flags &
__ISDIRTY
))
688
lp->flags |=
__ISDIRTY
;
701
if ((win->alines[y]->flags &
__ISDIRTY
))
resize.c
318
lp->flags =
__ISDIRTY
;
333
lp->flags =
__ISDIRTY
;
ins_wch.c
147
lnp->flags |=
__ISDIRTY
;
curses_private.h
90
#define
__ISDIRTY
0x01 /* Line is dirty. */
ins_wstr.c
293
lnp->flags |=
__ISDIRTY
;
newwin.c
167
lp->flags =
__ISDIRTY
;
Completed in 47 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025