Lines Matching refs:debug_file

519     fprintf(debug_file, "%s%s ", gn->name, gn->cohort_num);
528 fprintf(debug_file, "\t%s\n", (char *)cmd);
574 #define PRINTBIT(attr) case CONCAT(OP_,attr): fprintf(debug_file, "." #attr " "); break
575 #define PRINTDBIT(attr) case CONCAT(OP_,attr): if (DEBUG(TARG))fprintf(debug_file, "." #attr " "); break
596 case OP_MEMBER: if (DEBUG(TARG))fprintf(debug_file, ".MEMBER "); break;
632 fprintf(debug_file, "# %s%s, flags %x, type %x, made %d\n",
638 fprintf(debug_file, "#\n");
640 fprintf(debug_file, "# *** MAIN TARGET ***\n");
644 fprintf(debug_file, "# %d unmade children\n", gn->unmade);
646 fprintf(debug_file, "# No unmade children\n");
650 fprintf(debug_file, "# last modified %s: %s\n",
654 fprintf(debug_file, "# non-existent (maybe): %s\n",
657 fprintf(debug_file, "# unmade\n");
661 fprintf(debug_file, "# implicit parents: ");
663 fprintf(debug_file, "\n");
667 fprintf(debug_file, "# %d unmade children\n", gn->unmade);
670 fprintf(debug_file, "# parents: ");
672 fprintf(debug_file, "\n");
675 fprintf(debug_file, "# order_pred: ");
677 fprintf(debug_file, "\n");
680 fprintf(debug_file, "# order_succ: ");
682 fprintf(debug_file, "\n");
685 fprintf(debug_file, "%-16s", gn->name);
688 fprintf(debug_file, ": "); break;
690 fprintf(debug_file, "! "); break;
692 fprintf(debug_file, ":: "); break;
696 fprintf(debug_file, "\n");
698 fprintf(debug_file, "\n\n");
726 fprintf(debug_file, "#\t%s [%s] ",
729 fprintf(debug_file, "\n");
753 fprintf(debug_file, "#*** Input graph:\n");
755 fprintf(debug_file, "\n\n");
756 fprintf(debug_file, "#\n# Files that are only sources:\n");
758 fprintf(debug_file, "#*** Global Variables:\n");
760 fprintf(debug_file, "#*** Command-line Variables:\n");
762 fprintf(debug_file, "\n");
764 fprintf(debug_file, "\n");