HomeSort by relevance Sort by last modified time
    Searched refs:el_cursor (Results 1 - 6 of 6) sorted by null

  /external/libedit/src/
terminal.c 487 if (where == el->el_cursor.v)
498 if ((del = where - el->el_cursor.v) > 0) {
501 el->el_display[el->el_cursor.v][0] != '\0') {
506 el->el_display[el->el_cursor.v][h] ==
514 [el->el_cursor.v][el->el_cursor.h],
516 el->el_cursor.h));
528 el->el_cursor.h = 0;
541 el->el_cursor.v = where;/* now where is here */
554 if (where == el->el_cursor.h
    [all...]
el.h 126 coord_t el_cursor; /* Cursor location */ member in struct:editline
refresh.c 716 * el_cursor.v to this line i MUST be in this routine so that if we
717 * don't have to change the line, we don't move to it. el_cursor.h to
1058 while (w > 1 && el->el_cursor.h + w > el->el_terminal.t_size.h)
1062 el->el_display[el->el_cursor.v][el->el_cursor.h++] = c;
1064 el->el_display[el->el_cursor.v][el->el_cursor.h++]
1067 if (el->el_cursor.h >= el->el_terminal.t_size.h) {
1069 el->el_cursor.h = 0;
1077 if (el->el_cursor.v + 1 >= el->el_terminal.t_size.v)
    [all...]
histedit.h 282 int el_cursor(EditLine *, int);
chared.c 647 /* el_cursor():
651 el_cursor(EditLine *el, int n) function
  /prebuilts/libs/libedit/include/
histedit.h 282 int el_cursor(EditLine *, int);

Completed in 63 milliseconds