Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bmake/
Dparse.c731 if (type == PARSE_FATAL || parseWarnFatal) in ParseVErrorInternal()
829 mtype = PARSE_FATAL; in ParseMessage()
847 if (mtype == PARSE_FATAL) { in ParseMessage()
928 Parse_Error(PARSE_FATAL, "Inconsistent operator for %s", gn->name); in ParseDoOp()
1283 Parse_Error(PARSE_FATAL, in ParseDoDependency()
1305 Parse_Error(PARSE_FATAL, in ParseDoDependency()
1308 Parse_Error(PARSE_FATAL, lstart[0] == '.' ? "Unknown directive" in ParseDoDependency()
1329 Parse_Error(PARSE_FATAL, "Mismatched special targets"); in ParseDoDependency()
1423 Parse_Error(PARSE_FATAL, in ParseDoDependency()
1553 Parse_Error(PARSE_FATAL, lstart[0] == '.' ? "Unknown directive" in ParseDoDependency()
[all …]
Dfor.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()
Dcond.c1190 Parse_Error(PARSE_FATAL, "Malformed conditional (%s)", line); in Cond_EvalExpression()
1274 level = PARSE_FATAL; in Cond_Eval()
1424 Parse_Error(PARSE_FATAL, "%d open conditional%s", open_conds, in Cond_restore_depth()
Dmake.h351 #define PARSE_FATAL 1 macro
Djob.c2549 Parse_Error(PARSE_FATAL, "Unknown keyword \"%s\"", in Job_ParseShell()
2566 Parse_Error(PARSE_FATAL, "Neither path nor name specified"); in Job_ParseShell()
Dvar.c4064 Parse_Error(PARSE_FATAL, "Undefined variable \"%.*s\"", in Var_Subst()