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

/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c101 TclIsProc, /* 55 */
H A DtclStubInit.c.orig101 TclIsProc, /* 55 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c480 TclIsProc, /* 55 */
H A DtclStubInit.c.orig477 TclIsProc, /* 55 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c499 TclIsProc, /* 55 */
H A DtclStubInit.c.orig499 TclIsProc, /* 55 */
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCmdIL.c1756 if (!TclIsProc(cmdPtr)) {
1759 if (realCmdPtr != NULL && TclIsProc(realCmdPtr)) {
1784 if (!TclIsProc(cmdPtr)) {
1787 if (realCmdPtr != NULL && TclIsProc(realCmdPtr)) {
1833 if (TclIsProc(cmdPtr) || ((realCmdPtr != NULL)
1834 && TclIsProc(realCmdPtr))) {
H A DtclIntDecls.h278 EXTERN Proc * TclIsProc(Command *cmdPtr);
1455 #ifndef TclIsProc
1456 #define TclIsProc \ macro
H A DtclStubInit.c132 TclIsProc, /* 55 */
H A DtclProc.c1032 * TclIsProc --
1048 TclIsProc(
1041 TclIsProc( function
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCmdIL.c1964 if (!TclIsProc(cmdPtr)) {
1967 if (realCmdPtr != NULL && TclIsProc(realCmdPtr)) {
1992 if (!TclIsProc(cmdPtr)) {
1995 if (realCmdPtr != NULL && TclIsProc(realCmdPtr)) {
2040 if (TclIsProc(cmdPtr) || ((realCmdPtr != NULL)
2041 && TclIsProc(realCmdPtr))) {
H A DtclIntDecls.h196 EXTERN Proc * TclIsProc _ANSI_ARGS_((Command * cmdPtr));
974 #ifndef TclIsProc
975 #define TclIsProc \ macro
H A DtclStubInit.c144 TclIsProc, /* 55 */
H A DtclProc.c862 * TclIsProc --
878 TclIsProc(cmdPtr)
872 TclIsProc(cmdPtr) function
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c4443 int isTcl = (TclIsProc((Command *)cmd) != NULL);
4449 XOTclSetterMethod, TclIsProc((Command *)cmd)); */
5520 assert((TclIsProc((Command *)cmd)));
5523 assert((TclIsProc((Command *)cmd) == NULL));
5528 assert((TclIsProc((Command *)cmd) == NULL));
5531 assert((TclIsProc((Command *)cmd) == NULL));
5542 assert((TclIsProc((Command *)cmd) == NULL));
11943 if (TclIsProc((Command*)cmd)) {

Completed in 179 milliseconds