Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.c7073 struct deltafrag *dfhead; in apply_rcs_changes() local
7077 dfhead = NULL; in apply_rcs_changes()
7087 df->next = dfhead; in apply_rcs_changes()
7088 dfhead = df; in apply_rcs_changes()
7142 for (df = dfhead; df != NULL;) in apply_rcs_changes()
7169 free (dfhead); in apply_rcs_changes()
7170 dfhead = df; in apply_rcs_changes()