Lines Matching defs:n

437 		(void) printf("%*sdoname(%s)\n",
683 (void) printf(gettext("%*sBuilding %s using .DEFAULT because it is out of date\n"),
877 (void) printf(gettext("%*sTarget `%s' acquired new dependencies from build, rechecking all dependencies\n"),
1030 (void) printf(gettext("Target %s rebuilt because dependency %s does not exist\n"),
1060 (void) printf(gettext("%*sDate(%s)=%s \n"),
1067 (void) printf(gettext("%*sDate-dependencies(%s) set to %s\n"),
1126 (void) printf(gettext("%*sBuilding %s because %s does not exist\n"),
1132 (void) printf(gettext("%*sBuilding %s because it is out of date relative to %s\n"),
1422 (void) printf(gettext("%*sDynamic dependency `%s' for target `%s'\n"),
1457 (void) printf(gettext("%*sDynamic dependency `%s' for target `%s'\n"),
1752 * do_not_exec_rule -n flag
1799 (void) printf("%s\n", rule->command_line->string_mb);
1825 (void) printf(gettext("The following command caused the error:\n%s\n"),
2142 * do_not_exec_rule Always echo when running -n
2347 /* "make -n" runs actually execute the command */
2402 (void) printf(gettext("%*sBuilding %s because new command \n\t%s\n%*sdifferent from old\n\t%s\n"),
2413 (void) printf(gettext("%*sBuilding %s because new command \n\t%s\n%*sdifferent from empty old command\n"),
2438 (void) printf(gettext("%*sBuilding %s because new command shorter than old\n"),
2453 (void) printf(gettext("%*sBuilding %s because new command longer than old\n"),
2497 * do_not_exec_rule Indicates that -n is on
2538 (void) printf("%s\n", touch_cmd->string_mb);
2578 * do_not_exec_rule Indicates that -n is on
2766 (void) printf(gettext("%*sSccs getting %s because s. file is younger than source file\n"),
3033 (void) printf(gettext("%*sdeactivating conditional value: %s= %s\n"),
3041 (void) printf(gettext("%*sdeactivating conditional value: %s =\n"),
3071 int n;
3086 for (n = auto_count, p = automatics;
3087 n > 0;
3088 n--) {