TclIntPlatStubs Struct Reference#include <tclIntPlatDecls.h>
|
Data Fields |
int | magic |
TclIntPlatStubHooks * | hooks |
void(* | tclGetAndDetachPids )(Tcl_Interp *interp, Tcl_Channel chan) |
int(* | tclpCloseFile )(TclFile file) |
Tcl_Channel(* | tclpCreateCommandChannel )(TclFile readFile, TclFile writeFile, TclFile errorFile, int numPids, Tcl_Pid *pidPtr) |
int(* | tclpCreatePipe )(TclFile *readPipe, TclFile *writePipe) |
int(* | tclpCreateProcess )(Tcl_Interp *interp, int argc, CONST char **argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pid *pidPtr) |
void * | reserved5 |
TclFile(* | tclpMakeFile )(Tcl_Channel channel, int direction) |
TclFile(* | tclpOpenFile )(CONST char *fname, int mode) |
int(* | tclUnixWaitForFile )(int fd, int mask, int timeout) |
TclFile(* | tclpCreateTempFile )(CONST char *contents) |
Tcl_DirEntry *(* | tclpReaddir )(DIR *dir) |
tm *(* | tclpLocaltime_unix )(CONST time_t *clock) |
tm *(* | tclpGmtime_unix )(CONST time_t *clock) |
char *(* | tclpInetNtoa )(struct in_addr addr) |
int(* | tclUnixCopyFile )(CONST char *src, CONST char *dst, CONST Tcl_StatBuf *statBufPtr, int dontCopyAtts) |
Detailed Description
Definition at line 373 of file tclIntPlatDecls.h.
Field Documentation
The documentation for this struct was generated from the following file:
Generated on Wed Mar 12 12:18:44 2008 by
1.5.1
|