Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dcmd.c382 ARFILE *tmphead = NULL; in mcmd() local
394 if (tmphead) in mcmd()
397 tmphead = fileptr; in mcmd()
420 if (!tmphead) in mcmd()
424 listend->ar_next = tmphead; in mcmd()
435 abifile->ar_next = tmphead; in mcmd()
437 tmphead->ar_next = listhead; in mcmd()
438 listhead = tmphead; in mcmd()