Home | History | Annotate | Download | only in src

Lines Matching full:editline

455 private int	tty_getty(EditLine *, struct termios *);
456 private int tty_setty(EditLine *, int, const struct termios *);
461 private int tty_setup(EditLine *);
469 tty_getty(EditLine *el, struct termios *t)
481 tty_setty(EditLine *el, int action, const struct termios *t)
493 tty_setup(EditLine *el)
583 tty_init(EditLine *el)
599 tty_end(EditLine *el)
896 * Rebind the editline functions
899 tty_bind_char(EditLine *el, int force)
945 tty_rawmode(EditLine *el)
1100 tty_cookedmode(EditLine *el)
1125 tty_quotemode(EditLine *el)
1160 tty_noquotemode(EditLine *el)
1182 tty_stty(EditLine *el, int argc __attribute__((__unused__)), const Char **argv)
1342 tty_printchar(EditLine *el, unsigned char *s)