Searched refs:Tcl_Namespace (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIntDecls.h323 Tcl_Interp * interp, Tcl_Namespace * nsPtr,
326 EXTERN Tcl_Namespace * Tcl_CreateNamespace _ANSI_ARGS_((Tcl_Interp * interp,
331 Tcl_Namespace * nsPtr));
334 Tcl_Namespace * nsPtr, CONST char * pattern,
339 Tcl_Namespace * contextNsPtr, int flags));
341 EXTERN Tcl_Namespace * Tcl_FindNamespace _ANSI_ARGS_((Tcl_Interp * interp,
343 Tcl_Namespace * contextNsPtr, int flags));
350 Tcl_Namespace * namespacePtr,
355 Tcl_Namespace * contextNsPtr, int flags));
358 Tcl_Namespace * nsPt
[all...]
H A DtclNamesp.c88 Tcl_Namespace **nsPtrPtr));
200 Tcl_Namespace *
213 return (Tcl_Namespace *) nsPtr;
233 Tcl_Namespace *
240 return (Tcl_Namespace *) iPtr->globalNsPtr;
277 Tcl_Namespace *namespacePtr; /* Points to the namespace in which the
390 Tcl_DeleteNamespace((Tcl_Namespace *) nsPtr);
418 Tcl_Namespace *
477 return (Tcl_Namespace *) parentPtr;
562 return (Tcl_Namespace *) nsPt
[all...]
H A DtclResolve.c299 * Tcl_Interp* interp, CONST char* name, Tcl_Namespace *context,
316 * Tcl_Interp* interp, CONST char* name, Tcl_Namespace *context,
333 * Tcl_Interp* interp, CONST char* name, Tcl_Namespace *context,
355 Tcl_Namespace *namespacePtr; /* Namespace whose resolution rules
406 Tcl_Namespace *namespacePtr; /* Namespace whose resolution rules
H A DtclTestProcBodyObj.c259 procCmd = Tcl_FindCommand(interp, fullName, (Tcl_Namespace *) NULL,
H A Dtcl.h899 typedef struct Tcl_Namespace {
911 struct Tcl_Namespace* parentPtr;
915 } Tcl_Namespace;
941 Tcl_Namespace *nsPtr;
987 Tcl_Namespace *namespacePtr; /* Points to the namespace that contains
896 typedef struct Tcl_Namespace { struct
912 } Tcl_Namespace; typedef in typeref:struct:Tcl_Namespace
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIntDecls.h471 Tcl_Namespace *nsPtr, Tcl_Obj *objPtr);
476 EXTERN Tcl_Namespace * Tcl_CreateNamespace(Tcl_Interp *interp,
483 EXTERN void Tcl_DeleteNamespace(Tcl_Namespace *nsPtr);
488 EXTERN int Tcl_Export(Tcl_Interp *interp, Tcl_Namespace *nsPtr,
495 Tcl_Namespace *contextNsPtr, int flags);
500 EXTERN Tcl_Namespace * Tcl_FindNamespace(Tcl_Interp *interp,
502 Tcl_Namespace *contextNsPtr, int flags);
514 Tcl_Namespace *namespacePtr,
522 Tcl_Namespace *contextNsPtr, int flags);
528 Tcl_Namespace *nsPt
[all...]
H A DtclNamesp.c169 Tcl_Obj *objPtr, Tcl_Namespace **nsPtrPtr);
300 Tcl_Namespace *
325 Tcl_Namespace *
366 Tcl_Namespace *namespacePtr,/* Points to the namespace in which the frame
496 Tcl_DeleteNamespace((Tcl_Namespace *) nsPtr);
527 Tcl_Namespace *namespacePtr,/* Points to the namespace in which the frame
729 Tcl_Namespace *
787 return (Tcl_Namespace *) parentPtr;
901 return (Tcl_Namespace *) nsPtr;
926 Tcl_Namespace *namespacePt
[all...]
H A DtclResolve.c291 * CONST char *name, Tcl_Namespace *context,
306 * CONST char *name, Tcl_Namespace *context,
322 * CONST char *name, Tcl_Namespace *context,
343 Tcl_Namespace *namespacePtr,/* Namespace whose resolution rules are being
393 Tcl_Namespace *namespacePtr,/* Namespace whose resolution rules are being
H A DtclDecls.h2983 EXTERN Tcl_Namespace * Tcl_CreateNamespace(Tcl_Interp *interp,
2990 EXTERN void Tcl_DeleteNamespace(Tcl_Namespace *nsPtr);
2996 Tcl_Namespace *nsPtr, Tcl_Obj *objPtr);
3001 EXTERN int Tcl_Export(Tcl_Interp *interp, Tcl_Namespace *nsPtr,
3007 EXTERN int Tcl_Import(Tcl_Interp *interp, Tcl_Namespace *nsPtr,
3014 Tcl_Namespace *nsPtr, CONST char *pattern);
3019 EXTERN Tcl_Namespace * Tcl_GetCurrentNamespace(Tcl_Interp *interp);
3024 EXTERN Tcl_Namespace * Tcl_GetGlobalNamespace(Tcl_Interp *interp);
3029 EXTERN Tcl_Namespace * Tcl_FindNamespace(Tcl_Interp *interp,
3031 Tcl_Namespace *contextNsPt
[all...]
H A Dtcl.h819 typedef struct Tcl_Namespace { struct
831 struct Tcl_Namespace *parentPtr;
835 } Tcl_Namespace; typedef in typeref:struct:Tcl_Namespace
860 Tcl_Namespace *nsPtr;
904 Tcl_Namespace *namespacePtr;/* Points to the namespace that contains this
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/generic/
H A Ditk_cmds.c120 Tcl_Namespace *itkNs, *parserNs;
150 (Tcl_Namespace*)NULL, /* flags */ 0);
189 itkNs = Tcl_FindNamespace(interp, "::itk", (Tcl_Namespace*)NULL,
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclAccessInt.h4 #define Tcl_Interp_globalNsPtr(interp) ((Tcl_Namespace *)((Interp *)interp)->globalNsPtr)
33 #define Tcl_Command_nsPtr(cmd) ((Tcl_Namespace*)(((Command *)cmd)->nsPtr))
H A DxotclInt.h489 Tcl_Namespace *nsPtr;
522 Tcl_Namespace *nsPtr;
631 Tcl_Namespace *XOTclClassesNS;
632 Tcl_Namespace *XOTclNS;
656 Tcl_Namespace *fakeNS;
H A DxotclShadow.c97 cmd = Tcl_FindCommand(interp, ObjStr(objv[1]), (Tcl_Namespace *)NULL,0);
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_class.c79 Tcl_Namespace *classNs;
94 (Tcl_Namespace*)NULL, /* flags */ 0);
110 (Tcl_Namespace*)NULL, /* flags */ TCL_NAMESPACE_ONLY);
611 Tcl_Namespace *namesp; /* namespace being tested */
672 Tcl_Namespace* classNs;
733 Tcl_Namespace*
738 Tcl_Namespace* contextNs = Tcl_GetCurrentNamespace(interp);
739 Tcl_Namespace* classNs;
748 (Tcl_Namespace*)NULL, /* flags */ 0);
762 (Tcl_Namespace*)NUL
[all...]
H A DitclIntDecls.h34 Tcl_Namespace * namesp));
79 Tcl_Namespace* fromNsPtr));
86 Tcl_Namespace* fromNsPtr));
91 TCL_EXTERN(Tcl_Namespace*) Itcl_GetTrueNamespace _ANSI_ARGS_((
106 Tcl_Namespace ** rNsPtr, char ** rCmdPtr));
244 TCL_EXTERN(Tcl_Namespace*) Itcl_FindClassNamespace _ANSI_ARGS_((
259 Tcl_Namespace * context, int flags,
267 Tcl_Namespace * context, int flags,
275 int length, Tcl_Namespace * context,
353 Tcl_Namespace * contextN
[all...]
H A Ditcl_cmds.c144 Tcl_Namespace *itclNs;
376 itclNs = Tcl_FindNamespace(interp, "::itcl", (Tcl_Namespace*)NULL,
561 Tcl_Namespace *activeNs = Tcl_GetCurrentNamespace(interp);
562 Tcl_Namespace *globalNs = Tcl_GetGlobalNamespace(interp);
692 Tcl_Namespace *activeNs = Tcl_GetCurrentNamespace(interp);
693 Tcl_Namespace *globalNs = Tcl_GetGlobalNamespace(interp);
1080 Tcl_Namespace *contextNs = Tcl_GetCurrentNamespace(interp);
1271 Tcl_Namespace *contextNs = Tcl_GetCurrentNamespace(interp);
1294 (Tcl_Namespace*)NULL, TCL_LEAVE_ERR_MSG);
1429 cmd = Tcl_FindCommand(interp, cmdName, (Tcl_Namespace*)NUL
[all...]
H A Ditcl_objects.c88 Tcl_Namespace *parentNs;
107 (Tcl_Namespace*)NULL, TCL_NAMESPACE_ONLY);
501 Tcl_Namespace *contextNs = NULL;
642 Tcl_Namespace *contextNs = Itcl_GetTrueNamespace(interp,
797 Tcl_Namespace *contextNs = Itcl_GetTrueNamespace(interp,
1167 Tcl_Namespace *contextNs; /* current namespace context */
H A DitclInt.h170 Tcl_Namespace *nsPtr;
335 Tcl_Namespace *namesp; /* namespace representing class scope */
H A Ditcl_util.c1048 Tcl_Namespace* fromNsPtr; /* namespace requesting access */
1103 Tcl_Namespace* fromNsPtr; /* namespace requesting access */
1158 Tcl_Namespace*
1165 Tcl_Namespace *contextNs;
1297 Tcl_Namespace **rNsPtr; /* returns: namespace for scoped value */
1300 Tcl_Namespace *nsPtr = NULL;
1328 (Tcl_Namespace*)NULL, TCL_LEAVE_ERR_MSG);
1401 (Tcl_Namespace *) NULL, /*flags*/ TCL_GLOBAL_ONLY);
H A Ditcl_bicmds.c80 Tcl_Namespace *itclBiNs;
155 (Tcl_Namespace*)NULL, TCL_LEAVE_ERR_MSG);
819 Tcl_Namespace *activeNs = Tcl_GetCurrentNamespace(interp);
820 Tcl_Namespace *contextNs = NULL;
887 Tcl_Namespace *activeNs = Tcl_GetCurrentNamespace(interp);
956 Tcl_Namespace *activeNs = Tcl_GetCurrentNamespace(interp);
1687 cmd = Tcl_FindCommand(interp, "::info", (Tcl_Namespace*)NULL, 0);
H A Ditcl_parse.c78 Tcl_Namespace *parserNs;
200 Tcl_Namespace *parserNs;
219 (Tcl_Namespace*)NULL, TCL_LEAVE_ERR_MSG);
1028 Tcl_Namespace *contextNs; /* namespace context */
H A Ditcl_ensemble.c444 infoPtr->namespacePtr = (Tcl_Namespace*)cmdPtr->nsPtr;
997 (Tcl_Namespace*)NULL, TCL_LEAVE_ERR_MSG);
1674 cmd = Tcl_FindCommand(interp, ensName, (Tcl_Namespace*)NULL, 0);
1680 cmd = Tcl_FindCommand(interp, ensName, (Tcl_Namespace*)NULL, 0);
1767 Tcl_Namespace *childNs;
1803 childNs = (Tcl_Namespace*)Tcl_GetHashValue(hPtr);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A Dtcl.h610 typedef struct Tcl_Namespace { struct
622 struct Tcl_Namespace* parentPtr;
626 } Tcl_Namespace; typedef in typeref:struct:Tcl_Namespace
651 Tcl_Namespace *nsPtr;
693 Tcl_Namespace *namespacePtr; /* Points to the namespace that contains
H A Dtcl.h.orig610 typedef struct Tcl_Namespace {
622 struct Tcl_Namespace* parentPtr;
626 } Tcl_Namespace;
651 Tcl_Namespace *nsPtr;
693 Tcl_Namespace *namespacePtr; /* Points to the namespace that contains

Completed in 601 milliseconds

123