Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c93 ARFILE *moved_files; in rcmd() local
210 (((moved_files = endptr->ar_next) != NULL) || new_listhead)) { in rcmd()
223 if (!moved_files) in rcmd()
225 new_listend->ar_next = moved_files; in rcmd()
226 moved_files = new_listhead; in rcmd()
233 abifile->ar_next = moved_files; in rcmd()
236 listhead = moved_files; in rcmd()