Home
last modified time | relevance | path

Searched refs:Parse_Error (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/bmake/
H A Dcond.c256 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()
774 Parse_Error(PARSE_FATAL, "Unknown operator \"|\""); in CondParser_Token()
784 Parse_Error(PARSE_FATAL, "Unknown operator \"&\""); in CondParser_Token()
932 Parse_Error(PARSE_FATAL, "Malformed conditional \"%s\"", cond); in CondEvalExpression()
1057 Parse_Error(PARSE_FATAL, in Cond_EvalLine()
[all …]
H A Dparse.c636 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 Dfor.c156 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 Dvar.c606 Parse_Error(PARSE_FATAL, in Var_Delete()
617 Parse_Error(PARSE_FATAL, in Var_Delete()
661 Parse_Error(PARSE_FATAL, in Var_Undef()
669 Parse_Error(PARSE_FATAL, in Var_Undef()
896 Parse_Error(PARSE_WARNING, ".export requires an argument."); in Var_Export()
945 Parse_Error(PARSE_FATAL, in GetVarnamesToUnexport()
1081 Parse_Error(PARSE_FATAL, in Var_SetWithFlags()
1098 Parse_Error(PARSE_FATAL, in Var_SetWithFlags()
1215 Parse_Error(PARSE_FATAL, in Var_Append()
1608 Parse_Error(PARSE_FATAL, "%s: %s", str, errbuf); in RegexError()
[all …]
H A Djob.c2364 Parse_Error(PARSE_FATAL, in Job_ParseShell()
2375 Parse_Error(PARSE_FATAL, in Job_ParseShell()
2381 Parse_Error(PARSE_WARNING, in Job_ParseShell()
2401 Parse_Error(PARSE_WARNING, in Job_ParseShell()
H A Dsuff.c1279 Parse_Error(PARSE_FATAL, in ExpandChildrenRegular()
2019 Parse_Error(PARSE_WARNING, in Suff_SetNull()
H A Dmake.h913 void Parse_Error(ParseErrorLevel, const char *, ...) MAKE_ATTR_PRINTFLIKE(2, 3);
H A Darch.c316 Parse_Error(PARSE_FATAL, in Arch_ParseArchive()
H A Dmain.c1223 Parse_Error(PARSE_WARNING, in InitMaxJobs()
H A DChangeLog1107 o parse.c: reorganize Parse_Error
2196 o parse.c: convert error level for Parse_Error to an enum
4327 o segfault from Parse_Error when no makefile is open