Searched defs:Lnk_hd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c289 } Lnk_hd; variable in typeref:struct:Lnk
853 for (sublist = Lnk_hd.L_nxt_p;
854 sublist != &Lnk_hd;
872 if (sublist == &Lnk_hd) {
874 new_entry->L_nxt_p = &Lnk_hd;
875 new_entry->L_bck_p = Lnk_hd.L_bck_p;
876 Lnk_hd.L_bck_p = new_entry->L_bck_p->L_nxt_p = new_entry;
4400 l_p = Lnk_hd.L_nxt_p;
4401 while (l_p != &Lnk_hd) {
4440 } /* l_p != &Lnk_hd */
[all...]

Completed in 73 milliseconds