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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclInt.h767 XOTclCallStackFindLastInvocation(Tcl_Interp* interp, int offset);
H A Dxotcl.c2321 XOTclCallStackFindLastInvocation(Tcl_Interp *interp, int offset) { function
7120 case CALLING_LEVEL: csc = XOTclCallStackFindLastInvocation(interp, 1); break;
7203 csc = XOTclCallStackFindLastInvocation(interp, 1);
7208 csc = XOTclCallStackFindLastInvocation(interp, 1);
7219 csc = XOTclCallStackFindLastInvocation(interp, 1);
9306 XOTclCallStackContent *csc = XOTclCallStackFindLastInvocation(interp, 1);
10539 XOTclCallStackContent *csc = XOTclCallStackFindLastInvocation(interp, 0);

Completed in 76 milliseconds