Searched refs:terminal_move_to_char (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dterminal.h85 protected void terminal_move_to_char(EditLine *, int);
H A Drefresh.c321 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);
H A Dterminal.c510 terminal_move_to_char(el, (int)h);
543 /* terminal_move_to_char():
547 terminal_move_to_char(EditLine *el, int where) function
558 "terminal_move_to_char: where is riduculous: %d\r\n",

Completed in 105 milliseconds