Lines Matching refs:idHashPtr
148 Tcl_HashEntry *nameHashPtr, *idHashPtr, *predefHashPtr;
231 idHashPtr = Tcl_CreateHashEntry(&idTable, (char *) &idKey,
237 Tcl_SetHashValue(idHashPtr, bitmapPtr);
322 Tcl_HashEntry *idHashPtr;
333 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
334 if (idHashPtr == NULL) {
337 bitmapPtr = (TkBitmap *) Tcl_GetHashValue(idHashPtr);
371 Tcl_HashEntry *idHashPtr;
381 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
382 if (idHashPtr == NULL) {
385 bitmapPtr = (TkBitmap *) Tcl_GetHashValue(idHashPtr);
415 Tcl_HashEntry *idHashPtr;
425 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
426 if (idHashPtr == NULL) {
429 bitmapPtr = (TkBitmap *) Tcl_GetHashValue(idHashPtr);
433 Tcl_DeleteHashEntry(idHashPtr);