Searched defs:xfailed (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c2608 char *xfailed = Nullch; local
2809 if (!xfailed)
2810 xfailed = savepv(tmpbuf);
2813 if (!xfound && !seen_dot && !xfailed &&
2821 (xfailed ? "execute" : "find"),
2822 (xfailed ? xfailed : scriptname),
2823 (xfailed ? "" : " on PATH"),
2824 (xfailed || seen_dot) ? "" : ", '.' not in PATH");
2828 if (xfailed)
[all...]

Completed in 154 milliseconds