• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/tcl-102/tcl84/tcl/generic/

Lines Matching defs:cxtNsPtr

1596  *	the namespace specified by cxtNsPtr if it is non-NULL. If cxtNsPtr
1611 * name is sought only in the namespace specified by cxtNsPtr. The
1615 * the search starts from the namespace specified by cxtNsPtr.
1649 * set to the input context namespace pointer in cxtNsPtr. If cxtNsPtr
1663 TclGetNamespaceForQualName(interp, qualName, cxtNsPtr, flags,
1669 Namespace *cxtNsPtr; /* The namespace in which to start the
1680 * found starting from *cxtNsPtr or, if
1694 * search started. This is either cxtNsPtr,
1697 * cxtNsPtr was NULL. */
1704 Namespace *nsPtr = cxtNsPtr;
1717 * namespace given in cxtNsPtr, or if that is NULL, use the current
1752 * flag is set to search only the namespace *cxtNsPtr, ignore the
2011 Namespace *nsPtr[2], *cxtNsPtr;
2027 cxtNsPtr = (Namespace *) Tcl_GetGlobalNamespace(interp);
2030 cxtNsPtr = (Namespace *) contextNsPtr;
2033 cxtNsPtr = (Namespace *) Tcl_GetCurrentNamespace(interp);
2036 if (cxtNsPtr->cmdResProc != NULL || iPtr->resolverPtr != NULL) {
2039 if (cxtNsPtr->cmdResProc) {
2040 result = (*cxtNsPtr->cmdResProc)(interp, name,
2041 (Tcl_Namespace *) cxtNsPtr, flags, &cmd);
2049 (Tcl_Namespace *) cxtNsPtr, flags, &cmd);
2067 flags, &nsPtr[0], &nsPtr[1], &cxtNsPtr, &simpleName);
2144 Namespace *nsPtr[2], *cxtNsPtr;
2159 cxtNsPtr = (Namespace *) Tcl_GetGlobalNamespace(interp);
2162 cxtNsPtr = (Namespace *) contextNsPtr;
2165 cxtNsPtr = (Namespace *) Tcl_GetCurrentNamespace(interp);
2168 if (cxtNsPtr->varResProc != NULL || iPtr->resolverPtr != NULL) {
2171 if (cxtNsPtr->varResProc) {
2172 result = (*cxtNsPtr->varResProc)(interp, name,
2173 (Tcl_Namespace *) cxtNsPtr, flags, &var);
2181 (Tcl_Namespace *) cxtNsPtr, flags, &var);
2199 flags, &nsPtr[0], &nsPtr[1], &cxtNsPtr, &simpleName);