Lines Matching refs:PARSE_FATAL
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()
1323 Parse_Error(PARSE_FATAL, "Could not find %s", file); in IncludeFile()
1332 Parse_Error(PARSE_FATAL, "Cannot open %s", fullname); in IncludeFile()
1478 Parse_Error(PARSE_FATAL, in ParseDependencyTargets()
1585 Parse_Error(PARSE_FATAL, in ParseDependencySourcesMundane()
1628 Parse_Error(PARSE_FATAL, in ParseDependencySources()
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()
2843 HandleMessage(PARSE_FATAL, "error", arg); in ParseDirective()