Lines Matching defs:el
468 tty_getty(EditLine *el, struct termios *t) in tty_getty()
480 tty_setty(EditLine *el, int action, const struct termios *t) in tty_setty()
492 tty_setup(EditLine *el) in tty_setup()
567 tty_init(EditLine *el) in tty_init()
583 tty_end(EditLine *el) in tty_end()
889 tty_bind_char(EditLine *el, int force) in tty_bind_char()
952 tty_update_flag(EditLine *el, tcflag_t f, int mode, int kind) in tty_update_flag()
961 tty_update_flags(EditLine *el, int kind) in tty_update_flags()
976 tty_update_char(EditLine *el, int mode, int c) { in tty_update_char()
989 tty_rawmode(EditLine *el) in tty_rawmode()
1074 tty_cookedmode(EditLine *el) in tty_cookedmode()
1100 tty_quotemode(EditLine *el) in tty_quotemode()
1125 tty_noquotemode(EditLine *el) in tty_noquotemode()
1146 tty_stty(EditLine *el, int argc __attribute__((__unused__)), in tty_stty()
1305 tty_printchar(EditLine *el, unsigned char *s) in tty_printchar()
1326 tty_setup_flags(EditLine *el, struct termios *tios, int mode) in tty_setup_flags()