Searched refs:Tcl_FindNamespace (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/generic/
H A Ditk_cmds.c149 parserNs = Tcl_FindNamespace(interp, "::itcl::parser",
189 itkNs = Tcl_FindNamespace(interp, "::itk", (Tcl_Namespace*)NULL,
H A Ditk_archetype.c956 parserNs = Tcl_FindNamespace(interp, "::itk::option-parser",
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A DitclInt.h105 # undef Tcl_FindNamespace macro
106 # define Tcl_FindNamespace \ macro
H A Ditcl_class.c93 classNs = Tcl_FindNamespace(interp, (CONST84 char *)path,
716 * Tcl_FindNamespace also searches for namespaces, but only in the
720 * Bar, you won't find it with Tcl_FindNamespace. This behavior is
747 classNs = Tcl_FindNamespace(interp, (CONST84 char *)path,
761 classNs = Tcl_FindNamespace(interp, Tcl_DStringValue(&buffer),
H A Ditcl_cmds.c376 itclNs = Tcl_FindNamespace(interp, "::itcl", (Tcl_Namespace*)NULL,
1293 contextNs = Tcl_FindNamespace(interp, token,
H A Ditcl_parse.c218 parserNs = Tcl_FindNamespace(interp, "::itcl::parser",
H A Ditcl_bicmds.c154 itclBiNs = Tcl_FindNamespace(interp, "::itcl::builtin",
H A Ditcl_util.c1327 nsPtr = Tcl_FindNamespace(interp, listv[2],
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclConfig.c171 if (Tcl_FindNamespace(interp, Tcl_DStringValue(&cmdName), NULL,
H A DtclStubInit.c194 Tcl_FindNamespace, /* 117 */
1025 Tcl_FindNamespace, /* 514 */
H A DtclIntDecls.h33 /* [Bug #803489] Tcl_FindNamespace problem in the Stubs table */
39 #undef Tcl_FindNamespace macro
500 EXTERN Tcl_Namespace * Tcl_FindNamespace(Tcl_Interp *interp,
1619 #ifndef Tcl_FindNamespace
1620 #define Tcl_FindNamespace \ macro
H A DtclNamesp.c2292 * Tcl_FindNamespace --
2308 Tcl_FindNamespace(
3207 namespacePtr = Tcl_FindNamespace(interp, name, NULL, /*flags*/ 0);
3225 namespacePtr = Tcl_FindNamespace(interp, name, NULL, /* flags */ 0);
6012 tclNsPtr = Tcl_FindNamespace(interp, "::tcl", NULL,
6020 tclNsPtr = Tcl_FindNamespace(interp, Tcl_DStringValue(&buf), NULL,
2284 Tcl_FindNamespace( function
H A DtclDecls.h3029 EXTERN Tcl_Namespace * Tcl_FindNamespace(Tcl_Interp *interp,
6118 #ifndef Tcl_FindNamespace
6119 #define Tcl_FindNamespace \ macro
H A DtclTest.c4575 namespacePtr = Tcl_FindNamespace(interp, "::test_ns_var", NULL,
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c163 Tcl_FindNamespace, /* 117 */
H A DtclStubInit.c.orig163 Tcl_FindNamespace, /* 117 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c542 Tcl_FindNamespace, /* 117 */
H A DtclStubInit.c.orig539 Tcl_FindNamespace, /* 117 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c561 Tcl_FindNamespace, /* 117 */
H A DtclStubInit.c.orig561 Tcl_FindNamespace, /* 117 */
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclIntDecls.h341 EXTERN Tcl_Namespace * Tcl_FindNamespace _ANSI_ARGS_((Tcl_Interp * interp,
1164 #ifndef Tcl_FindNamespace
1165 #define Tcl_FindNamespace \ macro
H A DtclStubInit.c214 Tcl_FindNamespace, /* 117 */
H A DtclNamesp.c1910 * Tcl_FindNamespace --
1926 Tcl_FindNamespace(interp, name, contextNsPtr, flags)
2926 namespacePtr = Tcl_FindNamespace(interp, name,
2942 namespacePtr = Tcl_FindNamespace(interp, name,
1908 Tcl_FindNamespace(interp, name, contextNsPtr, flags) function
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkTheme.c1733 nsPtr = Tcl_FindNamespace(interp, "::ttk", NULL, TCL_LEAVE_ERR_MSG);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c545 Tcl_FindNamespace((interp), ObjStr(objPtr), NULL, 0);
1999 Tcl_Namespace *ns = Tcl_FindNamespace(interp, name, NULL, 0);
2055 if (Tcl_FindNamespace(interp, parentName, (Tcl_Namespace *) NULL, TCL_GLOBAL_ONLY) == NULL) {
2075 result = (Tcl_FindNamespace(interp, parentName,
7664 if (Tcl_FindNamespace(interp, name, NULL, 0)) {

Completed in 596 milliseconds

12