Searched refs:Parse_Error (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | cond.c | 263 Parse_Error(PARSE_FATAL, in ParseFuncArg() 293 Parse_Error(PARSE_WARNING, in FuncMake() 538 Parse_Error(PARSE_FATAL, in EvalCompareStr() 614 Parse_Error(PARSE_FATAL, in CondParser_Comparison() 781 Parse_Error(PARSE_FATAL, "Unknown operator '|'"); in CondParser_Token() 792 Parse_Error(PARSE_FATAL, "Unknown operator '&'"); in CondParser_Token() 941 Parse_Error(PARSE_FATAL, "Malformed conditional '%s'", cond); in CondEvalExpression() 1066 Parse_Error(PARSE_FATAL, in Cond_EvalLine() 1071 Parse_Error(PARSE_FATAL, "if-less endif"); in Cond_EvalLine() 1091 Parse_Error(PARSE_FATAL, in Cond_EvalLine() [all …]
|
H A D | parse.c | 581 Parse_Error(ParseErrorLevel level, const char *fmt, ...) in Parse_Error() function 609 Parse_Error(PARSE_FATAL, "Missing argument for \".%s\"", in HandleMessage() 617 Parse_Error(level, "%s", xmsg); in HandleMessage() 673 Parse_Error(PARSE_FATAL, "Inconsistent operator for %s", in TryApplyDependencyOperator() 899 Parse_Error(PARSE_FATAL, "Unknown directive \"%.*s\"", in InvalidLineType() 902 Parse_Error(PARSE_FATAL, "Invalid line '%s'", line); in InvalidLineType() 904 Parse_Error(PARSE_FATAL, in InvalidLineType() 1010 Parse_Error(PARSE_FATAL, in HandleDependencyTargetPath() 1042 Parse_Error(PARSE_FATAL, "Mismatched special targets"); in HandleDependencyTarget() 1107 Parse_Error(PARSE_WARNING, "Extra target '%.*s' ignored", in SkipExtraTargets() [all …]
|
H A D | for.c | 158 Parse_Error(PARSE_FATAL, "missing `in' in for"); in ForLoop_ParseVarnames() 166 Parse_Error(PARSE_FATAL, in ForLoop_ParseVarnames() 186 Parse_Error(PARSE_FATAL, "no iteration variables in for"); in ForLoop_ParseVarnames() 210 Parse_Error(PARSE_FATAL, in ForLoop_ParseItems() 262 Parse_Error(PARSE_FATAL, "for-less endfor"); in For_Eval() 362 Parse_Error(PARSE_FATAL, "newline in .for value"); in AddEscaped()
|
H A D | var.c | 587 Parse_Error(PARSE_FATAL, in Var_Delete() 598 Parse_Error(PARSE_FATAL, in Var_Delete() 642 Parse_Error(PARSE_FATAL, in Var_Undef() 650 Parse_Error(PARSE_FATAL, in Var_Undef() 877 Parse_Error(PARSE_WARNING, ".export requires an argument."); in Var_Export() 926 Parse_Error(PARSE_FATAL, in GetVarnamesToUnexport() 1056 Parse_Error(PARSE_FATAL, in Var_SetWithFlags() 1073 Parse_Error(PARSE_FATAL, in Var_SetWithFlags() 1190 Parse_Error(PARSE_FATAL, in Var_Append() 1583 Parse_Error(PARSE_FATAL, "%s: %s", str, errbuf); in RegexError() [all …]
|
H A D | job.c | 2400 Parse_Error(PARSE_FATAL, in Job_ParseShell() 2411 Parse_Error(PARSE_FATAL, in Job_ParseShell() 2417 Parse_Error(PARSE_WARNING, in Job_ParseShell() 2437 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 | 908 void Parse_Error(ParseErrorLevel, const char *, ...) MAKE_ATTR_PRINTFLIKE(2, 3);
|
H A D | ChangeLog | 937 o parse.c: reorganize Parse_Error 2026 o parse.c: convert error level for Parse_Error to an enum 4157 o segfault from Parse_Error when no makefile is open
|