Searched refs:tty_setup (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c461 private int tty_setup(EditLine *);
489 /* tty_setup():
493 tty_setup(EditLine *el) function
503 "tty_setup: isatty: %s\n", strerror(errno));
510 "tty_setup: tty_getty: %s\n", strerror(errno));
559 "tty_setup: tty_setty: %s\n",
595 return (tty_setup(el));
/macosx-10.10/libedit-40/src/
H A Dtty.c462 private int tty_setup(EditLine *);
490 /* tty_setup():
494 tty_setup(EditLine *el) function
622 return tty_setup(el);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dtty.c454 private int tty_setup(EditLine *);
459 /* tty_setup():
463 tty_setup(EditLine *el) function
473 "tty_setup: tty_getty: %s\n", strerror(errno));
522 "tty_setup: tty_setty: %s\n",
555 return (tty_setup(el));

Completed in 103 milliseconds