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

/ast/src/lib/libtksh/include/
H A Dtcl.h468 * encountered in the Tcl_HashEntry structure.
481 typedef struct Tcl_HashEntry { struct
482 struct Tcl_HashEntry *nextPtr; /* Pointer to next entry in this
486 struct Tcl_HashEntry **bucketPtr; /* Pointer to bucket that points to
501 } Tcl_HashEntry; typedef in typeref:struct:Tcl_HashEntry
511 Tcl_HashEntry **buckets; /* Pointer to bucket array. Each
514 Tcl_HashEntry *staticBuckets[TCL_SMALL_HASH_TABLE];
534 Tcl_HashEntry *(*findProc) _ANSI_ARGS_((struct Tcl_HashTable *tablePtr,
536 Tcl_HashEntry *(*createProc) _ANSI_ARGS_((struct Tcl_HashTable *tablePtr,
549 Tcl_HashEntry *nextEntryPt
[all...]

Completed in 15 milliseconds