Home | History | Annotate | Download | only in aic7xxx

Lines Matching defs:listfile

98 FILE *listfile;
143 listfile = NULL;
175 if ((listfile = fopen(optarg, "w")) == NULL) {
302 if (listfile != NULL)
625 fprintf(listfile, "\t\t%s", buf);
628 fprintf(listfile, "%03x %02x%02x%02x%02x", instrptr,
641 fprintf(listfile, "\t%s", buf);
647 fprintf(listfile, "\t\t%s", buf);
721 if (listfile != NULL) {
722 fclose(listfile);