OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch_off
(Results
1 - 12
of
12
) sorted by relevancy
/src/lib/libcurses/
chgat.c
83
if (x + win->
ch_off
< *lp->firstchp)
84
*lp->firstchp = x + win->
ch_off
;
86
if (x + win->
ch_off
+ count > *lp->lastchp)
87
*lp->lastchp = x + win->
ch_off
+ count;
id_subwins.c
58
&orig->alines[oy + y]->line[win->
ch_off
];
touchwin.c
188
if (*wlp->firstchp >= win->
ch_off
&&
189
*wlp->firstchp < win->maxx + win->
ch_off
)
190
*wlp->firstchp = win->maxx + win->
ch_off
;
191
if (*wlp->lastchp >= win->
ch_off
&&
192
*wlp->lastchp < win->maxx + win->
ch_off
)
193
*wlp->lastchp = win->
ch_off
;
240
sx += win->
ch_off
;
241
ex += win->
ch_off
;
insstr.c
212
if (win->
ch_off
< *lnp->firstchp)
213
*lnp->firstchp = win->
ch_off
;
214
if (win->
ch_off
+ win->maxx - 1 > *lnp->lastchp)
215
*lnp->lastchp = win->
ch_off
+ win->maxx - 1;
addbytes.c
294
newx = *x + win->
ch_off
;
307
*(*lp)->firstchp - win->
ch_off
,
308
*(*lp)->lastchp - win->
ch_off
);
431
newx = *x + win->
ch_off
;
474
newx = sx + win->
ch_off
;
494
newx = *x + win->
ch_off
;
506
newx = win->maxx - 1 + win->
ch_off
;
523
newx = *x + win->
ch_off
;
600
newx = win->maxx - 1 + win->
ch_off
;
610
*(*lnp)->lastchp = win->
ch_off
+ win->maxx - 1
[
all
...]
newwin.c
157
win->
ch_off
= 0;
162
__CTRACE(__CTRACE_WINDOW, "newwin: win->
ch_off
= %d\n", win->
ch_off
);
238
win->
ch_off
= win->begx - orig->begx;
246
lp->line = &olp->line[win->
ch_off
];
252
__CTRACE(__CTRACE_WINDOW, "__set_subwin: win->
ch_off
= %d\n",
253
win->
ch_off
);
refresh.c
257
_wintype, dwin->maxx, dwin->
ch_off
, wlp);
269
if ((*wlp->firstchp < maxx + swin->
ch_off
&&
270
*wlp->lastchp >= swin->
ch_off
) ||
272
(*dwlp->firstchp < dwin->maxx + dwin->
ch_off
&&
273
*dwlp->lastchp >= dwin->
ch_off
))))
286
if (*wlp->firstchp - swin->
ch_off
> 0) {
287
wx += *wlp->firstchp - swin->
ch_off
;
288
x_off += *wlp->firstchp - swin->
ch_off
;
291
if (mx > *wlp->lastchp - swin->
ch_off
+ 1)
292
mx = *dwlp->lastchp - dwin->
ch_off
+ 1
[
all
...]
add_wchstr.c
192
newx = sx + win->
ch_off
;
295
newx = ex + win->
ch_off
;
ins_wch.c
148
newx = sx + win->
ch_off
;
210
newx = win->maxx - 1 + win->
ch_off
;
ins_wstr.c
294
newx = sx + win->
ch_off
;
417
newx = win->maxx - 1 + win->
ch_off
;
resize.c
322
win->
ch_off
= win->begx - win->orig->begx;
327
lp->line = &olp->line[win->
ch_off
];
curses_private.h
106
int
ch_off
; /* x offset for firstch/lastch. */
member in struct:__window
Completed in 16 milliseconds
Indexes created Thu Nov 06 02:09:54 GMT 2025