Searched refs:windowTable (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWindow.c19 Tcl_HashTable windowTable; /* The windowTable maps from HWND to Tk_Window member in struct:ThreadSpecificData
61 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS);
75 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable,
85 entryPtr = Tcl_CreateHashEntry(&tsdPtr->windowTable, (char *)hwnd, &new);
118 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS);
121 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, (char *) hwnd);
330 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, (char*)hwnd);
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinWindow.c19 Tcl_HashTable windowTable; /* The windowTable maps from HWND to member in struct:ThreadSpecificData
62 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS);
76 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable,
86 entryPtr = Tcl_CreateHashEntry(&tsdPtr->windowTable, (char *)hwnd, &new);
119 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS);
122 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, (char*)hwnd);
327 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, (char*)hwnd);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkTextWind.c343 for (hPtr = Tcl_FirstHashEntry(&textPtr->sharedTextPtr->windowTable,
412 &textPtr->sharedTextPtr->windowTable,
493 hPtr = Tcl_CreateHashEntry(&textPtr->sharedTextPtr->windowTable,
535 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.sharedTextPtr->windowTable,
632 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.sharedTextPtr->windowTable,
758 &ewPtr->body.ew.sharedTextPtr->windowTable,
984 hPtr = Tcl_CreateHashEntry(&textPtr->sharedTextPtr->windowTable,
1349 hPtr = Tcl_FindHashEntry(&textPtr->sharedTextPtr->windowTable, name);
H A DtkText.h551 Tcl_HashTable windowTable; /* Hash table that maps from window names to member in struct:TkSharedText
H A DtkText.c532 Tcl_InitHashTable(&sharedPtr->windowTable, TCL_STRING_KEYS);
1911 for (hPtr = Tcl_FirstHashEntry(&sharedTextPtr->windowTable, &search);
1963 Tcl_DeleteHashTable(&sharedTextPtr->windowTable);
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkTextWind.c291 for (hPtr = Tcl_FirstHashEntry(&textPtr->windowTable, &search);
347 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&textPtr->windowTable,
407 hPtr = Tcl_CreateHashEntry(&textPtr->windowTable,
544 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
625 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
665 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
830 hPtr = Tcl_CreateHashEntry(&textPtr->windowTable,
1183 hPtr = Tcl_FindHashEntry(&textPtr->windowTable, name);
H A DtkText.h504 Tcl_HashTable windowTable; /* Hash table that maps from window names member in struct:TkText
H A DtkText.c403 Tcl_InitHashTable(&textPtr->windowTable, TCL_STRING_KEYS);
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.c191 static Tcl_HashTable windowTable; variable
773 * Delete the Mac window and remove it from the windowTable. The window
4912 hPtr = Tcl_FindHashEntry(&windowTable, macWinPtr);
5453 * An entry is added to the windowTable hash table.
5467 Tcl_InitHashTable(&windowTable, TCL_ONE_WORD_KEYS);
5470 valueHashPtr = Tcl_CreateHashEntry(&windowTable, (char *) portPtr, &isNew);
5490 * An entry is removed from the windowTable hash table.
5504 entryPtr = Tcl_FindHashEntry(&windowTable, macWinPtr);
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.c88 static Tcl_HashTable windowTable; variable
4868 hPtr = Tcl_FindHashEntry(&windowTable, (char *) macWinPtr);
5498 * An entry is added to the windowTable hash table.
5512 Tcl_InitHashTable(&windowTable, TCL_ONE_WORD_KEYS);
5515 valueHashPtr = Tcl_CreateHashEntry(&windowTable, (char *) portPtr, &isNew);
5536 * An entry is removed from the windowTable hash table.
5550 entryPtr = Tcl_FindHashEntry(&windowTable,(char *) macWinPtr);

Completed in 305 milliseconds