Searched refs:el_cursor (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dterminal.c505 if (where == el->el_cursor.v)
515 if ((del = where - el->el_cursor.v) > 0) {
518 el->el_display[el->el_cursor.v][0] != '\0') {
523 el->el_display[el->el_cursor.v][h] ==
531 [el->el_cursor.v][el->el_cursor.h],
533 el->el_cursor.h));
545 el->el_cursor.h = 0;
558 el->el_cursor.v = where;/* now where is here */
571 if (where == el->el_cursor
[all...]
H A Del.h118 coord_t el_cursor; /* Cursor location */ member in struct:editline
H A Drefresh.c720 * el_cursor.v to this line i MUST be in this routine so that if we
721 * don't have to change the line, we don't move to it. el_cursor.h to
1062 while (w > 1 && el->el_cursor.h + w > el->el_terminal.t_size.h)
1066 el->el_display[el->el_cursor.v][el->el_cursor.h++] = (Char)c;
1068 el->el_display[el->el_cursor.v][el->el_cursor.h++]
1071 if (el->el_cursor.h >= el->el_terminal.t_size.h) {
1073 el->el_cursor.h = 0;
1081 if (el->el_cursor
[all...]
H A Dhistedit.h275 int el_cursor(EditLine *, int);
H A Dchared.c655 /* el_cursor():
659 el_cursor(EditLine *el, int n) function

Completed in 200 milliseconds