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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c153 static int callDestroyMethod(ClientData cd, Tcl_Interp *interp, XOTclObject *obj, int flags);
873 callDestroyMethod((ClientData)obj, interp, obj, 0);
1543 callDestroyMethod(ClientData cd, Tcl_Interp *interp, XOTclObject *obj, int flags) { function
1573 /*fprintf(stderr,"callDestroyMethod: %p command to be destroyed '%s' does not exist\n",
1597 fprintf(stderr, "callDestroyMethod for %p exit\n", obj);
1872 if (callDestroyMethod((ClientData)obj, interp, obj, 0) != TCL_OK) {
7578 callDestroyMethod(cd, interp, obj, 0);
7942 callDestroyMethod(cd, interp, obj, 0);
12862 callDestroyMethod((ClientData)obj, interp, obj, 0);
12870 callDestroyMethod((ClientDat
[all...]

Completed in 148 milliseconds