HomeSort by: relevance | last modified time | path
    Searched defs:ihead (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/rdist/
server.c 55 struct linkbuf *ihead; /* list of files with more than one link */ variable in typeref:struct:linkbuf *
572 for (lp = ihead; lp != NULL; lp = lp->nextp)
581 lp->nextp = ihead;
582 ihead = lp;

Completed in 46 milliseconds