Lines Matching refs:PARSE_FATAL
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()
1237 Parse_Error(PARSE_FATAL, "Cannot open %s", fullname); in IncludeFile()
1374 Parse_Error(PARSE_FATAL, in ParseDependencyTargets()
1485 Parse_Error(PARSE_FATAL, in ParseDependencySourcesMundane()
1528 Parse_Error(PARSE_FATAL, in ParseDependencySources()
1992 Parse_Error(PARSE_FATAL, in ParseInclude()
2008 Parse_Error(PARSE_FATAL, in ParseInclude()
2259 Parse_Error(PARSE_FATAL, in ParseGmakeExport()
2359 Parse_Error(PARSE_FATAL, "Zero byte read from file"); in ParseRawLine()
2577 Parse_Error(PARSE_FATAL, in ParseForLoop()
2665 Parse_Error(PARSE_FATAL, in ParseLine_ShellCommand()
2695 Parse_Error(PARSE_FATAL, "break outside of for loop"); in HandleBreak()
2745 HandleMessage(PARSE_FATAL, "error", arg); in ParseDirective()