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

/ast/src/lib/libtksh/tcl/
H A DtclFHandle.c20 * with the corresponding notifier data in a FileHandle.
28 typedef struct FileHandle { struct
32 } FileHandle; typedef in typeref:struct:FileHandle
84 FileHandle *newHandlePtr;
85 newHandlePtr = (FileHandle *) ckalloc(sizeof(FileHandle));
117 FileHandle *handlePtr = (FileHandle *) handle;
171 FileHandle *handlePtr = (FileHandle *) handl
[all...]

Completed in 95 milliseconds