Searched refs:PARSE_FATAL (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/bmake/ |
| HD | cond.c | 276 Parse_Error(PARSE_FATAL, in ParseFuncArg() 581 Parse_Error(PARSE_FATAL, in EvalCompareStr() 658 Parse_Error(PARSE_FATAL, in CondParser_Comparison() 824 Parse_Error(PARSE_FATAL, "Unknown operator '|'"); in CondParser_Token() 835 Parse_Error(PARSE_FATAL, "Unknown operator '&'"); in CondParser_Token() 1001 Parse_Error(PARSE_FATAL, "Malformed conditional (%s)", cond); in CondEvalExpression() 1132 Parse_Error(PARSE_FATAL, in Cond_EvalLine() 1137 Parse_Error(PARSE_FATAL, "if-less endif"); in Cond_EvalLine() 1162 Parse_Error(PARSE_FATAL, in Cond_EvalLine() 1167 Parse_Error(PARSE_FATAL, "if-less else"); in Cond_EvalLine() [all …]
|
| HD | for.c | 135 Parse_Error(PARSE_FATAL, "missing `in' in for"); in ForLoop_ParseVarnames() 156 Parse_Error(PARSE_FATAL, "no iteration variables in for"); in ForLoop_ParseVarnames() 172 Parse_Error(PARSE_FATAL, "Error in .for loop items"); in ForLoop_ParseItems() 183 Parse_Error(PARSE_FATAL, in ForLoop_ParseItems() 238 Parse_Error(PARSE_FATAL, "for-less endfor"); in For_Eval() 360 Parse_Error(PARSE_FATAL, "newline in .for value"); in AddEscaped()
|
| HD | parse.c | 516 if (level == PARSE_FATAL) in ParseVErrorInternal() 586 Parse_Error(PARSE_FATAL, "Missing argument for \".%s\"", in HandleMessage() 597 if (level == PARSE_FATAL) { in HandleMessage() 648 Parse_Error(PARSE_FATAL, "Inconsistent operator for %s", in TryApplyDependencyOperator() 875 Parse_Error(PARSE_FATAL, in InvalidLineType() 884 Parse_Error(PARSE_FATAL, "Unknown directive \"%.*s\"", in InvalidLineType() 887 Parse_Error(PARSE_FATAL, "Invalid line type"); in InvalidLineType() 997 Parse_Error(PARSE_FATAL, in HandleDependencyTargetPath() 1029 Parse_Error(PARSE_FATAL, "Mismatched special targets"); in HandleDependencyTarget() 1231 Parse_Error(PARSE_FATAL, "Could not find %s", file); in IncludeFile() [all …]
|
| HD | var.c | 523 Parse_Error(PARSE_FATAL, in Var_Delete() 553 Parse_Error(PARSE_FATAL, in Var_Undef() 560 Parse_Error(PARSE_FATAL, in Var_Undef() 834 Parse_Error(PARSE_FATAL, in GetVarnamesToUnexport() 2426 Parse_Error(PARSE_FATAL, in ApplyModifier_Loop() 2578 Parse_Error(PARSE_FATAL, in ApplyModifier_Time() 2691 Parse_Error(PARSE_FATAL, in ApplyModifier_Range() 3057 Parse_Error(PARSE_FATAL, in ApplyModifier_ToSep() 3939 Parse_Error(PARSE_FATAL, "Unknown modifier \"%.*s\"", in ApplySingleModifier() 3961 Parse_Error(PARSE_FATAL, in ApplySingleModifier() [all …]
|
| HD | make.h | 542 PARSE_FATAL = 1, enumerator
|
| HD | arch.c | 334 Parse_Error(PARSE_FATAL, in Arch_ParseArchive()
|
| HD | job.c | 2475 Parse_Error(PARSE_FATAL, in Job_ParseShell() 2492 Parse_Error(PARSE_FATAL, in Job_ParseShell()
|
| HD | suff.c | 1320 Parse_Error(PARSE_FATAL, in ExpandChildrenRegular()
|