Lines Matching refs:L_lnk_p
297 *L_lnk_p; /* Next link for this file */ member
874 new_entry->L_lnk_p = NULL; in add_lnk()
886 new_entry->L_lnk_p = NULL; in add_lnk()
897 ptr->L_lnk_p != NULL; in add_lnk()
898 ptr = ptr->L_lnk_p) { in add_lnk()
903 ptr->L_lnk_p = new_entry; in add_lnk()
3584 l_p->L_lnk_p = NULL; in file_in()
3629 tl_p = tl_p->L_lnk_p; in file_in()
3723 for (; ttl_p->L_lnk_p != NULL; in file_out()
3724 ttl_p = ttl_p->L_lnk_p) { in file_out()
3725 if (ttl_p->L_lnk_p == tl_p) { in file_out()
3726 ttl_p->L_lnk_p = tl_p->L_lnk_p; in file_out()
3778 while (tl_p->L_lnk_p != NULL) { in file_out()
3784 tl_p = tl_p->L_lnk_p; in file_out()
4365 l_p->L_lnk_p = NULL; in file_pass()
4421 if (tl_p->L_lnk_p == NULL) { in flush_lnks()
4432 tl_p = tl_p->L_lnk_p; in flush_lnks()
6025 struct Lnk *new_p = p->L_lnk_p; in reclaim()
6749 Lnk_hd.L_lnk_p = NULL; in setup()