OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_display
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libedit/
el.h
122
wint_t **
el_display
; /* Real screen image = what is there */
member in struct:editline
refresh.c
336
/* NOTE THAT re_update_line MAY CHANGE
el_display
[i] */
337
re_update_line(el, (wchar_t *)el->
el_display
[i],
347
re__copy_and_pad((wchar_t *)el->
el_display
[i],
361
(int) wcslen((const wchar_t *)el->
el_display
[i]));
365
el->
el_display
[i][0] = '\0';
1105
el->
el_display
[el->el_cursor.v][el->el_cursor.h++] = c;
1107
el->
el_display
[el->el_cursor.v][el->el_cursor.h++]
1123
lastline = el->
el_display
[0];
1125
el->
el_display
[i - 1] = el->
el_display
[i]
[
all
...]
terminal.c
462
el->
el_display
= terminal_alloc_buffer(el);
463
if (el->
el_display
== NULL)
481
terminal_free_buffer(&el->
el_display
);
566
&& (el->
el_display
[
590
(wchar_t *)&el->
el_display
[
655
if ((c = el->
el_display
[el->el_cursor.v]
658
while (el->
el_display
[el->el_cursor.v]
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025