Searched defs:Tcl_EventuallyFree (Results 1 - 1 of 1) 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

Completed in 30 milliseconds