Lines Matching refs:Parse_Error
256 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()
1062 Parse_Error(PARSE_FATAL, "if-less endif"); in Cond_EvalLine()
1082 Parse_Error(PARSE_FATAL, in Cond_EvalLine()
1087 Parse_Error(PARSE_FATAL, "if-less else"); in Cond_EvalLine()
1097 Parse_Error(PARSE_WARNING, in Cond_EvalLine()
1118 Parse_Error(PARSE_FATAL, "if-less elif"); in Cond_EvalLine()
1124 Parse_Error(PARSE_WARNING, "extra elif"); in Cond_EvalLine()
1232 Parse_Error(PARSE_FATAL, "%u open conditional%s", in Cond_EndFile()