Searched refs:KeepRef (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.h65 class KeepRef { class
68 KeepRef(Tcl_Obj *obj_): _obj(obj_) { function in class:KeepRef
71 ~KeepRef() {
H A Dmk4tcl.cpp421 KeepRef keeper(obj_); // a funny way to release the value
1269 KeepRef keeper(_temp);
1303 KeepRef o = Tcl_NewIntObj(pIndex(result[pos]));
1503 KeepRef o = Tcl_NewObj();
1583 KeepRef keeper(var);
1947 KeepRef o = tcl_NewStringObj(desc);
1964 KeepRef o = tcl_NewStringObj(s);
2201 KeepRef keeper(var);
2386 KeepRef o = tcl_NewStringObj(buffer);

Completed in 177 milliseconds