Searched refs:hdlink (Results 1 – 1 of 1) sorted by relevance
206 struct hdlink { struct207 struct hdlink *next; argument353 struct hdlink *hdlink_list;644 struct hdlink **hdlink; in read_toc() local646 for (hdlink = &(xar->hdlink_list); *hdlink != NULL; in read_toc()647 hdlink = &((*hdlink)->next)) { in read_toc()648 if ((*hdlink)->id == file->id) { in read_toc()649 struct hdlink *hltmp; in read_toc()651 int nlink = (*hdlink)->cnt + 1; in read_toc()654 for (f2 = (*hdlink)->files; f2 != NULL; in read_toc()[all …]