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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dir.c130 int swd_ok; local
132 swd_ok = stat(short2str(tcp), &swd) == 0;
136 if (swd_ok && hp && *hp && stat(short2str(hp), &shp) != -1 &&
146 if (swd_ok && (cwd = getenv("PWD")) != NULL) {

Completed in 60 milliseconds