Lines Matching refs:sox_bool
108 static sox_bool no_clobber = sox_false, interactive = sox_false;
109 static sox_bool uservolume = sox_false;
132 sox_bool no_glob;
165 static sox_bool very_first_effchain = sox_true;
182 static sox_bool input_eof = sox_false;
183 static sox_bool output_eof = sox_false;
184 static sox_bool user_abort = sox_false;
185 static sox_bool user_skip = sox_false;
186 static sox_bool user_restart_eff = sox_false;
194 static sox_bool original_termios_saved = sox_false;
197 static sox_bool stdin_is_a_tty, is_player, is_guarded, do_guarded_norm, no_dither, reported_sox_opt…
287 static void play_file_info(sox_format_t * ft, file_t * f, sox_bool full) in play_file_info()
356 static void display_file_info(sox_format_t * ft, file_t * f, sox_bool full) in display_file_info()
361 sox_bool show_type = sox_true; in display_file_info()
517 static sox_bool can_segue(size_t i) in can_segue()
763 static sox_bool is_pseudo_effect(const char *s) in is_pseudo_effect()
861 sox_bool squote = sox_false; /* Single quote mode (') is in effect. */ in strtoargv()
862 sox_bool dquote = sox_false; /* Double quote mode (") is in effect. */ in strtoargv()
863 sox_bool esc = sox_false; /* Escape mode (\) is in effect. */ in strtoargv()
896 sox_bool last_was_colon = sox_false; /* last line read consisted of ":" only */ in read_user_effects()
1122 sox_bool reuse_output = sox_true; in advance_eff_chain()
1179 static sox_bool since(struct timeval * then, double secs, sox_bool always_reset) in since()
1181 sox_bool ret; in since()
1247 static void display_status(sox_bool all_done) in display_status()
1288 static int update_status(sox_bool all_done, void * client_data) in update_status()
1369 static sox_bool overwrite_permitted(char const * filename) in overwrite_permitted()
1389 sox_bool found_marker = sox_false; in fndup_with_count()
1635 sox_bool known_length = combine_method != sox_sequence; in calculate_output_signal_parameters()
2741 sox_bool do_total = sox_false; in soxi()
2824 static sox_bool cmp_comment_text(char const * c1, char const * c2) in cmp_comment_text()