OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newbranch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/rcs/dist/src/
ci.c
988
* the new delta and branchhead are in globals newdelta and
newbranch
, resp.
998
static struct branchhead
newbranch
; /* new branch to be inserted */
local
1004
branchpoint->branches = &
newbranch
;
1010
newbranch
.nextbranch = 0;
1016
bhead->nextbranch = &
newbranch
;
1022
newbranch
.nextbranch = 0;
1037
newbranch
.nextbranch = *btrail;
1038
*btrail = &
newbranch
;
1066
/* Don't do anything to
newbranch
. */
1069
newbranch
.hsh = &newdelta
[
all
...]
rlog.c
571
struct branchhead const *
newbranch
;
local
603
newbranch
= node->branches;
604
if (
newbranch
) {
607
while(
newbranch
) {
608
getbranchno(
newbranch
->hsh->num, &branchnum);
610
newbranch
=
newbranch
->nextbranch;
725
struct branchhead const *
newbranch
;
local
733
newbranch
= root->branches;
734
while(
newbranch
) {
881
struct branchhead const *
newbranch
;
local
910
struct branchhead const *
newbranch
;
local
[
all
...]
Completed in 40 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026