Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsbase.h361 struct hshentry { struct
383 struct hshentry *first; argument
388 struct hshentry * hsh;
401 struct hshentry * delta;
467 int addlock P((struct hshentry*,int));
474 int findlock P((int,struct hshentry**));
485 void xpandstring P((struct hshentry const*));
495 void editstring P((struct hshentry const*));
579 struct hshentry *getnum P((void));
672 extern struct hshentry * Head;
[all …]
H A Drcsgen.c153 static void putdelta P((struct hshentry const*,FILE*));
162 struct hshentry *target;
201 finishedit((struct hshentry*)0, outfile, false);
205 expandflag ? target : (struct hshentry*)0,
219 struct hshentry *delta; in scandeltatext()
230 struct hshentry const *nextdelta;
260 case edit: editstring((struct hshentry *)0); break;
531 register struct hshentry const *node; in putdelta()
562 struct hshentry const *root; in puttree()
585 struct hshentry const *delta; in putdtext()
[all …]
H A Drcsrev.c116 static struct hshentry *genbranch P((struct hshentry const*,char const*,int,char const*,char const*…
119 static void store1 P((struct hshentries***,struct hshentry*));
393 struct hshentry *next;
407 struct hshentry * genrevs(revno,date,author,state,store) in genrevs()
418 register struct hshentry * next;
535 static struct hshentry *
537 struct hshentry const *bpoint; in genbranch()
551 register struct hshentry * next, * trail;
816 struct hshentry *delta;
850 struct hshentry *h;
[all …]
H A Drcssyn.c164 static struct hshentry *getdnum P((void));
203 struct hshentry * Head;
217 static struct hshentry *
221 register struct hshentry *delta = getnum(); in getdnum()
236 struct hshentry * delta; in getadmin()
408 register struct hshentry * Delta, * num; in getdelta()
H A Drcsedit.c429 struct hshentry const *delta;
438 struct hshentry const *delta; in finishedit()
517 finishedit((struct hshentry *)0, (FILE*)0, false);
524 struct hshentry const *delta; in finishedit()
560 struct hshentry const *delta;
602 struct hshentry const *delta; in xpandstring()
729 struct hshentry const *delta; in edit_string()
854 struct hshentry const *delta;
1016 register struct hshentry const *delta;
1694 struct hshentry **target;
[all …]
H A Drcsfcmp.c148 struct hshentry const *delta;
347 { struct hshentry delta;
H A Drcslex.c183 static struct hshentry *nexthsh; /*pointer to next hash entry, set by lookup*/
214 static struct hshentry *hshtab[hshsize]; /*hashtable */
240 register struct hshentry *n, **p;
252 *p = n = ftalloc(struct hshentry);
507 struct hshentry * getnum() in getnum()
514 register struct hshentry * num; in getnum()
/dragonfly/gnu/usr.bin/rcs/rlog/
H A Drlog.c206 static void putadelta P((struct hshentry const*,struct hshentry const*,int));
236 struct hshentry const *delta;
511 register struct hshentry const *ptr; in putrunk()
521 struct hshentry const *root; in putree()
554 struct hshentry const *root; in putabranch()
640 static struct hshentry const *
677 struct hshentry * Delta; in getscript()
734 struct hshentry *root; in exttree()
887 struct hshentry const *root; in recentdate()
918 struct hshentry * root; in extdate()
[all …]
/dragonfly/gnu/usr.bin/rcs/rcs/
H A Drcs.c245 static int branchpoint P((struct hshentry*,struct hshentry*));
889 struct hshentry *delta; in scanlogtext()
899 struct hshentry const *nextdelta;
1081 struct hshentry const *delta; in breaklock()
1114 static struct hshentry *
1143 struct hshentry *pt;
1369 struct hshentry *target; in dolocks()
1432 struct hshentry *target;
1461 struct hshentry *target; in domessages()
1490 struct hshentry *target;
[all …]
/dragonfly/gnu/usr.bin/rcs/ci/
H A Dci.c256 static int addbranch P((struct hshentry*,struct buf*,int));
260 static int removelock P((struct hshentry*));
261 static int xpandfile P((RILE*,struct hshentry const*,char const**,int));
279 static struct hshentry *targetdelta; /* old delta to be generated */
280 static struct hshentry newdelta; /* new delta to be inserted */
306 struct hshentry *workdelta;
1028 struct hshentry *branchpoint; in addbranch()
1173 struct hshentry * delta; in removelock()
1247 struct hshentry const *delta;
/dragonfly/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c39 static int unlock P((struct hshentry *));
57 struct hshentry *delta;
268 struct hshentry *delta; in unlock()
/dragonfly/gnu/usr.bin/rcs/co/
H A Dco.c178 static int rmlock P((struct hshentry const*));
194 static struct hshentry *targetdelta; /* final delta to be generated */
576 struct hshentry const *delta; in rmlock()
629 register struct hshentry *d;
/dragonfly/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c140 struct hshentry * target;
/dragonfly/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c178 struct hshentry * target;
/dragonfly/contrib/cvs-1.12/contrib/
H A Drcs-5.7-commitid.patch21 (struct hshentry): Add new commitid field.
228 @@ -358,6 +363,7 @@ struct hshentry {