Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c289 } Lnk_hd; variable
853 for (sublist = Lnk_hd.L_nxt_p; in add_lnk()
854 sublist != &Lnk_hd; in add_lnk()
872 if (sublist == &Lnk_hd) { in add_lnk()
874 new_entry->L_nxt_p = &Lnk_hd; in add_lnk()
875 new_entry->L_bck_p = Lnk_hd.L_bck_p; in add_lnk()
876 Lnk_hd.L_bck_p = new_entry->L_bck_p->L_nxt_p = new_entry; in add_lnk()
4400 l_p = Lnk_hd.L_nxt_p; in flush_lnks()
4401 while (l_p != &Lnk_hd) { in flush_lnks()
6737 Lnk_hd.L_nxt_p = Lnk_hd.L_bck_p = &Lnk_hd; in setup()
[all …]