Lines Matching refs:orig_archive
145 orig_archive=$1
147 func_file_conv "$orig_archive"
193 if test ! -f "$orig_archive"; then
210 if test ! -f "$orig_archive"; then
235 if test ! -f "$orig_archive"; then
237 echo "$me: creating $orig_archive"
239 orig_archive=
241 orig_archive=$archive
260 if test -n "$orig_archive"; then
261 $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
267 if test ! -f "$orig_archive"; then