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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c127 int swd_ok; local
129 swd_ok = stat(short2str(tcp), &swd) == 0;
133 if (swd_ok && hp && *hp && stat(short2str(hp), &shp) != -1 &&
143 if (swd_ok && (cwd = getenv("PWD")) != NULL) {

Completed in 64 milliseconds