Home
last modified time | relevance | path

Searched refs:tty_init (Results 1 – 7 of 7) sorted by relevance

/freebsd/bin/pax/
H A Dtty_subs.c61 tty_init(void) in tty_init() function
H A Dpax.c254 if ((gen_init() < 0) || (tty_init() < 0)) in main()
H A Dextern.h290 int tty_init(void);
/freebsd/contrib/libedit/
H A Dtty.h459 libedit_private int tty_init(EditLine *);
H A Del.c105 if (tty_init(el) == -1) in el_init_internal()
H A Dtty.c572 tty_init(EditLine *el) in tty_init() function
H A Dreadline.c450 tty_init(e); in readline()