Searched refs:PTY_OPEN (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/s/
H A Dirix4-0.h64 #define PTY_OPEN \ macro
H A Dcygwin.h74 #define PTY_OPEN \ macro
H A Dosf1.h85 #define PTY_OPEN \ macro
H A Dirix5-0.h78 #define PTY_OPEN \ macro
97 /* Since we use POSIX constructs in PTY_OPEN, we must force POSIX
H A Dptx.h155 #define PTY_OPEN \ macro
H A Dgnu-linux.h72 #define PTY_OPEN fd = getpt () macro
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c545 struct stat stb; /* Used in some PTY_OPEN. */
552 #ifdef PTY_OPEN
553 PTY_OPEN;
554 #else /* no PTY_OPEN */
587 #endif /* no PTY_OPEN */
549 PTY_OPEN; local

Completed in 125 milliseconds