Lines Matching refs:verbose_flag
40 BOOL verbose_flag; // TRUE is user specified verbose mode variable
240 verbose_flag = FALSE; in parse_args()
360 verbose_flag = TRUE; in parse_args()
478 if (verbose_flag) in parse_args()
573 if (verbose_flag) printf(" Done.\nGetting sound samples..."); in encode_soundfile()
646 if (verbose_flag) printf(" Done.\nEncoding samples..."); in encode_soundfile()
685 if (verbose_flag) printf(" Done.\nWriting DSPADPCM file..."); in encode_soundfile()
693 if (verbose_flag) printf(" Done.\nWriting text dump file ..."); in encode_soundfile()
697 if (verbose_flag) printf(" Done.\n"); in encode_soundfile()
708 if (verbose_flag) printf("Getting sound header..."); in encode_input_file()
755 if (verbose_flag) printf("Getting DSPADPCM header..."); in decode_input_file()
766 if (verbose_flag) printf(" Done.\nGetting ADPCM samples..."); in decode_input_file()
798 if (verbose_flag) printf(" Done.\nDecoding samples..."); in decode_input_file()
825 if (verbose_flag) printf(" Done.\nWriting sound file..."); in decode_input_file()
863 if (verbose_flag) printf(" Done.\nWriting text dump file..."); in decode_input_file()
866 if (verbose_flag) printf(" Done.\n"); in decode_input_file()