Lines Matching refs:interpCmd
44 Tcl_Command interpCmd; /* Interpreter object command. */
520 slavePtr->interpCmd = Tcl_CreateCommand(masterInterp, slavePath,
702 slaveName = Tcl_GetCommandName(masterInterp, slavePtr->interpCmd);
805 slavePtr->interpCmd = (Tcl_Command) NULL;
1026 slavePtr->interpCmd = (Tcl_Command) NULL;
1786 slavePtr->interpCmd = NULL;
2039 cmdName = Tcl_GetCommandName(interp, slavePtr->interpCmd);
2098 if (slavePtr->interpCmd != (Tcl_Command) NULL) {
2099 Command *cmdPtr = (Command *) slavePtr->interpCmd;
2102 * The interpCmd has not been deleted in the master yet, since
2103 * it's callback sets interpCmd to NULL.
2127 slavePtr->interpCmd));