Lines Matching +defs:a +defs:el

87 #define	GoodStr(a)	(el->el_terminal.t_str[a] != NULL && \  argument
89 #define Str(a) el->el_terminal.t_str[a] argument
90 #define Val(a) el->el_terminal.t_val[a] argument
224 terminal_setflags(EditLine *el) in terminal_setflags()
269 terminal_init(EditLine *el) in terminal_init()
316 terminal_end(EditLine *el) in terminal_end()
338 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) in terminal_alloc()
404 terminal_rebuffer_display(EditLine *el) in terminal_rebuffer_display()
419 terminal_alloc_buffer(EditLine *el) in terminal_alloc_buffer()
462 terminal_alloc_display(EditLine *el) in terminal_alloc_display()
481 terminal_free_display(EditLine *el) in terminal_free_display()
493 terminal_move_to_line(EditLine *el, int where) in terminal_move_to_line()
533 terminal_move_to_char(EditLine *el, int where) in terminal_move_to_char()
629 terminal_overwrite(EditLine *el, const wchar_t *cp, size_t n) in terminal_overwrite()
678 terminal_deletechars(EditLine *el, int num) in terminal_deletechars()
720 terminal_insertwrite(EditLine *el, wchar_t *cp, int num) in terminal_insertwrite()
779 terminal_clear_EOL(EditLine *el, int num) in terminal_clear_EOL()
797 terminal_clear_screen(EditLine *el) in terminal_clear_screen()
818 terminal_beep(EditLine *el) in terminal_beep()
829 terminal_get(EditLine *el, const char **term) in terminal_get()
839 terminal_set(EditLine *el, const char *term) in terminal_set()
928 terminal_get_size(EditLine *el, int *lins, int *cols) in terminal_get_size()
964 terminal_change_size(EditLine *el, int lins, int cols) in terminal_change_size()
986 terminal_init_arrow(EditLine *el) in terminal_init_arrow()
1031 terminal_reset_arrow(EditLine *el) in terminal_reset_arrow()
1081 terminal_set_arrow(EditLine *el, const wchar_t *name, keymacro_value_t *fun, in terminal_set_arrow()
1101 terminal_clear_arrow(EditLine *el, const wchar_t *name) in terminal_clear_arrow()
1119 terminal_print_arrow(EditLine *el, const wchar_t *name) in terminal_print_arrow()
1136 terminal_bind_arrow(EditLine *el) in terminal_bind_arrow()
1209 terminal_tputs(EditLine *el, const char *cap, int affcnt) in terminal_tputs()
1225 terminal__putc(EditLine *el, wint_t c) in terminal__putc()
1244 terminal__flush(EditLine *el) in terminal__flush()
1254 terminal_writec(EditLine *el, wint_t c) in terminal_writec()
1271 terminal_telltc(EditLine *el, int argc __attribute__((__unused__)), in terminal_telltc()
1313 terminal_settc(EditLine *el, int argc __attribute__((__unused__)), in terminal_settc()
1400 terminal_gettc(EditLine *el, int argc __attribute__((__unused__)), char **argv) in terminal_gettc()
1454 terminal_echotc(EditLine *el, int argc __attribute__((__unused__)), in terminal_echotc()