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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c12089 Tcl_Obj *destFullNameObj; local
12108 destFullNameObj = Tcl_NewStringObj(destFullName, -1);
12109 INCR_REF_COUNT(destFullNameObj);
12123 destFullNameObj = newObj->cmdName;
12124 destFullName = ObjStr(destFullNameObj);
12130 nobjv[0] = destFullNameObj;
12196 DECR_REF_COUNT(destFullNameObj);

Completed in 83 milliseconds