tclUnixChan.c File Reference#include "tclInt.h" #include "tclIO.h" Go to the source code of this file.
Define Documentation
Definition at line 137 of file tclUnixChan.c.
Referenced by TclpGetDefaultStdChannel().
Definition at line 136 of file tclUnixChan.c. Referenced by TclpOpenFileChannel(), and TclUnixWaitForFile().
Definition at line 230 of file tclUnixChan.c.
Definition at line 217 of file tclUnixChan.c.
Definition at line 207 of file tclUnixChan.c.
Definition at line 206 of file tclUnixChan.c.
Value: if (interp) { \ Tcl_AppendResult(interp, (detail), \ " not supported for this platform", NULL); \ } Definition at line 181 of file tclUnixChan.c.
Referenced by TclpGetDefaultStdChannel().
Function Documentation
Definition at line 3118 of file tclUnixChan.c. References PTR2INT, SUPPORTS_TTY, Tcl_AppendResult(), TCL_ERROR, Tcl_GetChannel(), Tcl_GetChannelHandle(), Tcl_GetChannelType(), TCL_OK, TCL_READABLE, TCL_WRITABLE, and Tcl_ChannelType::typeName.
Definition at line 1903 of file tclUnixChan.c. References FileState::channel, ckalloc, FileState::fd, INT2PTR, isatty(), PTR2INT, Tcl_CreateChannel(), TCL_EXCEPTION, TCL_INTEGER_SPACE, and FileState::validMask. Referenced by TclpGetDefaultStdChannel().
Definition at line 2784 of file tclUnixChan.c. References Tcl_Close(), Tcl_CreateChannel(), TCL_ERROR, TCL_INTEGER_SPACE, TCL_READABLE, Tcl_SetChannelOption(), and TCL_WRITABLE.
Definition at line 2906 of file tclUnixChan.c. References Tcl_CreateChannel(), Tcl_CreateFileHandler(), TCL_INTEGER_SPACE, and TCL_READABLE.
Definition at line 3026 of file tclUnixChan.c. References ERROR_OFFSET, INT2PTR, SEEK_CUR, Tcl_GetChannelType(), Tcl_MakeFileChannel(), Tcl_Panic(), TCL_READABLE, Tcl_SetChannelOption(), TCL_STDERR, TCL_STDIN, TCL_STDOUT, TCL_WRITABLE, TclOSseek, and ZERO_OFFSET. Referenced by Tcl_GetStdChannel().
Definition at line 1773 of file tclUnixChan.c. References FileState::channel, ckalloc, FileState::fd, FD_CLOEXEC, isatty(), SET_BITS, Tcl_AppendResult(), Tcl_Close(), Tcl_CreateChannel(), TCL_EXCEPTION, Tcl_FSGetNativePath(), TCL_INTEGER_SPACE, TCL_OK, Tcl_Panic(), Tcl_PosixError(), TCL_READABLE, Tcl_SetChannelOption(), TCL_WRITABLE, TclGetString, TclOSopen, and FileState::validMask.
Definition at line 3214 of file tclUnixChan.c. References FD_SETSIZE, MASK_SIZE, NBBY, Tcl_Time::sec, SELECT_MASK, SET_BITS, TCL_EXCEPTION, Tcl_GetTime(), Tcl_Panic(), TCL_READABLE, TCL_WRITABLE, and Tcl_Time::usec.
Generated on Wed Mar 12 12:18:37 2008 by 1.5.1 |