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

/ast/src/lib/libtk/generic/
H A DtkCursor.c22 * below. One of the tables is idTable, and the other is either
59 static Tcl_HashTable idTable; variable
142 idHashPtr = Tcl_CreateHashEntry(&idTable, (char *) &idKey, &new);
245 idHashPtr = Tcl_CreateHashEntry(&idTable, (char *) &idKey, &new);
299 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
345 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
388 Tcl_InitHashTable(&idTable, (sizeof(Display *) + sizeof(Tk_Cursor))
H A DtkBitmap.c35 * currently in use. Each structure is indexed with both "idTable" and
67 static Tcl_HashTable idTable; variable
231 idHashPtr = Tcl_CreateHashEntry(&idTable, (char *) &idKey,
333 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
381 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
425 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
539 Tcl_InitHashTable(&idTable, (sizeof(Display *) + sizeof(Pixmap))
H A DtkGC.c51 static Tcl_HashTable idTable; variable
280 idHashPtr = Tcl_CreateHashEntry(&idTable, (char *) &idKey, &new);
327 idHashPtr = Tcl_FindHashEntry(&idTable, (char *) &idKey);
364 Tcl_InitHashTable(&idTable, sizeof(IdKey)/sizeof(int));

Completed in 12 milliseconds