Searched refs:TclHandlePreserve (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclPreserve.c68 int refCount; /* Number of TclHandlePreserve() calls in
328 * TclHandlePreserve() and TclHandleRelease() on the associated handle.
399 * TclHandlePreserve --
409 * For each call to TclHandlePreserve(), there should be a matching call
417 TclHandlePreserve(
410 TclHandlePreserve( function
H A DtclIntDecls.h656 EXTERN TclHandle TclHandlePreserve(TclHandle handle);
1725 #ifndef TclHandlePreserve
1726 #define TclHandlePreserve \ macro
H A DtclStubInit.c225 TclHandlePreserve, /* 148 */
H A DtclCompile.c2158 codePtr->interpHandle = TclHandlePreserve(iPtr->handle);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclPreserve.c64 int refCount; /* Number of TclHandlePreserve() calls in
331 * should use calls to TclHandlePreserve() and TclHandleRelease()
404 * TclHandlePreserve --
414 * For each call to TclHandlePreserve(), there should be a matching
422 TclHandlePreserve(handle)
415 TclHandlePreserve(handle) function
H A DtclIntDecls.h436 EXTERN TclHandle TclHandlePreserve _ANSI_ARGS_((TclHandle handle));
1279 #ifndef TclHandlePreserve
1280 #define TclHandlePreserve \ macro
H A DtclStubInit.c245 TclHandlePreserve, /* 148 */
H A DtclCompile.c2033 codePtr->interpHandle = TclHandlePreserve(iPtr->handle);
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/
H A DcmpRead.c89 int refCount; /* Number of TclHandlePreserve() calls in
780 * TclHandlePreserve was added to the stubs table
786 byteCodePtr->interpHandle = TclHandlePreserve(iPtr->handle);
3037 * For each call to TclHandlePreserve(), there should be a matching

Completed in 129 milliseconds