Searched refs:PARSE_WARNING (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dparse.h53 * once the makefile has been parsed. PARSE_WARNING means it can. Passed
56 #define PARSE_WARNING 2 macro
H A Dcond.c261 Parse_Error(PARSE_WARNING,
549 Parse_Error(PARSE_WARNING,
574 Parse_Error(PARSE_WARNING,
685 Parse_Error(PARSE_WARNING,
693 Parse_Error(PARSE_WARNING,
1125 Parse_Error(PARSE_WARNING, "junk after .else ignored '%s'",
1166 Parse_Error(PARSE_WARNING, "junk after .endif ignored '%s'",
H A Dparse.c321 if (type == PARSE_WARNING)
967 Parse_Error(PARSE_WARNING, "Extra target (%s) ignored",
986 Parse_Error(PARSE_WARNING,
1000 Parse_Error(PARSE_WARNING, "Special and mundane "
1529 Parse_Error(PARSE_WARNING, error, cp);
2241 Parse_Error(PARSE_WARNING, "invalid syntax: .%s%s",
2250 Parse_Error(iserror ? PARSE_FATAL : PARSE_WARNING, "%s", line);
2439 Parse_Error(PARSE_WARNING, "duplicate script "
H A Dsuff.c2101 Parse_Error(PARSE_WARNING, "Desired null suffix %s "
/freebsd-9.3-release/contrib/bmake/
H A Dcond.c308 Parse_Error(PARSE_WARNING, "Missing closing parenthesis for %s()",
715 Parse_Error(PARSE_WARNING,
727 Parse_Error(PARSE_WARNING,
761 Parse_Error(PARSE_WARNING,
769 Parse_Error(PARSE_WARNING,
1299 Parse_Error(PARSE_WARNING, "extra else");
1342 Parse_Error(PARSE_WARNING, "extra elif");
H A Dparse.c697 if (type == PARSE_WARNING)
797 mtype = PARSE_WARNING;
803 Parse_Error(PARSE_WARNING, "invalid syntax: \".%s\"", line);
1421 Parse_Error(PARSE_WARNING, "Extra target (%s) ignored", line);
1441 Parse_Error(PARSE_WARNING, "Extra target ignored");
1461 Parse_Error(PARSE_WARNING, "Special and mundane targets don't mix. Mundane ones ignored");
1937 Parse_Error(PARSE_WARNING, error, cp);
1995 Parse_Error(PARSE_WARNING,
2000 Parse_Error(PARSE_WARNING,
2003 ParseErrorInternal(gn->fname, gn->lineno, PARSE_WARNING,
[all...]
H A Dmake.h339 * once the makefile has been parsed. PARSE_WARNING means it can. Passed
342 #define PARSE_WARNING 2 macro
H A Djob.c2495 Parse_Error(PARSE_WARNING, "%s: No matching shell",
2531 Parse_Error(PARSE_WARNING, "%s: No matching shell",
H A Dsuff.c2508 Parse_Error(PARSE_WARNING, "Desired null suffix %s not defined.",

Completed in 192 milliseconds