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

/freebsd-9.3-release/contrib/cvs/src/
H A Dtag.c51 static int disturb_branch_tags = 0; /* allow -F,-d to disturb branch tags */ variable
138 disturb_branch_tags = 1;
211 if (disturb_branch_tags)
764 if ((isbranch && !disturb_branch_tags) ||
765 (!isbranch && disturb_branch_tags))
835 if ((isbranch && !disturb_branch_tags) ||
836 (!isbranch && disturb_branch_tags))
910 if ((isbranch && !disturb_branch_tags) ||
911 (!isbranch && disturb_branch_tags))
1029 if ((isbranch && !disturb_branch_tags) ||
[all...]

Completed in 45 milliseconds