Searched refs:other_delta (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | admin.c | 776 if (delta->other_delta == NULL) 777 delta->other_delta = getlist(); 779 if ((n = findnode (delta->other_delta, "commitid"))) 792 addnode (delta->other_delta, n);
|
H A D | update.c | 2719 n = findnode (vp->other_delta, "symlink"); 2724 n = findnode (vp->other_delta, "owner"); 2730 n = findnode (vp->other_delta, "group"); 2736 n = findnode (vp->other_delta, "permissions"); 2742 n = findnode (vp->other_delta, "special"); 2797 n = findnode (vp->other_delta, "symlink"); 2802 n = findnode (vp->other_delta, "owner"); 2808 n = findnode (vp->other_delta, "group"); 2814 n = findnode (vp->other_delta, "permissions"); 2820 n = findnode (vp->other_delta, "special");
|
H A D | rcs.h | 158 List *other_delta; member
|
H A D | rcs.c | 943 if (rnode->other_delta != NULL) 944 dellist (&rnode->other_delta); 4919 delta->other_delta = getlist(); 4926 addnode (delta->other_delta, np); 4936 delta->other_delta = getlist(); 4947 addnode (delta->other_delta, np); 4956 addnode (delta->other_delta, np); 4963 addnode (delta->other_delta, np); 4970 addnode (delta->other_delta, np); 7555 if (vnode->other_delta == NULL) [all …]
|
H A D | status.c | 234 node = findnode(v->other_delta,"commitid");
|
H A D | log.c | 1559 p = findnode (ver->other_delta,"commitid");
|
H A D | ChangeLog-97 | 758 * rcs.h (RCSVers): New field other_delta. 759 * rcs.c (free_rcsvers_contents): Also free other_delta. 760 (getdelta): Read newphrases from deltas into other_delta field.
|
H A D | ChangeLog | 1397 (RCS_checkin): Set node types in other_delta list. 4342 vp->hardlinks instead of from vp->other_delta. 4346 vers->hardlinks list instead of vers->other_delta.
|