Home
last modified time | relevance | path

Searched refs:PARSE_WARNING (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/bmake/
HDcond.c316 Parse_Error(PARSE_WARNING, "Missing closing parenthesis for %s()", in CondGetArg()
730 Parse_Error(PARSE_WARNING, in compare_expression()
742 Parse_Error(PARSE_WARNING, in compare_expression()
776 Parse_Error(PARSE_WARNING, in compare_expression()
784 Parse_Error(PARSE_WARNING, in compare_expression()
1313 Parse_Error(PARSE_WARNING, "extra else"); in Cond_Eval()
1356 Parse_Error(PARSE_WARNING, "extra elif"); in Cond_Eval()
HDparse.c702 if (type == PARSE_WARNING) in ParseVErrorInternal()
802 mtype = PARSE_WARNING; in ParseMessage()
808 Parse_Error(PARSE_WARNING, "invalid syntax: \".%s\"", line); in ParseMessage()
1448 Parse_Error(PARSE_WARNING, "Extra target (%s) ignored", line); in ParseDoDependency()
1470 Parse_Error(PARSE_WARNING, "Extra target ignored"); in ParseDoDependency()
1490 Parse_Error(PARSE_WARNING, "Special and mundane targets don't mix. Mundane ones ignored"); in ParseDoDependency()
1975 Parse_Error(PARSE_WARNING, error, cp); in Parse_DoVar()
2071 Parse_Error(PARSE_WARNING, in ParseAddCmd()
2076 Parse_Error(PARSE_WARNING, in ParseAddCmd()
2079 ParseErrorInternal(gn->fname, gn->lineno, PARSE_WARNING, in ParseAddCmd()
[all …]
HDmake.h343 #define PARSE_WARNING 2 macro
HDjob.c2497 Parse_Error(PARSE_WARNING, "%s: No matching shell", in Job_ParseShell()
2533 Parse_Error(PARSE_WARNING, "%s: No matching shell", in Job_ParseShell()
HDsuff.c2520 Parse_Error(PARSE_WARNING, "Desired null suffix %s not defined.", in Suff_SetNull()