Searched refs:PARSE_FATAL (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/bmake/ |
| D | parse.c | 731 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 …]
|
| D | for.c | 168 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()
|
| D | cond.c | 1190 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()
|
| D | make.h | 351 #define PARSE_FATAL 1 macro
|
| D | job.c | 2549 Parse_Error(PARSE_FATAL, "Unknown keyword \"%s\"", in Job_ParseShell() 2566 Parse_Error(PARSE_FATAL, "Neither path nor name specified"); in Job_ParseShell()
|
| D | var.c | 4064 Parse_Error(PARSE_FATAL, "Undefined variable \"%.*s\"", in Var_Subst()
|