Searched refs:Parse_Error (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/usr.bin/make/
H A Dparse.h54 * as the first argument to Parse_Error.
77 void Parse_Error(int, const char *, ...);
H A Dparse.c66 * Parse_Error Function called when an error occurs in
300 * Parse_Error --
313 Parse_Error(int type, const char *fmt, ...) function
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_FATA
[all...]
H A Dcond.c261 Parse_Error(PARSE_WARNING,
549 Parse_Error(PARSE_WARNING,
574 Parse_Error(PARSE_WARNING,
685 Parse_Error(PARSE_WARNING,
693 Parse_Error(PARSE_WARNING,
1023 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);
1125 Parse_Error(PARSE_WARNING, "junk after .else ignored '%s'",
1130 Parse_Error(PARSE_FATA
[all...]
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 Dfor.c122 Parse_Error(PARSE_FATAL, "missing variable in for");
138 Parse_Error(PARSE_FATAL, "missing `in' in for");
H A Dvar.c69 * third argument is non-zero, Parse_Error is
2326 * context If err is TRUE, Parse_Error will be called when an
2400 Parse_Error(PARSE_FATAL,
2432 * Parse_Error will be called when an undefined variable is
2504 Parse_Error(PARSE_FATAL,
H A Dsuff.c2101 Parse_Error(PARSE_WARNING, "Desired null suffix %s "
/freebsd-10.2-release/contrib/bmake/
H A Dcond.c308 Parse_Error(PARSE_WARNING, "Missing closing parenthesis for %s()",
715 Parse_Error(PARSE_WARNING,
727 Parse_Error(PARSE_WARNING,
761 Parse_Error(PARSE_WARNING,
769 Parse_Error(PARSE_WARNING,
1174 Parse_Error(PARSE_FATAL, "Malformed conditional (%s)", line);
1275 Parse_Error(level, "if-less endif");
1288 Parse_Error(level, "if-less else");
1299 Parse_Error(PARSE_WARNING, "extra else");
1337 Parse_Error(leve
[all...]
H A Dparse.c120 * Parse_Error Function called when an error occurs in
741 * Parse_Error --
753 Parse_Error(int type, const char *fmt, ...) function
804 Parse_Error(PARSE_WARNING, "invalid syntax: \".%s\"", line);
816 Parse_Error(mtype, "%s", line);
900 Parse_Error(PARSE_FATAL, "Inconsistent operator for %s", gn->name);
1241 Parse_Error(PARSE_FATAL,
1259 Parse_Error(PARSE_FATAL,
1262 Parse_Error(PARSE_FATAL, lstart[0] == '.' ? "Unknown directive"
1280 Parse_Error(PARSE_FATA
[all...]
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 Dnonints.h126 void Parse_Error(int, const char *, ...) MAKE_ATTR_PRINTFLIKE(2, 3);
H A Djob.c2473 Parse_Error(PARSE_FATAL, "Unknown keyword \"%s\"",
2490 Parse_Error(PARSE_FATAL, "Neither path nor name specified");
2495 Parse_Error(PARSE_WARNING, "%s: No matching shell",
2531 Parse_Error(PARSE_WARNING, "%s: No matching shell",
H A Dsuff.c2508 Parse_Error(PARSE_WARNING, "Desired null suffix %s not defined.",
H A Dvar.c108 * third argument is non-zero, Parse_Error is
3924 * If undefErr is TRUE, Parse_Error will be called when an undefined
4063 Parse_Error(PARSE_FATAL,

Completed in 93 milliseconds