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

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c243 Vfs_InterpCmd interpCmd; member in struct:VfsMount
503 newMount->interpCmd.mountCmd = mountCmd;
504 newMount->interpCmd.interp = interp;
565 if ((interp == mountIter->interpCmd.interp)
588 Tcl_DecrRefCount(mountIter->interpCmd.mountCmd);
645 Vfs_InterpCmd *ret = &mountIter->interpCmd;
974 Vfs_InterpCmd *interpCmd = NULL;
1016 interpCmd = Vfs_FindMount(normedObj, splitPosition);
1017 if (interpCmd != NULL) break;
1040 interpCmd
963 Vfs_InterpCmd *interpCmd = NULL; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclInterp.c84 Tcl_Command interpCmd; /* Interpreter object command. */
242 slavePtr->interpCmd = NULL;
311 if (slavePtr->interpCmd != NULL) {
321 slavePtr->interpCmd);
518 iiPtr->slave.interpCmd);
1838 slavePtr->interpCmd = Tcl_CreateObjCommand(masterInterp, path,
2080 slavePtr->interpCmd = NULL;
83 Tcl_Command interpCmd; /* Interpreter object command. */ member in struct:Slave
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclInterp.c88 Tcl_Command interpCmd; /* Interpreter object command. */
450 slavePtr->interpCmd = NULL;
514 if (slavePtr->interpCmd != NULL) {
524 slavePtr->interpCmd);
731 iiPtr->slave.interpCmd);
2163 slavePtr->interpCmd = Tcl_CreateObjCommand(masterInterp, path,
2463 slavePtr->interpCmd = NULL;
87 Tcl_Command interpCmd; /* Interpreter object command. */ member in struct:Slave

Completed in 118 milliseconds