Lines Matching refs:listfile
94 FILE *listfile; variable
139 listfile = NULL; in main()
171 if ((listfile = fopen(optarg, "w")) == NULL) { in main()
298 if (listfile != NULL) in main()
612 fprintf(listfile, " \t%s", buf); in output_listing()
615 fprintf(listfile, "%04x %02x%02x%02x%02x", instrptr, in output_listing()
634 fprintf(listfile, "\t%s", buf); in output_listing()
637 fprintf(listfile, "\n"); in output_listing()
643 fprintf(listfile, " %s", buf); in output_listing()
717 if (listfile != NULL) { in stop()
718 fclose(listfile); in stop()