Home
last modified time | relevance | path

Searched refs:badstat (Results 1 – 1 of 1) sorted by path

/freebsd/bin/sh/
H A Dcd.c183 int badstat; in cdlogical() local
190 badstat = 0; in cdlogical()
210 badstat = 1; in cdlogical()
216 if ((p = findcwd(badstat ? NULL : dest)) == NULL || chdir(p) < 0) { in cdlogical()