Searched refs:deltas (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/gnu/usr.bin/rcs/rcsclean/ |
| HD | rcsclean.c | 56 struct hshentries *deltas; variable 181 deltas = 0; /* Keep lint happy. */ 182 if (p && !(delta = genrevs(p,(char*)0,(char*)0,(char*)0,&deltas))) 212 buildrevision(deltas, delta, (FILE*)0, false), 222 if_advise_access(deltas->first != delta, finptr, MADV_SEQUENTIAL);
|
| /dragonfly/gnu/usr.bin/rcs/lib/ |
| HD | rcsgen.c | 160 buildrevision(deltas, target, outfile, expandflag) in buildrevision() argument 161 struct hshentries const *deltas; in buildrevision() 181 if (deltas->first == target) { 194 scandeltatext(deltas->first, enter, false); 195 while ((deltas=deltas->rest)->rest) { 197 scandeltatext(deltas->first, edit, false);
|
| /dragonfly/gnu/usr.bin/rcs/rcs/ |
| HD | rcs.c | 1514 buildeltatext(deltas) in buildeltatext() argument 1515 struct hshentries const *deltas; in buildeltatext() 1524 scanlogtext(deltas->first, false); 1531 while (deltas->first != cuthead) { 1532 deltas = deltas->rest; 1533 scanlogtext(deltas->first, true); 1541 while (deltas->first != cuttail) 1542 scanlogtext((deltas = deltas->rest)->first, true);
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | diff | 32 # librsync -- the library for network deltas
|
| /dragonfly/gnu/usr.bin/rcs/ |
| HD | NEWS | 527 Be able to store just deltas from a read-only principal copy,
|