Searched refs:ttyDev (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXfstat.c57 int ttyDev,
62 int ttyDev,
69 int ttyDev,
114 * o ttyDev (O) - A boolean indicating if the device is associated with a
120 ReturnStatList (interp,ttyDev, statBufPtr)
122 int ttyDev;
148 Tcl_NewBooleanObj (ttyDev));
162 * o ttyDev (O) - A boolean indicating if the device is associated with a
171 ReturnStatArray (interp, ttyDev, statBufPtr, arrayObj)
173 int ttyDev;
330 int ttyDev; local
[all...]
H A DtclExtdInt.h486 int *ttyDev));
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixOS.c662 * o ttyDev - If not NULL, a boolean indicating if the device is
669 TclXOSFstat (interp, channel, statBuf, ttyDev)
673 int *ttyDev;
682 if (ttyDev != NULL)
683 *ttyDev = isatty (fileNum);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/win/
H A DtclXwinOS.c647 * o ttyDev - If not NULL, a boolean indicating if the device is
657 int *ttyDev)
727 if (ttyDev != NULL)
728 *ttyDev = (type == TCLX_WIN_CONSOLE) ? 1 : 0;
636 TclXOSFstat(Tcl_Interp *interp, Tcl_Channel channel, struct stat *statBuf, int *ttyDev) argument

Completed in 78 milliseconds