Home
last modified time | relevance | path

Searched refs:tape_end (Results 1 – 5 of 5) sorted by relevance

/dports/science/minc2/minc-release-2.2.00/conversion/mri_to_minc/
H A Dmri_to_minc.pl679 local($tape_end) = -1;
695 elsif (/^-last$/) {$tape_end = shift;}
762 if (!defined($tape_end)) {$tape_end = -1;}
766 $tape_position, $tape_end, $do_compression,
782 $tape_position, $tape_end, $do_compression,
852 if (($tape_end >= 0) && ($tape_position > $tape_end)) {
853 warn "Reached last file requested (file number $tape_end).\n";
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Dtape.h32 void tape_end( void );
H A Dfuse.c837 tape_end(); in fuse_end()
H A Dtape.c115 tape_end( void ) in tape_end() function
/dports/emulators/fuse/fuse-1.6.0/
H A Dtape.c143 tape_end( void ) in tape_end() function
159 tape_end ); in tape_register_startup()