Searched refs:hshentry (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsbase.h353 struct hshentry { struct
364 struct hshentry * next; /* next revision on same branch */
365 struct hshentry * nexthsh; /* next revision with same hash value */
374 struct hshentry *first;
379 struct hshentry * hsh;
392 struct hshentry * delta;
458 int addlock P((struct hshentry*,int));
464 int expandline P((RILE*,FILE*,struct hshentry const*,int,FILE*,int));
465 int findlock P((int,struct hshentry**));
472 void finishedit P((struct hshentry cons
[all...]
H A Drcsgen.c150 static void putdelta P((struct hshentry const*,FILE*));
151 static void scandeltatext P((struct hshentry*,enum stringwork,int));
159 struct hshentry *target;
198 finishedit((struct hshentry*)0, outfile, false);
202 expandflag ? target : (struct hshentry*)0,
216 struct hshentry *delta;
227 struct hshentry const *nextdelta;
257 case edit: editstring((struct hshentry *)0); break;
527 register struct hshentry const *node;
554 struct hshentry cons
[all...]
H A Drcsrev.c113 static struct hshentry *genbranch P((struct hshentry const*,char const*,int,char const*,char const*,char const*,struct hshentries**));
116 static void store1 P((struct hshentries***,struct hshentry*));
374 struct hshentry *next;
388 struct hshentry * genrevs(revno,date,author,state,store)
399 register struct hshentry * next;
516 static struct hshentry *
518 struct hshentry const *bpoint;
532 register struct hshentry * next, * trail;
796 struct hshentry *delt
[all...]
H A Drcssyn.c161 static struct hshentry *getdnum P((void));
199 struct hshentry * Head;
213 static struct hshentry *
217 register struct hshentry *delta = getnum();
232 struct hshentry * delta;
404 register struct hshentry * Delta, * num;
H A Drcsfcmp.c145 struct hshentry const *delta;
344 { struct hshentry delta;
H A Drcsedit.c209 static void keyreplace P((enum markers,struct hshentry const*,int,RILE*,FILE*,int));
337 static void finisheditline P((RILE*,FILE*,Iptr_type,struct hshentry const*));
426 struct hshentry const *delta;
435 struct hshentry const *delta;
514 finishedit((struct hshentry *)0, (FILE*)0, false);
521 struct hshentry const *delta;
553 static void copylines P((long,struct hshentry const*));
557 struct hshentry const *delta;
571 finishedit((struct hshentry *)0, (FILE*)0, false);
599 struct hshentry cons
[all...]
H A Drcslex.c180 static struct hshentry *nexthsh; /*pointer to next hash entry, set by lookup*/
211 static struct hshentry *hshtab[hshsize]; /*hashtable */
237 register struct hshentry *n, **p;
249 *p = n = ftalloc(struct hshentry);
504 struct hshentry * getnum()
511 register struct hshentry * num;
/freebsd-10.0-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c189 static char extractdelta P((struct hshentry const*));
191 static int extdate P((struct hshentry*));
193 static struct hshentry const *readdeltalog P((void));
195 static void exttree P((struct hshentry*));
200 static void getscript P((struct hshentry*));
202 static void putabranch P((struct hshentry const*));
203 static void putadelta P((struct hshentry const*,struct hshentry const*,int));
205 static void putree P((struct hshentry const*));
207 static void recentdate P((struct hshentry cons
[all...]
/freebsd-10.0-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c242 static int branchpoint P((struct hshentry*,struct hshentry*));
243 static int breaklock P((struct hshentry const*));
254 static struct hshentry *searchcutpt P((char const*,int,struct hshentries*));
263 static void scanlogtext P((struct hshentry*,int));
275 static struct hshentry *cuthead, *cuttail, *delstrt;
611 scanlogtext((struct hshentry *)0, false);
886 struct hshentry *delta;
896 struct hshentry const *nextdelta;
942 editstring((struct hshentry*)
[all...]
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c35 static int unlock P((struct hshentry *));
53 struct hshentry *delta;
264 struct hshentry *delta;
/freebsd-10.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c253 static int addbranch P((struct hshentry*,struct buf*,int));
257 static int removelock P((struct hshentry*));
258 static int xpandfile P((RILE*,struct hshentry const*,char const**,int));
272 static struct hshentry *targetdelta; /* old delta to be generated */
273 static struct hshentry newdelta; /* new delta to be inserted */
298 struct hshentry *workdelta;
979 struct hshentry *branchpoint;
1124 struct hshentry * delta;
1197 struct hshentry const *delta;
/freebsd-10.0-release/gnu/usr.bin/rcs/co/
H A Dco.c175 static int rmlock P((struct hshentry const*));
191 static struct hshentry *targetdelta; /* final delta to be generated */
573 struct hshentry const *delta;
626 register struct hshentry *d;
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c137 struct hshentry * target;
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c175 struct hshentry * target;

Completed in 143 milliseconds