Home
last modified time | relevance | path

Searched refs:tty_getty (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/tcsh/
HDsnames.h60 #define tty_getty ttygetty macro
HDed.init.c130 if (tty_getty(SHTTY, &extty) == -1) { in ed_set_tty_eight_bit()
184 if (tty_getty(SHTTY, &extty) == -1) { in ed_Setup()
374 if (tty_getty(SHTTY, &tstty) == -1) { in Rawmode()
HDed.decls.h66 extern int tty_getty (int, ttydata_t *);
HDed.term.c692 tty_getty(int fd, ttydata_t *td) in tty_getty() function
/freebsd-head/contrib/libedit/
HDtty.c459 static int tty_getty(EditLine *, struct termios *);
474 tty_getty(EditLine *el, struct termios *t) in tty_getty() function
515 if (tty_getty(el, &el->el_tty.t_or) == -1) { in tty_setup()
1005 if (tty_getty(el, &el->el_tty.t_ts) == -1) { in tty_rawmode()