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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.dir.c129 struct stat swd, shp; local
132 swd_ok = stat(short2str(tcp), &swd) == 0;
137 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) &&
138 swd.st_ino == shp.st_ino)
148 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) &&
149 swd.st_ino == shp.st_ino) {

Completed in 142 milliseconds