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

/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c151 * Simplified breaklock(); added calls to findlock() and getcaller().
183 * Replaced getdelta() with gettree(), changed breaklock to update
243 static int breaklock P((struct hshentry const*));
1077 breaklock(delta) function
1375 changed |= breaklock(Locks->delta);
1400 changed |= breaklock(target);
1401 /* breaklock does its own diagnose */
1439 if ((r = addlock(target, false)) < 0 && breaklock(target))

Completed in 42 milliseconds