Searched refs:Parse_Error (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/bmake/ |
| H A D | cond.c | 256 Parse_Error(PARSE_FATAL, in ParseFuncArg() 285 Parse_Error(PARSE_WARNING, in FuncMake() 441 Parse_Error(PARSE_FATAL, in CondParser_Leaf() 479 Parse_Error(PARSE_FATAL, in CondParser_Leaf() 533 Parse_Error(PARSE_FATAL, in EvalCompareStr() 608 Parse_Error(PARSE_FATAL, in CondParser_Comparison() 772 Parse_Error(PARSE_FATAL, "Unknown operator \"|\""); in CondParser_Token() 782 Parse_Error(PARSE_FATAL, "Unknown operator \"&\""); in CondParser_Token() 930 Parse_Error(PARSE_FATAL, "Malformed conditional \"%s\"", cond); in CondEvalExpression() 1055 Parse_Error(PARSE_FATAL, in Cond_EvalLine() [all …]
|
| H A D | for.c | 156 Parse_Error(PARSE_FATAL, in ForLoop_ParseVarnames() 172 Parse_Error(PARSE_FATAL, in ForLoop_ParseVarnames() 181 Parse_Error(PARSE_FATAL, in ForLoop_ParseVarnames() 205 Parse_Error(PARSE_FATAL, in ForLoop_ParseItems() 257 Parse_Error(PARSE_FATAL, "for-less endfor"); in For_Eval() 357 Parse_Error(PARSE_FATAL, "newline in .for value"); in AddEscaped()
|
| H A D | parse.c | 636 Parse_Error(ParseErrorLevel level, const char *fmt, ...) in Parse_Error() function 664 Parse_Error(PARSE_FATAL, "Missing argument for \".%s\"", in HandleMessage() 672 Parse_Error(level, "%s", xmsg); in HandleMessage() 728 Parse_Error(PARSE_FATAL, "Inconsistent operator for %s", in TryApplyDependencyOperator() 954 Parse_Error(PARSE_FATAL, "Unknown directive \"%.*s\"", in InvalidLineType() 957 Parse_Error(PARSE_FATAL, "Invalid line \"%s\"", line); in InvalidLineType() 959 Parse_Error(PARSE_FATAL, in InvalidLineType() 1065 Parse_Error(PARSE_FATAL, in HandleDependencyTargetPath() 1097 Parse_Error(PARSE_FATAL, "Mismatched special targets"); in HandleDependencyTarget() 1162 Parse_Error(PARSE_WARNING, "Extra target \"%.*s\" ignored", in SkipExtraTargets() [all …]
|
| H A D | var.c | 613 Parse_Error(PARSE_FATAL, in Var_Delete() 624 Parse_Error(PARSE_FATAL, in Var_Delete() 668 Parse_Error(PARSE_FATAL, in Var_Undef() 676 Parse_Error(PARSE_FATAL, in Var_Undef() 903 Parse_Error(PARSE_WARNING, ".export requires an argument."); in Var_Export() 952 Parse_Error(PARSE_FATAL, in GetVarnamesToUnexport() 1088 Parse_Error(PARSE_FATAL, in Var_SetWithFlags() 1105 Parse_Error(PARSE_FATAL, in Var_SetWithFlags() 1222 Parse_Error(PARSE_FATAL, in Var_Append() 1611 Parse_Error(PARSE_FATAL, "%s: %s", str, errbuf); in RegexError() [all …]
|
| H A D | job.c | 2418 Parse_Error(PARSE_FATAL, in Job_ParseShell() 2429 Parse_Error(PARSE_FATAL, in Job_ParseShell() 2435 Parse_Error(PARSE_WARNING, in Job_ParseShell() 2455 Parse_Error(PARSE_WARNING, in Job_ParseShell()
|
| H A D | suff.c | 1279 Parse_Error(PARSE_FATAL, in ExpandChildrenRegular() 2019 Parse_Error(PARSE_WARNING, in Suff_SetNull()
|
| H A D | arch.c | 316 Parse_Error(PARSE_FATAL, in Arch_ParseArchive()
|
| H A D | make.h | 915 void Parse_Error(ParseErrorLevel, const char *, ...) MAKE_ATTR_PRINTFLIKE(2, 3);
|
| H A D | main.c | 1222 Parse_Error(PARSE_WARNING, in InitMaxJobs()
|
| H A D | ChangeLog | 1242 o parse.c: reorganize Parse_Error 2331 o parse.c: convert error level for Parse_Error to an enum 4462 o segfault from Parse_Error when no makefile is open
|