Searched refs:Tcl_EventuallyFree (Results 1 - 22 of 22) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclPreserve.c30 int mustFree; /* Non-zero means Tcl_EventuallyFree was
171 * If Tcl_EventuallyFree has been called for clientData, and if
230 * Tcl_EventuallyFree --
247 Tcl_EventuallyFree(clientData, freeProc)
264 panic("Tcl_EventuallyFree called twice for 0x%x\n", clientData);
243 Tcl_EventuallyFree(clientData, freeProc) function
H A DtclPkg.c333 Tcl_EventuallyFree((ClientData)availPtr->script, TCL_DYNAMIC);
364 Tcl_EventuallyFree((ClientData)availPtr->script, TCL_DYNAMIC);
597 Tcl_EventuallyFree((ClientData)availPtr->script, TCL_DYNAMIC);
H A DtclIOCmd.c1359 Tcl_EventuallyFree((ClientData) acceptCallbackPtr->script, TCL_DYNAMIC);
/ast/src/lib/libtk/generic/
H A DtkSquare.c405 Tcl_EventuallyFree((ClientData) squarePtr, SquareDestroy);
527 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
H A DtkFrame.c503 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
680 Tcl_EventuallyFree((ClientData) framePtr, DestroyFrame);
H A DtkMessage.c345 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
778 Tcl_EventuallyFree((ClientData) msgPtr, DestroyMessage);
H A DtkMenu.c686 Tcl_EventuallyFree((ClientData) menuPtr->entries[i],
1010 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
1067 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
1273 Tcl_EventuallyFree((ClientData) menuPtr->entries[0],
2168 Tcl_EventuallyFree((ClientData) menuPtr, DestroyMenu);
H A DtkMenubutton.c1002 Tcl_EventuallyFree((ClientData) mbPtr, DestroyMenuButton);
H A DtkScrollbar.c650 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
995 Tcl_EventuallyFree((ClientData) scrollPtr, DestroyScrollbar);
H A DtkSend.c1803 Tcl_EventuallyFree((ClientData) riPtr, TCL_DYNAMIC);
H A DtkPack.c1287 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
1371 Tcl_EventuallyFree((ClientData) packPtr, DestroyPacker);
H A Dtk.h924 #define Tk_EventuallyFree Tcl_EventuallyFree
H A DtkButton.c773 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
829 Tcl_EventuallyFree((ClientData)butPtr, TCL_DYNAMIC);
H A DtkEntry.c795 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
1609 Tcl_EventuallyFree((ClientData) entryPtr, DestroyEntry);
H A DtkListbox.c877 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
1555 Tcl_EventuallyFree((ClientData) listPtr, DestroyListbox);
H A DtkScale.c622 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
1794 Tcl_EventuallyFree((ClientData) scalePtr, DestroyScale);
H A DtkText.c656 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
967 Tcl_EventuallyFree((ClientData) textPtr, DestroyText);
H A DtkCanvas.c1383 * This procedure is invoked by Tcl_EventuallyFree or Tcl_Release
1828 Tcl_EventuallyFree((ClientData) canvasPtr, DestroyCanvas);
/ast/src/lib/libtksh/src/
H A Dbasic.c695 Tcl_EventuallyFree((ClientData) interp,
H A DtclIO.c1369 Tcl_EventuallyFree((ClientData) sPtr->script, TCL_DYNAMIC);
2474 Tcl_EventuallyFree((ClientData) chanPtr, TCL_DYNAMIC);
2561 Tcl_EventuallyFree((ClientData)ePtr->script, TCL_DYNAMIC);
4958 Tcl_EventuallyFree((ClientData) sPtr->script, TCL_DYNAMIC);
5660 Tcl_EventuallyFree((ClientData)esPtr->script, TCL_DYNAMIC);
5703 Tcl_EventuallyFree((ClientData)esPtr->script, TCL_DYNAMIC);
6344 Tcl_EventuallyFree((ClientData)esPtr->script, TCL_DYNAMIC);
6378 Tcl_EventuallyFree((ClientData)esPtr->script, TCL_DYNAMIC);
/ast/src/lib/libtksh/include/
H A Dtcl.h905 EXTERN void Tcl_EventuallyFree _ANSI_ARGS_((ClientData clientData,
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c645 Tcl_EventuallyFree((ClientData) protPtr, TCL_DYNAMIC);
1538 Tcl_EventuallyFree((ClientData) protPtr, TCL_DYNAMIC);

Completed in 118 milliseconds