Searched refs:PARSE_FATAL (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dparse.h52 * Error levels for parsing. PARSE_FATAL means the process cannot continue
57 #define PARSE_FATAL 1 macro
H A Dshell.c211 Parse_Error(PARSE_FATAL, "missing '=' in shell "
272 Parse_Error(PARSE_FATAL, "unknown keyword in shell "
286 Parse_Error(PARSE_FATAL, "Shell must have either both "
406 Parse_Error(PARSE_FATAL,
417 Parse_Error(PARSE_FATAL, "No path specified");
422 Parse_Error(PARSE_FATAL, "%s: no matching shell",
451 Parse_Error(PARSE_FATAL,
H A Dparse.c309 * "fatals" is incremented if the level is PARSE_FATAL.
327 if (type == PARSE_FATAL)
353 Parse_Error(PARSE_FATAL, "Cannot open %s",
484 Parse_Error(PARSE_FATAL, "Inconsistent operator for %s",
788 Parse_Error(PARSE_FATAL,
809 Parse_Error(PARSE_FATAL, "Makefile appears to "
813 Parse_Error(PARSE_FATAL, lstart[0] == '.' ?
829 Parse_Error(PARSE_FATAL,
914 Parse_Error(PARSE_FATAL, "Suffix '%s' "
1034 Parse_Error(PARSE_FATAL, lstar
[all...]
H A Dcond.c1023 Parse_Error(PARSE_FATAL, "if-less elif");
1075 err: Parse_Error(PARSE_FATAL, "Malformed conditional (%s)", line);
1103 Parse_Error(PARSE_FATAL, "Too many nested if's. %d max.",MAXIF);
1130 Parse_Error(PARSE_FATAL, "if-less else");
1184 Parse_Error(PARSE_FATAL, "if-less endif");
1206 Parse_Error(PARSE_FATAL, "%d open conditional%s:",
1211 Parse_Error(PARSE_FATAL, "\t%*sat line %d (skipped)",
1215 Parse_Error(PARSE_FATAL, "\t%*sat line %d "
H A Dfor.c122 Parse_Error(PARSE_FATAL, "missing variable in for");
138 Parse_Error(PARSE_FATAL, "missing `in' in for");
H A Dvar.c2400 Parse_Error(PARSE_FATAL,
2504 Parse_Error(PARSE_FATAL,
/freebsd-9.3-release/contrib/bmake/
H A Dfor.c169 Parse_Error(PARSE_FATAL, "for-less endfor");
188 Parse_Error(PARSE_FATAL, "missing `in' in for");
204 Parse_Error(PARSE_FATAL, "no iteration variables in for");
262 Parse_Error(PARSE_FATAL,
H A Dparse.c663 * "fatals" is incremented if the level is PARSE_FATAL.
702 if (type == PARSE_FATAL || parseWarnFatal)
800 mtype = PARSE_FATAL;
818 if (mtype == PARSE_FATAL) {
898 Parse_Error(PARSE_FATAL, "Inconsistent operator for %s", gn->name);
1240 Parse_Error(PARSE_FATAL,
1258 Parse_Error(PARSE_FATAL,
1261 Parse_Error(PARSE_FATAL, lstart[0] == '.' ? "Unknown directive"
1279 Parse_Error(PARSE_FATAL, "Mismatched special targets");
1369 Parse_Error(PARSE_FATAL,
[all...]
H A Dcond.c1174 Parse_Error(PARSE_FATAL, "Malformed conditional (%s)", line);
1259 level = PARSE_FATAL;
1410 Parse_Error(PARSE_FATAL, "%d open conditional%s", open_conds,
H A Dmake.h338 * Error levels for parsing. PARSE_FATAL means the process cannot continue
343 #define PARSE_FATAL 1 macro
H A Djob.c2473 Parse_Error(PARSE_FATAL, "Unknown keyword \"%s\"",
2490 Parse_Error(PARSE_FATAL, "Neither path nor name specified");
H A Dvar.c4095 Parse_Error(PARSE_FATAL,

Completed in 100 milliseconds