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

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c77 * We retain a refCount on the 'mountCmd' object, but there is no need
87 Tcl_Obj *mountCmd; /* The Tcl command prefix which will be used member in struct:Vfs_InterpCmd
276 Tcl_Interp *interp, Tcl_Obj* mountCmd);
447 * interpreter/mountCmd pair.
466 Vfs_AddMount(mountPoint, isVolume, interp, mountCmd)
470 Tcl_Obj* mountCmd;
477 if (mountPoint == NULL || interp == NULL || mountCmd == NULL) {
503 newMount->interpCmd.mountCmd = mountCmd;
506 Tcl_IncrRefCount(mountCmd);
1098 Tcl_Obj *mountCmd = NULL; local
1247 Tcl_Obj *mountCmd = NULL; local
1305 Tcl_Obj *mountCmd = NULL; local
1532 Tcl_Obj *mountCmd = NULL; local
1586 Tcl_Obj *mountCmd = NULL; local
1612 Tcl_Obj *mountCmd = NULL; local
1644 Tcl_Obj *mountCmd = NULL; local
1681 Tcl_Obj *mountCmd = NULL; local
1716 Tcl_Obj *mountCmd = NULL; local
1771 Tcl_Obj *mountCmd = NULL; local
1819 Tcl_Obj *mountCmd = NULL; local
1986 Tcl_Obj *mountCmd; local
[all...]

Completed in 119 milliseconds