Searched defs:Tcl_Preserve (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclPreserve.c22 * Tcl_Preserve calls that are still in effect. It grows as needed
28 int refCount; /* Number of Tcl_Preserve calls in effect
31 * called while a Tcl_Preserve call was in
85 * Tcl_Preserve --
102 Tcl_Preserve(clientData)
164 * Tcl_Preserve, thereby allowing a block of memory to be
172 * no other call to Tcl_Preserve is still in effect, the block of
196 * to avoid reentrancy problems if the freeProc calls Tcl_Preserve
232 * Free up a block of memory, unless a call to Tcl_Preserve is in
234 * calls to Tcl_Preserve hav
100 Tcl_Preserve(clientData) function
[all...]

Completed in 6 milliseconds