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

  /external/libedit/src/
terminal.h 95 protected void terminal_move_to_char(EditLine *, int);
refresh.c 321 terminal_move_to_char(el, 0);
336 terminal_move_to_char(el, cur.h);
772 terminal_move_to_char(el, (int)(nfd - new));
811 terminal_move_to_char(el, (int)(ofd - old));
862 terminal_move_to_char(el, (int)((ose - old) + fx));
895 terminal_move_to_char(el, (int)(nfd - new));
937 terminal_move_to_char(el, (int)(nse - new));
1046 terminal_move_to_char(el, h);
1174 terminal_move_to_char(el, 0);
terminal.c 512 terminal_move_to_char(el, (int)h);
545 /* terminal_move_to_char():
549 terminal_move_to_char(EditLine *el, int where) function
560 "terminal_move_to_char: where is riduculous: %d\r\n",
    [all...]

Completed in 647 milliseconds