Home
last modified time | relevance | path

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

/openbsd/usr.bin/cvs/
H A Drcs.c1726 int annotate, done, i, nextroot; in rcs_rev_getlines() local
1745 nextroot = 2; in rcs_rev_getlines()
1748 rcsnum_cpy(tnum, bnum, nextroot); in rcs_rev_getlines()
1851 nextroot += 2; in rcs_rev_getlines()
1852 rcsnum_cpy(frev, bnum, nextroot); in rcs_rev_getlines()
1858 if (i == nextroot - 1) in rcs_rev_getlines()
1908 int i, nextroot; in rcs_annotate_getlines() local
1922 nextroot = 2; in rcs_annotate_getlines()
1924 rcsnum_cpy(frev, bnum, nextroot); in rcs_annotate_getlines()
1947 nextroot += 2; in rcs_annotate_getlines()
[all …]