dfind
else if ((dp = dfind(*v)) != 0) {
else if ((dp = dfind(*v)) != NULL) {
static struct directory *dfind(Char *);
else if ((dp = dfind(*v)) == 0)