Searched refs:Lnk (Results 1 – 1 of 1) sorted by relevance
145 static struct Lnk *add_lnk(struct Lnk **);173 static void reclaim(struct Lnk *l_p);207 char *attrname, char typeflag, struct Lnk *linkinfo, int *rlen);291 struct Lnk { struct295 struct Lnk *L_nxt_p, /* Next file in list */ argument857 static struct Lnk *858 add_lnk(struct Lnk **sublist_return) in add_lnk()860 struct Lnk *new_entry, *sublist; in add_lnk()872 new_entry = e_zalloc(E_EXIT, sizeof (struct Lnk)); in add_lnk()892 struct Lnk *ptr; in add_lnk()[all …]