Lines Matching refs:idHashPtr
109 Tcl_HashEntry *nameHashPtr, *idHashPtr;
142 idHashPtr = Tcl_CreateHashEntry(&idTable, (char *) &idKey, &new);
147 Tcl_SetHashValue(idHashPtr, cursorPtr);
192 Tcl_HashEntry *dataHashPtr, *idHashPtr;
245 idHashPtr = Tcl_CreateHashEntry(&idTable, (char *) &idKey, &new);
250 Tcl_SetHashValue(idHashPtr, cursorPtr);
287 Tcl_HashEntry *idHashPtr;
299 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
300 if (idHashPtr == NULL) {
303 cursorPtr = (TkCursor *) Tcl_GetHashValue(idHashPtr);
336 Tcl_HashEntry *idHashPtr;
345 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
346 if (idHashPtr == NULL) {
349 cursorPtr = (TkCursor *) Tcl_GetHashValue(idHashPtr);
353 Tcl_DeleteHashEntry(idHashPtr);