Home
last modified time | relevance | path

Searched refs:findlock (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsclean.c168 switch (unlockflag ? findlock(false,&delta) : 0) {
H A Dco.c395 int locks = lockflag ? findlock(false, &targetdelta) : 0;
H A Drcsbase.h470 int findlock P((int,struct hshentry**));
H A Dci.c893 switch (findlock(true, &targetdelta)) { in addelta()
H A Drcs.c1375 switch (findlock(true, &target)) { in dolocks()
H A Drcsedit.c1694 findlock(delete, target) in findlock() function
H A DChangeLog1461 Replaced getlock() with findlock(),
1477 Simplified breaklock(); added calls to findlock() and getcaller().
1494 * rcsutil.c: Added getcaller() and findlock().