Symbol: PARSE_FATAL
usr.bin/make/cond.c
1115
Parse_Error(PARSE_FATAL, "Too many nested if's. %d max.",
usr.bin/make/cond.c
1169
Parse_Error(PARSE_FATAL, "%s%d open conditional%s",
usr.bin/make/cond.c
297
Parse_Error(PARSE_FATAL, "Empty file name in .if exists()");
usr.bin/make/cond.c
938
level = PARSE_FATAL;
usr.bin/make/error.c
161
if (type == PARSE_FATAL)
usr.bin/make/for.c
154
Parse_Error(PARSE_FATAL, "Syntax error in for");
usr.bin/make/for.c
170
Parse_Error(PARSE_FATAL, "Missing variable in for");
usr.bin/make/for.c
191
Parse_Error(PARSE_FATAL, "Wrong number of items in for loop");
usr.bin/make/lowparse.c
169
Parse_Error(PARSE_FATAL, "Read error");
usr.bin/make/lowparse.c
330
Parse_Error(PARSE_FATAL, "Unclosed %s", type);
usr.bin/make/parse.c
1151
Parse_Error(PARSE_FATAL, "Could not find %.*s",
usr.bin/make/parse.c
1159
Parse_Error(PARSE_FATAL, "Cannot open %s", fullname);
usr.bin/make/parse.c
1238
Parse_Error(PARSE_FATAL, "Filename missing from \"%s\"",
usr.bin/make/parse.c
1348
Parse_Error(PARSE_FATAL,
usr.bin/make/parse.c
1648
Parse_Error(PARSE_FATAL,
usr.bin/make/parse.c
308
Parse_Error(PARSE_FATAL,
usr.bin/make/parse.c
421
Parse_Error(PARSE_FATAL, "Deprecated keyword found %s\n",
usr.bin/make/parse.c
651
Parse_Error(PARSE_FATAL,
usr.bin/make/parse.c
669
Parse_Error(PARSE_FATAL,
usr.bin/make/parse.c
672
Parse_Error(PARSE_FATAL,
usr.bin/make/parse.c
713
Parse_Error(PARSE_FATAL,
usr.bin/make/parse.c
728
Parse_Error(PARSE_FATAL, "Wrong mix of special targets");
usr.bin/make/parse.c
743
Parse_Error(PARSE_FATAL,
usr.bin/make/parse.c
788
Parse_Error(PARSE_FATAL, "Missing dependency operator");
usr.bin/make/parse.c
966
Parse_Error(PARSE_FATAL,
usr.bin/make/var.c
1084
Parse_Error(PARSE_FATAL,
usr.bin/make/var.c
510
Parse_Error(PARSE_FATAL,
usr.bin/make/var.c
526
Parse_Error(PARSE_FATAL,
usr.bin/make/var.c
537
Parse_Error(PARSE_FATAL,
usr.bin/make/var.c
542
Parse_Error(PARSE_FATAL,
usr.bin/make/var.c
548
Parse_Error(PARSE_FATAL,
usr.bin/make/var.c
565
Parse_Error(PARSE_FATAL,
usr.bin/make/var.c
599
Parse_Error(PARSE_FATAL, "Trying to %s dynamic variable $%s",
usr.bin/make/var.c
606
Parse_Error(PARSE_FATAL, "Trying to %s poisoned variable %s\n",
usr.bin/make/var.c
698
Parse_Error(PARSE_FATAL,
usr.bin/make/var.c
772
Parse_Error(PARSE_FATAL,
usr.bin/make/var.c
791
Parse_Error(PARSE_FATAL, "Unterminated variable spec in %s", *pstr);
usr.bin/make/varmodifiers.c
1158
Parse_Error(PARSE_FATAL, "Unclosed variable specification");