Lines Matching refs:L_lnk_p
288 *L_lnk_p; /* Next link for this file */ member
865 new_entry->L_lnk_p = NULL; in add_lnk()
877 new_entry->L_lnk_p = NULL; in add_lnk()
888 ptr->L_lnk_p != NULL; in add_lnk()
889 ptr = ptr->L_lnk_p) { in add_lnk()
894 ptr->L_lnk_p = new_entry; in add_lnk()
3576 l_p->L_lnk_p = NULL; in file_in()
3621 tl_p = tl_p->L_lnk_p; in file_in()
3715 for (; ttl_p->L_lnk_p != NULL; in file_out()
3716 ttl_p = ttl_p->L_lnk_p) { in file_out()
3717 if (ttl_p->L_lnk_p == tl_p) { in file_out()
3718 ttl_p->L_lnk_p = tl_p->L_lnk_p; in file_out()
3770 while (tl_p->L_lnk_p != NULL) { in file_out()
3776 tl_p = tl_p->L_lnk_p; in file_out()
4357 l_p->L_lnk_p = NULL; in file_pass()
4413 if (tl_p->L_lnk_p == NULL) { in flush_lnks()
4424 tl_p = tl_p->L_lnk_p; in flush_lnks()
6014 struct Lnk *new_p = p->L_lnk_p; in reclaim()
6738 Lnk_hd.L_lnk_p = NULL; in setup()