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

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c1887 Tcl_Obj *oldVols = tsdPtr->vfsVolumes;
1888 tsdPtr->vfsVolumes = Tcl_DuplicateObj(oldVols);
1890 Tcl_DecrRefCount(oldVols);
1920 Tcl_Obj *oldVols = tsdPtr->vfsVolumes;
1921 tsdPtr->vfsVolumes = Tcl_DuplicateObj(oldVols);
1923 Tcl_DecrRefCount(oldVols);
1909 Tcl_Obj *oldVols = tsdPtr->vfsVolumes; local

Completed in 118 milliseconds