|
Public Member Functions |
| void tclGetAndDetachPids | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Channel chan)) |
| int tclpCloseFile | _ANSI_ARGS_ ((TclFile file)) |
| Tcl_Channel tclpCreateCommandChannel | _ANSI_ARGS_ ((TclFile readFile, TclFile writeFile, TclFile errorFile, int numPids, Tcl_Pid *pidPtr)) |
| int tclpCreatePipe | _ANSI_ARGS_ ((TclFile *readPipe, TclFile *writePipe)) |
| int tclpCreateProcess | _ANSI_ARGS_ ((Tcl_Interp *interp, int argc, CONST char **argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pid *pidPtr)) |
| TclFile tclpMakeFile | _ANSI_ARGS_ ((Tcl_Channel channel, int direction)) |
| TclFile tclpOpenFile | _ANSI_ARGS_ ((CONST char *fname, int mode)) |
| int tclUnixWaitForFile | _ANSI_ARGS_ ((int fd, int mask, int timeout)) |
| TclFile tclpCreateTempFile | _ANSI_ARGS_ ((CONST char *contents)) |
| Tcl_DirEntry *tclpReaddir | _ANSI_ARGS_ ((DIR *dir)) |
| tm *tclpLocaltime | _ANSI_ARGS_ ((time_t *clock)) |
| tm *tclpGmtime | _ANSI_ARGS_ ((time_t *clock)) |
| char *tclpInetNtoa | _ANSI_ARGS_ ((struct in_addr addr)) |
Data Fields |
| int | magic |
| TclIntPlatStubHooks * | hooks |
| void * | reserved5 |