Searched refs:hdlink (Results 1 – 1 of 1) sorted by relevance
217 struct hdlink { struct218 struct hdlink *next; argument364 struct hdlink *hdlink_list;654 struct hdlink **hdlink; in read_toc() local656 for (hdlink = &(xar->hdlink_list); *hdlink != NULL; in read_toc()657 hdlink = &((*hdlink)->next)) { in read_toc()658 if ((*hdlink)->id == file->id) { in read_toc()659 struct hdlink *hltmp; in read_toc()661 int nlink = (*hdlink)->cnt + 1; in read_toc()664 for (f2 = (*hdlink)->files; f2 != NULL; in read_toc()[all …]