Home
last modified time | relevance | path

Searched refs:ihead (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/rdist/
H A Dclient.h134 extern struct linkbuf *ihead; /* list of files with more than one link */
H A Dclient.c58 struct linkbuf *ihead = NULL; /* list of files with more than one link */ variable
323 for (lp = ihead; lp != NULL; lp = lp->nextp) in linkinfo()
330 lp->nextp = ihead; in linkinfo()
331 ihead = lp; in linkinfo()
H A Ddocmd.c572 for (l = ihead; l != NULL; freelinkinfo(l), l = nextl) { in doarrow()
582 ihead = NULL; in doarrow()