Lines Matching refs:verbose_flag
55 BOOL verbose_flag; // TRUE is user specified verbose mode variable
250 verbose_flag = FALSE; in parse_args()
372 verbose_flag = TRUE; in parse_args()
490 if (verbose_flag) in parse_args()
583 if (verbose_flag) printf(" Done.\nGetting sound samples..."); in encode_soundfile()
656 if (verbose_flag) printf(" Done.\nEncoding samples..."); in encode_soundfile()
695 if (verbose_flag) printf(" Done.\nWriting DSPADPCM file..."); in encode_soundfile()
703 if (verbose_flag) printf(" Done.\nWriting text dump file ..."); in encode_soundfile()
707 if (verbose_flag) printf(" Done.\n"); in encode_soundfile()
718 if (verbose_flag) printf("Getting sound header..."); in encode_input_file()
765 if (verbose_flag) printf("Getting DSPADPCM header..."); in decode_input_file()
776 if (verbose_flag) printf(" Done.\nGetting ADPCM samples..."); in decode_input_file()
808 if (verbose_flag) printf(" Done.\nDecoding samples..."); in decode_input_file()
835 if (verbose_flag) printf(" Done.\nWriting sound file..."); in decode_input_file()
873 if (verbose_flag) printf(" Done.\nWriting text dump file..."); in decode_input_file()
876 if (verbose_flag) printf(" Done.\n"); in decode_input_file()