Searched refs:PARSE_FATAL (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | cond.c | 256 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 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 | 593 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 D | var.c | 606 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 D | make.h | 566 PARSE_FATAL = 1, enumerator
|
H A D | arch.c | 316 Parse_Error(PARSE_FATAL, in Arch_ParseArchive()
|
H A D | job.c | 2364 Parse_Error(PARSE_FATAL, in Job_ParseShell() 2375 Parse_Error(PARSE_FATAL, in Job_ParseShell()
|
H A D | suff.c | 1279 Parse_Error(PARSE_FATAL, in ExpandChildrenRegular()
|