/src/dmake/strlist

http://github.com/noname22/NeoDICE
#! | 51 lines | 46 code | 5 blank | 0 comment | 0 complexity | e7052fba2509fd99af4b6030896e9692 MD5 | raw file
  1. cmdlist.c..
  2. 309 error(FATAL, "bad variable spec in command list for %s", dep->dn_Node.ln_Name);
  3. 361 printf(" %s\n", cmd);
  4. convert.c..
  5. 32 error(FATAL, "maximum recursion reached in WildConvert");
  6. parse.c..
  7. 67 error(FATAL, "Unable to open %S", fileName);
  8. 90 error(FATAL, "Expected a symbol!");
  9. 304 error(FATAL, "%d items on the left, %d on the right of colon!", nlhs, nrhs);
  10. 397 error(FATAL, "Variable %s does not exist", AltBuf);
  11. 410 error(FATAL, "Bad variable specification after name");
  12. 442 error(FATAL, "Bad variable replacement spec %c", c);
  13. 459 error(FATAL, "Bad variable replacement spec: %c", c);
  14. 492 error(FATAL, "Variable %s does not exist", altBuf);
  15. 505 error(FATAL, "Bad variable specification after name");
  16. 542 error(FATAL, "Bad variable replacement spec %c", c);
  17. 562 error(FATAL, "Bad variable replacement spec: %c", c);
  18. 585 error(FATAL, "Too many levels of variable recursion");
  19. 651 error(FATAL, "Variable %s does not exist", AltBuf);
  20. 662 error(FATAL, "Bad variable specification after name");
  21. 694 error(FATAL, "Bad variable replacement spec %c", c);
  22. 711 error(FATAL, "Bad variable replacement spec: %c", c);
  23. 777 error(FATAL, "newline in control string");
  24. 786 error(FATAL, "Symbol overflow: %s", SymBuf);
  25. 788 error(FATAL, "Expected closing quote");
  26. 809 error(FATAL, "Symbol overflow: %s", SymBuf);
  27. 819 error(FATAL, "Unexpected token");
  28. 825 static char *TypeString[] = { "Fatal", "Warning", "Debug" };
  29. 829 printf("%s: %s Line %d: ", FileName, TypeString[type], LineNo);
  30. 833 puts("");
  31. main.c..
  32. 50 printf("DMAKE Done.\n");
  33. 52 printf("All Targets up to date.\n");
  34. 105 sprintf(buf, "Bad ToolType: %s", ptr);
  35. 106 switch(AutoRequest(NULL, ITextOf(ptr), ITextOf("Ignore"), ITextOf("Abort"), 0, 0, 300, 40)) {
  36. 176 puts("DMake V2.1 " __DATE__);
  37. 179 error(FATAL, "Expected argument to command line option");
  38. 201 error(FATAL, "Unable to find %s", node->rn_Node.ln_Name);
  39. 237 puts("DMAKE V2.1 (c)Copyright 1991 Matthew Dillon, All Rights Reserved");
  40. 238 puts("DMAKE [-f file] [-n]");
  41. run.c..
  42. 130 printf("Unable to cd %s\n", ptr);
  43. 140 printf("Unable to cd %s\n", ptr);
  44. 173 sprintf(cmdArgs, "%s\n\r", cmd + ci);
  45. 237 printf("Exit code %d %s\n", err, (ignore) ? "(Ignored)":"");
  46. 257 printf("Exit code %d %s\n", err, (ignore) ? "(Ignored)":"");