OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lnp
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libcurses/
add_wch.c
96
__LINE *
lnp
= NULL;
local
111
lnp
= win->alines[y];
112
return _cursesi_addwchar(win, &
lnp
, &(win->cury), &(win->curx), wch, 1);
ins_wch.c
89
__LINE *
lnp
;
local
137
lnp
= win->alines[y];
147
lnp
->flags |= __ISDIRTY;
149
if (newx < *
lnp
->firstchp)
150
*
lnp
->firstchp = newx;
211
if (newx > *
lnp
->lastchp)
212
*
lnp
->lastchp = newx;
insstr.c
148
__LINE *
lnp
;
local
210
lnp
= win->alines[win->cury];
211
lnp
->flags |= __ISDIRTY;
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;
add_wchstr.c
143
__LINE *
lnp
;
local
167
lnp
= win->alines[y];
191
lnp
->flags |= __ISDIRTY;
193
if (newx < *
lnp
->firstchp)
194
*
lnp
->firstchp = newx;
294
lnp
->flags |= __ISDIRTY;
296
if (newx > *
lnp
->lastchp)
297
*
lnp
->lastchp = newx;
ins_wstr.c
134
__LINE *
lnp
;
local
285
lnp
= win->alines[y];
293
lnp
->flags |= __ISDIRTY;
295
if (newx < *
lnp
->firstchp)
296
*
lnp
->firstchp = newx;
369
lnp
= win->alines[y];
373
_cursesi_addwchar(win, &
lnp
, &y, &x, &cc, 0);
418
if (newx > *
lnp
->lastchp)
419
*
lnp
->lastchp = newx;
Completed in 23 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026