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

/freebsd-11.0-release/lib/libedit/
H A Dterminal.c489 if (where == el->el_cursor.v)
500 if ((del = where - el->el_cursor.v) > 0) {
503 el->el_display[el->el_cursor.v][0] != '\0') {
508 el->el_display[el->el_cursor.v][h] ==
516 [el->el_cursor.v][el->el_cursor.h],
518 el->el_cursor.h));
530 el->el_cursor.h = 0;
543 el->el_cursor.v = where;/* now where is here */
556 if (where == el->el_cursor
[all...]
H A Del.h127 coord_t el_cursor; /* Cursor location */ member in struct:editline
H A Drefresh.c718 * el_cursor.v to this line i MUST be in this routine so that if we
719 * don't have to change the line, we don't move to it. el_cursor.h to
1060 while (w > 1 && el->el_cursor.h + w > el->el_terminal.t_size.h)
1064 el->el_display[el->el_cursor.v][el->el_cursor.h++] = c;
1066 el->el_display[el->el_cursor.v][el->el_cursor.h++]
1069 if (el->el_cursor.h >= el->el_terminal.t_size.h) {
1071 el->el_cursor.h = 0;
1079 if (el->el_cursor
[all...]
H A Dhistedit.h286 int el_cursor(EditLine *, int);
H A Dchared.c651 /* el_cursor():
655 el_cursor(EditLine *el, int n) function

Completed in 60 milliseconds