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

/ast/src/lib/libtksh/tcl/
H A DtclInterp.c2083 Tcl_HashTable *hTblPtr;
2136 hTblPtr = (Tcl_HashTable *) &(slavePtr->aliasTable);
2137 for (hPtr = Tcl_FirstHashEntry(hTblPtr, &hSearch);
2139 hPtr = Tcl_FirstHashEntry(hTblPtr, &hSearch)) {
2158 Tcl_DeleteHashTable(hTblPtr);
2061 Tcl_HashTable *hTblPtr; local
/ast/src/lib/libtksh/src/
H A DtclIO.c1265 Tcl_HashTable *hTblPtr; /* Hash table of channels. */
1268 hTblPtr = (Tcl_HashTable *) Tcl_GetAssocData(interp, "tclIO", NULL);
1269 if (hTblPtr == (Tcl_HashTable *) NULL) {
1270 hTblPtr = (Tcl_HashTable *) ckalloc((unsigned) sizeof(Tcl_HashTable));
1271 Tcl_InitHashTable(hTblPtr, TCL_STRING_KEYS);
1275 (ClientData) hTblPtr);
1299 return hTblPtr;
1329 Tcl_HashTable *hTblPtr; /* The hash table. */
1343 hTblPtr = (Tcl_HashTable *) clientData;
1344 for (hPtr = Tcl_FirstHashEntry(hTblPtr,
1258 Tcl_HashTable *hTblPtr; /* Hash table of channels. */ local
1321 Tcl_HashTable *hTblPtr; /* The hash table. */ local
1459 Tcl_HashTable *hTblPtr; /* Hash table of channels. */ local
1554 Tcl_HashTable *hTblPtr; /* Hash table of channels. */ local
1609 Tcl_HashTable *hTblPtr; /* Hash table of channels. */ local
5860 Tcl_HashTable *hTblPtr; /* Hash table of channels. */ local
[all...]

Completed in 23 milliseconds