Lines Matching defs:el

233 terminal_setflags(EditLine *el)  in terminal_setflags()
278 terminal_init(EditLine *el) in terminal_init()
314 terminal_end(EditLine *el) in terminal_end()
336 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) in terminal_alloc()
402 terminal_rebuffer_display(EditLine *el) in terminal_rebuffer_display()
417 terminal_alloc_buffer(EditLine *el) in terminal_alloc_buffer()
460 terminal_alloc_display(EditLine *el) in terminal_alloc_display()
479 terminal_free_display(EditLine *el) in terminal_free_display()
491 terminal_move_to_line(EditLine *el, int where) in terminal_move_to_line()
531 terminal_move_to_char(EditLine *el, int where) in terminal_move_to_char()
627 terminal_overwrite(EditLine *el, const wchar_t *cp, size_t n) in terminal_overwrite()
676 terminal_deletechars(EditLine *el, int num) in terminal_deletechars()
718 terminal_insertwrite(EditLine *el, wchar_t *cp, int num) in terminal_insertwrite()
777 terminal_clear_EOL(EditLine *el, int num) in terminal_clear_EOL()
795 terminal_clear_screen(EditLine *el) in terminal_clear_screen()
816 terminal_beep(EditLine *el) in terminal_beep()
827 terminal_get(EditLine *el, const char **term) in terminal_get()
837 terminal_set(EditLine *el, const char *term) in terminal_set()
926 terminal_get_size(EditLine *el, int *lins, int *cols) in terminal_get_size()
962 terminal_change_size(EditLine *el, int lins, int cols) in terminal_change_size()
984 terminal_init_arrow(EditLine *el) in terminal_init_arrow()
1029 terminal_reset_arrow(EditLine *el) in terminal_reset_arrow()
1079 terminal_set_arrow(EditLine *el, const wchar_t *name, keymacro_value_t *fun, in terminal_set_arrow()
1099 terminal_clear_arrow(EditLine *el, const wchar_t *name) in terminal_clear_arrow()
1117 terminal_print_arrow(EditLine *el, const wchar_t *name) in terminal_print_arrow()
1134 terminal_bind_arrow(EditLine *el) in terminal_bind_arrow()
1207 terminal_tputs(EditLine *el, const char *cap, int affcnt) in terminal_tputs()
1223 terminal__putc(EditLine *el, wint_t c) in terminal__putc()
1242 terminal__flush(EditLine *el) in terminal__flush()
1252 terminal_writec(EditLine *el, wint_t c) in terminal_writec()
1269 terminal_telltc(EditLine *el, int argc __attribute__((__unused__)), in terminal_telltc()
1311 terminal_settc(EditLine *el, int argc __attribute__((__unused__)), in terminal_settc()
1398 terminal_gettc(EditLine *el, int argc __attribute__((__unused__)), char **argv) in terminal_gettc()
1452 terminal_echotc(EditLine *el, int argc __attribute__((__unused__)), in terminal_echotc()