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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c6790 int *endOfFilterChain, Tcl_Command *currentCmd) {
6794 *endOfFilterChain = 0;
6816 *endOfFilterChain = 1;
6894 endOfFilterChain = 0, decrObjv0 = 0; local
6956 &isMixinEntry, &isFilterEntry, &endOfFilterChain, &currentCmd);
6960 *methodName, endOfFilterChain);
7020 } else if (result == TCL_OK && endOfFilterChain) {
7092 endOfFilterChain = 0; local
7104 &isMixinEntry, &isFilterEntry, &endOfFilterChain, &currentCmd);
6787 NextSearchMethod(XOTclObject *obj, Tcl_Interp *interp, XOTclCallStackContent *csc, XOTclClass **cl, char **method, Tcl_Command *cmd, int *isMixinEntry, int *isFilterEntry, int *endOfFilterChain, Tcl_Command *currentCmd) argument

Completed in 113 milliseconds