Lines Matching refs:EditLine
54 static void re_nextline(EditLine *);
55 static void re_addc(EditLine *, wint_t);
56 static void re_update_line(EditLine *, wchar_t *, wchar_t *, int);
57 static void re_insert (EditLine *, wchar_t *, int, int, wchar_t *, int);
58 static void re_delete(EditLine *, wchar_t *, int, int, int);
59 static void re_fastputc(EditLine *, wint_t);
60 static void re_clear_eol(EditLine *, int, int, int);
65 static void re_printstr(EditLine *, const char *, wchar_t *, wchar_t *);
79 re_printstr(EditLine *el, const char *str, wchar_t *f, wchar_t *t) in re_printstr()
96 re_nextline(EditLine *el) in re_nextline()
128 re_addc(EditLine *el, wint_t c) in re_addc()
163 re_putliteral(EditLine *el, const wchar_t *begin, const wchar_t *end) in re_putliteral()
193 re_putc(EditLine *el, wint_t c, int shift) in re_putc()
231 re_refresh(EditLine *el) in re_refresh()
382 re_goto_bottom(EditLine *el) in re_goto_bottom()
398 re_insert(EditLine *el __attribute__((__unused__)), in re_insert()
449 re_delete(EditLine *el __attribute__((__unused__)), in re_delete()
497 re_clear_eol(EditLine *el, int fx, int sx, int diff) in re_clear_eol()
541 re_update_line(EditLine *el, wchar_t *old, wchar_t *new, int i) in re_update_line()
1032 re_refresh_cursor(EditLine *el) in re_refresh_cursor()
1095 re_fastputc(EditLine *el, wint_t c) in re_fastputc()
1153 re_fastaddc(EditLine *el) in re_fastaddc()
1199 re_clear_display(EditLine *el) in re_clear_display()
1215 re_clear_lines(EditLine *el) in re_clear_lines()