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

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c241 int mountLen; member in struct:VfsMount
278 static Vfs_InterpCmd* Vfs_FindMount(Tcl_Obj *pathMount, int mountLen);
495 newMount->mountLen = len;
567 (mountIter->mountLen == len &&
579 mountIter->mountLen);
623 Vfs_FindMount(pathMount, mountLen)
625 int mountLen;
635 if (mountLen == -1) {
636 mountStr = Tcl_GetStringFromObj(pathMount, &mountLen);
643 if (mountIter->mountLen
[all...]

Completed in 168 milliseconds