Lines Matching refs:Parse_Error

636 Parse_Error(ParseErrorLevel level, const char *fmt, ...)  in Parse_Error()  function
664 Parse_Error(PARSE_FATAL, "Missing argument for \".%s\"", in HandleMessage()
672 Parse_Error(level, "%s", xmsg); 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()
1162 Parse_Error(PARSE_WARNING, "Extra target \"%.*s\" ignored", in SkipExtraTargets()
1187 Parse_Error(PARSE_WARNING, in CheckSpecialMundaneMixture()
1323 Parse_Error(PARSE_FATAL, "Could not find %s", file); in IncludeFile()
1332 Parse_Error(PARSE_FATAL, "Cannot open %s", fullname); in IncludeFile()
1449 Parse_Error(PARSE_WARNING, "Extra target \"%s\" ignored", in ApplyDependencyTarget()
1478 Parse_Error(PARSE_FATAL, in ParseDependencyTargets()
1585 Parse_Error(PARSE_FATAL, in ParseDependencySourcesMundane()
1628 Parse_Error(PARSE_FATAL, in ParseDependencySources()
1912 Parse_Error(PARSE_WARNING, "%s", error); in VarAssign_EvalShell()
2042 Parse_Error(PARSE_WARNING, in GNode_AddCommand()
2069 Parse_Error(PARSE_FATAL, in ParseInclude()
2081 Parse_Error(PARSE_FATAL, in ParseInclude()
2331 Parse_Error(PARSE_FATAL, in ParseGmakeExport()
2442 Parse_Error(PARSE_FATAL, "Zero byte read from file"); in ParseRawLine()
2646 Parse_Error(PARSE_FATAL, in ParseForLoop()
2759 Parse_Error(PARSE_FATAL, in ParseLine_ShellCommand()
2782 Parse_Error(PARSE_FATAL, in HandleBreak()
2791 Parse_Error(PARSE_FATAL, "break outside of for loop"); in HandleBreak()