Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:bad

2006 	      char bad;
2012 bad = 1;
2015 bad = 0;
2018 bad = 1;
2019 if (bad)
2378 print_usage (int bad)
2386 usageto = bad ? stderr : stdout;
2408 int bad = 0;
2435 /* Bad option. We will print a usage message and die later.
2438 bad = 1;
2473 bad = 1;
2525 bad = 1;
2563 if (!env && (bad || print_usage_flag))
2565 print_usage (bad);
2566 die (bad ? 2 : 0);
2996 after any other error code, that's bad. */