Searched refs:interpCmd (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclInterp.c44 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 ha
43 Tcl_Command interpCmd; /* Interpreter object command. */ member in struct:__anon438
[all...]

Completed in 14 milliseconds