Searched refs:idHashPtr (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkCursor.c109 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);
108 Tcl_HashEntry *nameHashPtr, *idHashPtr; local
190 Tcl_HashEntry *dataHashPtr, *idHashPtr; local
284 Tcl_HashEntry *idHashPtr; local
332 Tcl_HashEntry *idHashPtr; local
[all...]
H A DtkBitmap.c148 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
147 Tcl_HashEntry *nameHashPtr, *idHashPtr, *predefHashPtr; local
319 Tcl_HashEntry *idHashPtr; local
367 Tcl_HashEntry *idHashPtr; local
410 Tcl_HashEntry *idHashPtr; local
[all...]
H A DtkGC.c102 Tcl_HashEntry *valueHashPtr, *idHashPtr;
280 idHashPtr = Tcl_CreateHashEntry(&idTable, (char *) &idKey, &new);
285 Tcl_SetHashValue(idHashPtr, gcPtr);
318 Tcl_HashEntry *idHashPtr;
327 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
328 if (idHashPtr == NULL) {
331 gcPtr = (TkGC *) Tcl_GetHashValue(idHashPtr);
337 Tcl_DeleteHashEntry(idHashPtr);
101 Tcl_HashEntry *valueHashPtr, *idHashPtr; local
316 Tcl_HashEntry *idHashPtr; local

Completed in 10 milliseconds