|
Data Structures |
struct | TclIntPlatStubs |
Functions |
EXTERN void TclGetAndDetachPids | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Channel chan)) |
EXTERN int TclpCloseFile | _ANSI_ARGS_ ((TclFile file)) |
EXTERN Tcl_Channel TclpCreateCommandChannel | _ANSI_ARGS_ ((TclFile readFile, TclFile writeFile, TclFile errorFile, int numPids, Tcl_Pid *pidPtr)) |
EXTERN int TclpCreatePipe | _ANSI_ARGS_ ((TclFile *readPipe, TclFile *writePipe)) |
EXTERN int TclpCreateProcess | _ANSI_ARGS_ ((Tcl_Interp *interp, int argc, CONST char **argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pid *pidPtr)) |
EXTERN TclFile TclpMakeFile | _ANSI_ARGS_ ((Tcl_Channel channel, int direction)) |
EXTERN TclFile TclpOpenFile | _ANSI_ARGS_ ((CONST char *fname, int mode)) |
EXTERN int TclUnixWaitForFile | _ANSI_ARGS_ ((int fd, int mask, int timeout)) |
EXTERN TclFile TclpCreateTempFile | _ANSI_ARGS_ ((CONST char *contents)) |
EXTERN Tcl_DirEntry *TclpReaddir | _ANSI_ARGS_ ((DIR *dir)) |
EXTERN struct tm *TclpLocaltime | _ANSI_ARGS_ ((time_t *clock)) |
EXTERN char *TclpInetNtoa | _ANSI_ARGS_ ((struct in_addr addr)) |
Variables |
TclIntPlatStubs * | tclIntPlatStubsPtr |