HomeSort by: relevance | last modified time | path
    Searched refs:PARSE_FATAL (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/make/
for.c 156 Parse_Error(PARSE_FATAL,
172 Parse_Error(PARSE_FATAL,
181 Parse_Error(PARSE_FATAL,
205 Parse_Error(PARSE_FATAL,
257 Parse_Error(PARSE_FATAL, "for-less endfor");
357 Parse_Error(PARSE_FATAL, "newline in .for value");
cond.c 256 Parse_Error(PARSE_FATAL,
441 Parse_Error(PARSE_FATAL,
479 Parse_Error(PARSE_FATAL,
533 Parse_Error(PARSE_FATAL,
608 Parse_Error(PARSE_FATAL,
772 Parse_Error(PARSE_FATAL, "Unknown operator \"|\"");
782 Parse_Error(PARSE_FATAL, "Unknown operator \"&\"");
930 Parse_Error(PARSE_FATAL, "Malformed conditional \"%s\"", cond);
1055 Parse_Error(PARSE_FATAL,
1060 Parse_Error(PARSE_FATAL, "if-less endif")
    [all...]
parse.c 404 * Print the current chain of .include and .for directives. In Parse_Fatal
588 if (level == PARSE_FATAL)
598 if (level == PARSE_FATAL || DEBUG(PARSE)
625 * If the level is PARSE_FATAL, continue parsing until the end of the
659 Parse_Error(PARSE_FATAL, "Missing argument for \".%s\"",
670 if (level == PARSE_FATAL) {
723 Parse_Error(PARSE_FATAL, "Inconsistent operator for %s",
949 Parse_Error(PARSE_FATAL, "Unknown directive \"%.*s\"",
952 Parse_Error(PARSE_FATAL, "Invalid line \"%s\"", line);
954 Parse_Error(PARSE_FATAL,
    [all...]
var.c 598 Parse_Error(PARSE_FATAL,
609 Parse_Error(PARSE_FATAL,
653 Parse_Error(PARSE_FATAL,
661 Parse_Error(PARSE_FATAL,
937 Parse_Error(PARSE_FATAL,
1073 Parse_Error(PARSE_FATAL,
1090 Parse_Error(PARSE_FATAL,
1207 Parse_Error(PARSE_FATAL,
1595 Parse_Error(PARSE_FATAL, "%s: %s", str, errbuf);
1607 Parse_Error(PARSE_FATAL, "No subexpression \\%u", n)
    [all...]
arch.c 268 Parse_Error(PARSE_FATAL,
make.h 545 PARSE_FATAL = 1,
job.c 2375 Parse_Error(PARSE_FATAL,
2386 Parse_Error(PARSE_FATAL,
suff.c 1279 Parse_Error(PARSE_FATAL,

Completed in 29 milliseconds