Searched refs:PARSE_FATAL (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/bmake/ |
| HD | parse.c | 707 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 …]
|
| HD | 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()
|
| HD | cond.c | 1189 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()
|
| HD | make.h | 344 #define PARSE_FATAL 1 macro
|
| HD | job.c | 2475 Parse_Error(PARSE_FATAL, "Unknown keyword \"%s\"", in Job_ParseShell() 2492 Parse_Error(PARSE_FATAL, "Neither path nor name specified"); in Job_ParseShell()
|
| HD | var.c | 4076 Parse_Error(PARSE_FATAL, in Var_Subst()
|