Searched refs:PARSE_FATAL (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | cond.c | 263 Parse_Error(PARSE_FATAL, in ParseFuncArg() 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() 1096 Parse_Error(PARSE_FATAL, "if-less else"); in Cond_EvalLine() [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 | parse.c | 539 if (level == PARSE_FATAL) in ParseVErrorInternal() 549 if (level == PARSE_FATAL || DEBUG(PARSE)) in ParseVErrorInternal() 609 Parse_Error(PARSE_FATAL, "Missing argument for \".%s\"", in HandleMessage() 620 if (level == PARSE_FATAL) { 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() [all …]
|
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() 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() 1595 Parse_Error(PARSE_FATAL, "No subexpression \\%u", n); in RegexReplaceBackref() [all …]
|
H A D | arch.c | 316 Parse_Error(PARSE_FATAL, in Arch_ParseArchive()
|
H A D | make.h | 565 PARSE_FATAL = 1, enumerator
|
H A D | job.c | 2400 Parse_Error(PARSE_FATAL, in Job_ParseShell() 2411 Parse_Error(PARSE_FATAL, in Job_ParseShell()
|
H A D | suff.c | 1279 Parse_Error(PARSE_FATAL, in ExpandChildrenRegular()
|