OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_vdisplay
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libedit/
refresh.c
108
wint_t *firstline = el->
el_vdisplay
[0];
111
el->
el_vdisplay
[i - 1] = el->
el_vdisplay
[i];
114
el->
el_vdisplay
[i - 1] = firstline;
173
el->
el_vdisplay
[cur->v][cur->h] = c;
179
el->
el_vdisplay
[cur->v][cur->h + i] = MB_FILL_CHAR;
184
el->
el_vdisplay
[cur->v][sizeh] = '\0';
206
el->
el_vdisplay
[cur->v][cur->h] = c;
210
el->
el_vdisplay
[cur->v][cur->h + i] = MB_FILL_CHAR;
218
el->
el_vdisplay
[cur->v][sizeh] = '\0'
[
all
...]
el.h
123
wint_t **
el_vdisplay
; /* Virtual screen image = what we see */
member in struct:editline
terminal.c
465
el->
el_vdisplay
= terminal_alloc_buffer(el);
466
if (el->
el_vdisplay
== NULL)
482
terminal_free_buffer(&el->
el_vdisplay
);
Completed in 13 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025