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

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c554 VfsMount *mountIter;
562 mountIter = tsdPtr->listOfMounts;
564 while (mountIter != NULL) {
565 if ((interp == mountIter->interpCmd.interp)
567 (mountIter->mountLen == len &&
568 !strcmp(mountIter->mountPoint, strRep)))) {
570 if (mountIter == tsdPtr->listOfMounts) {
571 tsdPtr->listOfMounts = mountIter->nextMount;
573 lastMount->nextMount = mountIter->nextMount;
576 if (mountIter
549 VfsMount *mountIter; local
621 VfsMount *mountIter; local
661 VfsMount *mountIter; local
1500 VfsMount *mountIter; local
[all...]

Completed in 101 milliseconds