Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDrcs.c7069 struct deltafrag *dfhead; in apply_rcs_changes() local
7073 dfhead = NULL; in apply_rcs_changes()
7083 df->next = dfhead; in apply_rcs_changes()
7084 dfhead = df; in apply_rcs_changes()
7138 for (df = dfhead; df != NULL;) in apply_rcs_changes()
7165 free (dfhead); in apply_rcs_changes()
7166 dfhead = df; in apply_rcs_changes()