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

/freebsd-10-stable/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-10-stable/contrib/bmake/
H A Dcond.c318 Parse_Error(PARSE_WARNING, "Missing closing parenthesis for %s()",
740 Parse_Error(PARSE_WARNING,
752 Parse_Error(PARSE_WARNING,
786 Parse_Error(PARSE_WARNING,
794 Parse_Error(PARSE_WARNING,
1322 Parse_Error(PARSE_WARNING, "extra else");
1365 Parse_Error(PARSE_WARNING, "extra elif");
H A Dparse.c718 if (type == PARSE_WARNING)
818 mtype = PARSE_WARNING;
824 Parse_Error(PARSE_WARNING, "invalid syntax: \".%s\"", line);
1469 Parse_Error(PARSE_WARNING, "Extra target (%s) ignored", line);
1491 Parse_Error(PARSE_WARNING, "Extra target ignored");
1511 Parse_Error(PARSE_WARNING, "Special and mundane targets don't mix. Mundane ones ignored");
2000 Parse_Error(PARSE_WARNING, error, cp);
2096 Parse_Error(PARSE_WARNING,
2101 Parse_Error(PARSE_WARNING,
2104 ParseErrorInternal(gn->fname, gn->lineno, PARSE_WARNING,
[all...]
H A Dmake.h346 * once the makefile has been parsed. PARSE_WARNING means it can. Passed
349 #define PARSE_WARNING 2 macro
H A Djob.c2538 Parse_Error(PARSE_WARNING, "%s: No matching shell",
2574 Parse_Error(PARSE_WARNING, "%s: No matching shell",
H A Dsuff.c2543 Parse_Error(PARSE_WARNING, "Desired null suffix %s not defined.",

Completed in 173 milliseconds