Searched refs:hdlink (Results 1 – 1 of 1) sorted by relevance
201 struct hdlink { struct202 struct hdlink *next; argument348 struct hdlink *hdlink_list;635 struct hdlink **hdlink; in read_toc() local637 for (hdlink = &(xar->hdlink_list); *hdlink != NULL; in read_toc()638 hdlink = &((*hdlink)->next)) { in read_toc()639 if ((*hdlink)->id == file->id) { in read_toc()640 struct hdlink *hltmp; in read_toc()642 int nlink = (*hdlink)->cnt + 1; in read_toc()645 for (f2 = (*hdlink)->files; f2 != NULL; in read_toc()[all …]