Lines Matching refs:debug_file

517     fprintf(debug_file, "%s%s ", gn->name, gn->cohort_num);
526 fprintf(debug_file, "\t%s\n", (char *)cmd);
572 #define PRINTBIT(attr) case CONCAT(OP_,attr): fprintf(debug_file, "." #attr " "); break
573 #define PRINTDBIT(attr) case CONCAT(OP_,attr): if (DEBUG(TARG))fprintf(debug_file, "." #attr " "); break
594 case OP_MEMBER: if (DEBUG(TARG))fprintf(debug_file, ".MEMBER "); break;
630 fprintf(debug_file, "# %s%s, flags %x, type %x, made %d\n",
636 fprintf(debug_file, "#\n");
638 fprintf(debug_file, "# *** MAIN TARGET ***\n");
642 fprintf(debug_file, "# %d unmade children\n", gn->unmade);
644 fprintf(debug_file, "# No unmade children\n");
648 fprintf(debug_file, "# last modified %s: %s\n",
652 fprintf(debug_file, "# non-existent (maybe): %s\n",
655 fprintf(debug_file, "# unmade\n");
659 fprintf(debug_file, "# implicit parents: ");
661 fprintf(debug_file, "\n");
665 fprintf(debug_file, "# %d unmade children\n", gn->unmade);
668 fprintf(debug_file, "# parents: ");
670 fprintf(debug_file, "\n");
673 fprintf(debug_file, "# order_pred: ");
675 fprintf(debug_file, "\n");
678 fprintf(debug_file, "# order_succ: ");
680 fprintf(debug_file, "\n");
683 fprintf(debug_file, "%-16s", gn->name);
686 fprintf(debug_file, ": "); break;
688 fprintf(debug_file, "! "); break;
690 fprintf(debug_file, ":: "); break;
694 fprintf(debug_file, "\n");
696 fprintf(debug_file, "\n\n");
724 fprintf(debug_file, "#\t%s [%s] ",
727 fprintf(debug_file, "\n");
751 fprintf(debug_file, "#*** Input graph:\n");
753 fprintf(debug_file, "\n\n");
754 fprintf(debug_file, "#\n# Files that are only sources:\n");
756 fprintf(debug_file, "#*** Global Variables:\n");
758 fprintf(debug_file, "#*** Command-line Variables:\n");
760 fprintf(debug_file, "\n");
762 fprintf(debug_file, "\n");