Lines Matching refs:orig_archive
153 orig_archive=$1
155 func_file_conv "$orig_archive"
201 if test ! -f "$orig_archive"; then
218 if test ! -f "$orig_archive"; then
243 if test ! -f "$orig_archive"; then
245 echo "$me: creating $orig_archive"
247 orig_archive=
249 orig_archive=$archive
268 if test -n "$orig_archive"; then
269 $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
275 if test ! -f "$orig_archive"; then