Home
last modified time | relevance | path

Searched refs:get_cut_value (Results 1 – 3 of 3) sorted by relevance

/dports/audio/wav2cdr/wav2cdr/
H A Ddata.c337 endsecnum = get_cut_value (track); in copy_sector_check_file()
367 endsecnum = get_cut_value (track); in copy_sector_check_file()
600 firstsec = get_cut_value (0); in do_data_io()
601 lastsec = get_cut_value (cmdinfo.numcuts - 1); in do_data_io()
H A Dcmdarg.c464 for (j = 0, this = get_cut_value (0); j < (cmdarg.numcuts - 1); j++) { in check_monotonous_cuts()
465 next = get_cut_value (j + 1); in check_monotonous_cuts()
517 firstcut = get_cut_value (0); in showcmdargs()
518 lastcut = get_cut_value (cmdarg.numcuts - 1); in showcmdargs()
732 unsigned long get_cut_value (int n) in get_cut_value() function
H A Dwav2cdr.h333 unsigned long get_cut_value (int n);