Searched refs:el_outfd (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Del.h122 int el_outfd; /* Output file descriptor */ member in struct:editline
H A Del.c79 el->el_outfd = fileno(fout);
342 el->el_outfd = fileno(fp);
H A Dtty.c500 if (!isatty(el->el_outfd)) {
/macosx-10.10/libedit-40/src/
H A Del.h129 int el_outfd; /* Output file descriptor */ member in struct:editline
H A Del.c79 el->el_outfd = fileno(fout);
344 el->el_outfd = fileno(fp);
H A Dtty.c515 if (!isatty(el->el_outfd)) {
522 if (ioctl(el->el_outfd, TIOCGPGRP, &pgrp) < 0) {

Completed in 134 milliseconds