• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/tcl-105/tcl84/tcl/generic/

Lines Matching +defs:old +defs:tail

1415      * makes sure that we don't later try to execute old code compiled with
1565 * makes sure that we don't later try to execute old code compiled
1620 CONST char *tail;
1641 CREATE_NS_IF_UNKNOWN, &nsPtr, &dummy1, &dummy2, &tail);
1642 if ((nsPtr == NULL) || (tail == NULL)) {
1647 tail = cmdName;
1650 hPtr = Tcl_CreateHashEntry(&nsPtr->cmdTable, tail, &new);
1653 * Command already exists. Delete the old one.
1664 hPtr = Tcl_CreateHashEntry(&nsPtr->cmdTable, tail, &new);
1736 * delete the old command.
1768 CONST char *tail;
1789 CREATE_NS_IF_UNKNOWN, &nsPtr, &dummy1, &dummy2, &tail);
1790 if ((nsPtr == NULL) || (tail == NULL)) {
1795 tail = cmdName;
1798 hPtr = Tcl_CreateHashEntry(&nsPtr->cmdTable, tail, &new);
1805 * argument "proc". Otherwise, we delete the old command.
1817 * Otherwise, we delete the old command. Be careful to preserve
1827 hPtr = Tcl_CreateHashEntry(&nsPtr->cmdTable, tail, &new);
2056 * old command name and the new command name can have "::" namespace
2184 * old and new commands [Tcl bug #651271], or else there's no way
2185 * for the trace procedure to get the namespace from which the old
2214 * makes sure that we don't later try to execute old code compiled for
2641 * makes sure that we don't later try to execute old code compiled with
2725 CONST char *oldName; /* Command's old name, or NULL if we
3167 CallFrame *savedVarFramePtr; /* Saves old copy of iPtr->varFramePtr
3479 * an error occurred, then old information in errorInfo is
4010 CallFrame *savedVarFramePtr; /* Saves old copy of iPtr->varFramePtr
4767 * the old information in the new structure.
4952 * For backwards compatibility with old C code that predates the
5063 CallFrame *savedVarFramePtr; /* Saves old copy of iPtr->varFramePtr
6338 * This is a bit messy because we have to emulate the old trace
6719 * The return value is the old limit on nesting for interp.
6734 int old;
6736 old = iPtr->maxNestingDepth;
6740 return old;