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

/ast/src/lib/libtksh/include/
H A Dtcl.h466 * Forward declaration of Tcl_HashTable. Needed by some C++ compilers
467 * to prevent errors when the forward reference to Tcl_HashTable is
472 struct Tcl_HashTable;
485 struct Tcl_HashTable *tablePtr; /* Pointer to table containing entry. */
510 typedef struct Tcl_HashTable { struct
534 Tcl_HashEntry *(*findProc) _ANSI_ARGS_((struct Tcl_HashTable *tablePtr,
536 Tcl_HashEntry *(*createProc) _ANSI_ARGS_((struct Tcl_HashTable *tablePtr,
538 } Tcl_HashTable; typedef in typeref:struct:Tcl_HashTable
546 Tcl_HashTable *tablePtr; /* Table being searched. */
869 Tcl_HashTable *tablePt
[all...]

Completed in 15 milliseconds