Searched defs:Tcl_File (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/include/
H A Dtcl.h231 typedef struct Tcl_File_ *Tcl_File; typedef in typeref:struct:Tcl_File_
671 typedef Tcl_File (Tcl_DriverGetFileProc) _ANSI_ARGS_((ClientData instanceData,
718 Tcl_DriverGetFileProc *getFileProc; /* Get a Tcl_File from the channel
824 Tcl_File file, int mask, Tcl_FileProc *proc,
865 Tcl_File file));
916 EXTERN int Tcl_FileReady _ANSI_ARGS_((Tcl_File file,
924 Tcl_File file));
937 EXTERN Tcl_File Tcl_GetChannelFile _ANSI_ARGS_((Tcl_Channel chan,
954 EXTERN Tcl_File Tcl_GetFile _ANSI_ARGS_((ClientData fileData,
956 EXTERN ClientData Tcl_GetFileInfo _ANSI_ARGS_((Tcl_File fil
[all...]

Completed in 158 milliseconds