Home
last modified time | relevance | path

Searched refs:PARSE_FATAL (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/bmake/
HDparse.c707 if (type == PARSE_FATAL || parseWarnFatal) in ParseVErrorInternal()
805 mtype = PARSE_FATAL; in ParseMessage()
823 if (mtype == PARSE_FATAL) { in ParseMessage()
904 Parse_Error(PARSE_FATAL, "Inconsistent operator for %s", gn->name); in ParseDoOp()
1259 Parse_Error(PARSE_FATAL, in ParseDoDependency()
1280 Parse_Error(PARSE_FATAL, in ParseDoDependency()
1283 Parse_Error(PARSE_FATAL, lstart[0] == '.' ? "Unknown directive" in ParseDoDependency()
1304 Parse_Error(PARSE_FATAL, "Mismatched special targets"); in ParseDoDependency()
1394 Parse_Error(PARSE_FATAL, in ParseDoDependency()
1524 Parse_Error(PARSE_FATAL, lstart[0] == '.' ? "Unknown directive" in ParseDoDependency()
[all …]
HDfor.c168 Parse_Error(PARSE_FATAL, "for-less endfor"); in For_Eval()
187 Parse_Error(PARSE_FATAL, "missing `in' in for"); in For_Eval()
203 Parse_Error(PARSE_FATAL, "no iteration variables in for"); in For_Eval()
261 Parse_Error(PARSE_FATAL, in For_Eval()
HDcond.c1189 Parse_Error(PARSE_FATAL, "Malformed conditional (%s)", line); in Cond_EvalExpression()
1273 level = PARSE_FATAL; in Cond_Eval()
1423 Parse_Error(PARSE_FATAL, "%d open conditional%s", open_conds, in Cond_restore_depth()
HDmake.h344 #define PARSE_FATAL 1 macro
HDjob.c2475 Parse_Error(PARSE_FATAL, "Unknown keyword \"%s\"", in Job_ParseShell()
2492 Parse_Error(PARSE_FATAL, "Neither path nor name specified"); in Job_ParseShell()
HDvar.c4076 Parse_Error(PARSE_FATAL, in Var_Subst()