Home
last modified time | relevance | path

Searched refs:PARSE_FATAL (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/bmake/
H A Dcond.c256 Parse_Error(PARSE_FATAL, in ParseFuncArg()
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()
1062 Parse_Error(PARSE_FATAL, "if-less endif"); in Cond_EvalLine()
[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 Dparse.c593 if (level == PARSE_FATAL) in ParseVErrorInternal()
603 if (level == PARSE_FATAL || DEBUG(PARSE) in ParseVErrorInternal()
664 Parse_Error(PARSE_FATAL, "Missing argument for \".%s\"", in HandleMessage()
675 if (level == PARSE_FATAL) { 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()
[all …]
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()
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()
1620 Parse_Error(PARSE_FATAL, "No subexpression \\%u", n); in RegexReplaceBackref()
[all …]
H A Dmake.h566 PARSE_FATAL = 1, enumerator
H A Darch.c316 Parse_Error(PARSE_FATAL, in Arch_ParseArchive()
H A Djob.c2364 Parse_Error(PARSE_FATAL, in Job_ParseShell()
2375 Parse_Error(PARSE_FATAL, in Job_ParseShell()
H A Dsuff.c1279 Parse_Error(PARSE_FATAL, in ExpandChildrenRegular()