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

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c244 struct VfsMount* nextMount; member in struct:VfsMount
508 newMount->nextMount = tsdPtr->listOfMounts;
571 tsdPtr->listOfMounts = mountIter->nextMount;
573 lastMount->nextMount = mountIter->nextMount;
594 mountIter = mountIter->nextMount;
648 mountIter = mountIter->nextMount;
678 mountIter = mountIter->nextMount;
1539 mountIter = mountIter->nextMount;

Completed in 180 milliseconds