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

/freebsd-13-stable/contrib/bmake/
H A Dparse.c94 * Parse_Error Report a parse error, a warning or an informational
669 Parse_Error(ParseErrorLevel type, const char *fmt, ...) function
708 Parse_Error(PARSE_FATAL, "Missing argument for \".%s\"",
716 Parse_Error(level, "%s", xmsg);
772 Parse_Error(PARSE_FATAL, "Inconsistent operator for %s",
1021 Parse_Error(PARSE_FATAL,
1030 Parse_Error(PARSE_FATAL, "Unknown directive \"%.*s\"",
1033 Parse_Error(PARSE_FATAL, "Invalid line type");
1147 Parse_Error(PARSE_FATAL,
1180 Parse_Error(PARSE_FATA
[all...]
H A Dfor.c138 Parse_Error(PARSE_FATAL, "missing `in' in for");
161 Parse_Error(PARSE_FATAL, "no iteration variables in for");
177 Parse_Error(PARSE_FATAL, "Error in .for loop items");
188 Parse_Error(PARSE_FATAL,
234 Parse_Error(PARSE_FATAL, "for-less endfor");
H A Dcond.c291 Parse_Error(PARSE_FATAL,
609 Parse_Error(PARSE_FATAL,
703 Parse_Error(PARSE_FATAL,
902 Parse_Error(PARSE_FATAL, "Unknown operator '|'");
913 Parse_Error(PARSE_FATAL, "Unknown operator '&'");
1082 Parse_Error(PARSE_FATAL, "Malformed conditional (%s)", cond);
1214 Parse_Error(PARSE_FATAL,
1219 Parse_Error(PARSE_FATAL, "if-less endif");
1245 Parse_Error(PARSE_FATAL,
1250 Parse_Error(PARSE_FATA
[all...]
H A Dvar.c564 Parse_Error(PARSE_FATAL,
571 Parse_Error(PARSE_FATAL,
845 Parse_Error(PARSE_FATAL,
2023 * as a fallback, either issue an error message using Error or Parse_Error
2379 Parse_Error(PARSE_FATAL,
2508 Parse_Error(PARSE_FATAL,
2535 Parse_Error(PARSE_FATAL,
2630 Parse_Error(PARSE_FATAL,
2948 Parse_Error(PARSE_FATAL,
3677 Parse_Error(PARSE_FATA
[all...]
H A Dnonints.h163 void Parse_Error(ParseErrorLevel, const char *, ...) MAKE_ATTR_PRINTFLIKE(2, 3);
H A Djob.c2455 Parse_Error(PARSE_FATAL,
2472 Parse_Error(PARSE_FATAL,
2478 Parse_Error(PARSE_WARNING,
2517 Parse_Error(PARSE_WARNING,
H A Darch.c325 Parse_Error(PARSE_FATAL,
H A Dsuff.c1315 Parse_Error(PARSE_FATAL,
2078 Parse_Error(PARSE_WARNING,
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddep-var.mk87 # XXX: Why is the exit status still 0, even though Parse_Error is called

Completed in 188 milliseconds