Home | History | Annotate | Download | only in miniroot

Lines Matching refs:_f

618 	local	_f
629 for _f in $THESETS; do
630 echo " $_f.tar.gz|$_f.tgz|$_f.tar|$_f.${VERSION}.aa)" \
741 for _f in $_sets ; do
742 if isin $_f $_setsdone; then
747 if [ -z "$_next" ]; then _next=$_f; fi
749 echo $_f
793 local _f
835 for _f in $THESETS ; do
836 if [ -f ${_dirname}/${_f}.tar.gz ]; then
837 _sets="$_sets ${_f}.tar.gz"
838 elif [ -f ${_dirname}/${_f}.tgz ]; then
839 _sets="$_sets ${_f}.tgz"
840 elif [ -f ${_dirname}/${_f}.tar ]; then
841 _sets="$_sets ${_f}.tar"
842 elif [ -f ${_dirname}/${_f}${VERSION}.aa ]; then
843 _sets="$_sets ${_f}${VERSION}"
854 for _f in $_sets ; do
855 if isin $_f $_setsdone; then
861 _next=$_f;
863 _all="$_all $_f"
865 echo $_f
887 for _f in $resp; do
888 _filename="/${_dirname}/$_f"
902 echo "Extracting the $_f set:"
913 _setsdone="$_f $_setsdone"