tclIORChan.c File Reference#include <tclInt.h> #include <tclIO.h> #include <assert.h> Go to the source code of this file.
Define Documentation
Referenced by TclChanPostEventObjCmd().
Referenced by TclChanCreateObjCmd().
Definition at line 26 of file tclIORChan.c. Referenced by Tcl_BadChannelOption(), Tcl_Close(), Tcl_ErrnoId(), Tcl_ErrnoMsg(), Tcl_FSLink(), Tcl_Seek(), Tcl_Tell(), and Tcl_TruncateChannel().
Definition at line 29 of file tclIORChan.c.
Referenced by TclChanPostEventObjCmd().
Referenced by TclChanCreateObjCmd().
Definition at line 208 of file tclIORChan.c.
Value: (FLAG(METH_BLOCKING) | FLAG(METH_SEEK) | \ FLAG(METH_CONFIGURE) | FLAG(METH_CGET) | FLAG(METH_CGETALL)) Definition at line 200 of file tclIORChan.c. Referenced by TclChanCreateObjCmd().
Definition at line 204 of file tclIORChan.c.
Definition at line 154 of file tclIORChan.c.
Definition at line 400 of file tclIORChan.c.
Enumeration Type Documentation
Definition at line 184 of file tclIORChan.c.
Function Documentation
Definition at line 929 of file tclIORChan.c. References Tcl_DecrRefCount, Tcl_GetChannelError(), Tcl_GetChannelErrorInterp(), and Tcl_IncrRefCount. Referenced by Tcl_Close(), Tcl_ExecObjCmd(), Tcl_FlushObjCmd(), Tcl_GetsObjCmd(), Tcl_PutsObjCmd(), Tcl_ReadObjCmd(), Tcl_SeekObjCmd(), Tcl_TellObjCmd(), and Tcl_UnstackChannel().
Definition at line 466 of file tclIORChan.c. References Tcl_ChannelType::blockModeProc, ReflectedChannel::chan, ChannelState::channelName, ckalloc, CMD, FLAG, Tcl_ChannelType::getOptionProc, HAS, IMPLIES, ReflectedChannelMap::map, METH_BLOCKING, METH_CGET, METH_CGETALL, METH_CONFIGURE, METH_READ, METH_SEEK, METH_WRITE, ReflectedChannel::methods, MODE, NULLABLE_METHODS, REQUIRED_METHODS, Tcl_ChannelType::seekProc, Tcl_ChannelType::setOptionProc, Channel::state, Tcl_AppendObjToObj(), Tcl_AppendToObj(), Tcl_Close(), Tcl_CreateChannel(), Tcl_CreateHashEntry, Tcl_DecrRefCount, TCL_ERROR, TCL_EXACT, Tcl_GetHashValue, Tcl_GetIndexFromObj(), Tcl_GetObjResult(), Tcl_ListObjGetElements(), Tcl_ListObjIndex(), TCL_OK, Tcl_Panic(), TCL_READABLE, Tcl_RegisterChannel(), Tcl_ResetResult(), Tcl_SetHashValue, Tcl_SetObjResult(), TCL_WRITABLE, Tcl_WrongNumArgs(), TclGetString, TclNewLiteralStringObj, Channel::typePtr, and Tcl_ChannelType::wideSeekProc.
Definition at line 738 of file tclIORChan.c. References CHAN, EVENT, ReflectedChannel::interest, ReflectedChannel::interp, ReflectedChannelMap::map, Tcl_AppendResult(), TCL_ERROR, Tcl_FindHashEntry, Tcl_GetChannelInstanceData(), Tcl_GetChannelType(), Tcl_GetHashValue, Tcl_NotifyChannel(), TCL_OK, Tcl_Panic(), Tcl_ResetResult(), Tcl_SetErrorCode(), Tcl_WrongNumArgs(), TclGetString, and Tcl_ChannelType::watchProc.
Generated on Wed Mar 12 12:18:32 2008 by 1.5.1 |