Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Dco.c191 static int lockflag; /* -1 -> unlock, 0 -> do nothing, 1 -> lock */ variable
241 if (lockflag < 0) {
244 lockflag = 1;
248 if (0 < lockflag) {
251 lockflag = -1;
339 if (pairnames(argc, argv, lockflag?rcswriteopen:rcsreadopen, true, false) <= 0)
384 if (lockflag)
387 lockflag < 0 ? "un" : ""
395 int locks = lockflag ? findlock(false, &targetdelta) : 0;
417 lockflag < 0 ?
[all …]
H A Dci.c295 int lockflag, lockthis, mtimeflag, removedlock, Ttimeflag; variable
306 initflag = lockflag = mustread = false;
322 keepworkingfile = lockflag = false;
326 keepworkingfile = lockflag = true;
335 keepworkingfile=true; lockflag=false;
571 if (lockflag && addlock(&newdelta, true) < 0) continue;
586 lockthis = lockflag;
616 if (removedlock < lockflag) {
621 if (! (changedRCS = lockflag<removedlock || assoclst))
H A Drlog.c216 static int lockflag; variable
272 lockflag = true;
373 if (lockflag)
977 if (lockflag) { /* only locked revisions wanted */
H A Drcsedit.c1834 dorewrite(lockflag, changed) in dorewrite() argument
1835 int lockflag, changed; in dorewrite()
1846 if (lockflag) {
H A DChangeLog1665 Replaced keeplock with lockflag.
/netbsd-src/sys/nfs/
H A Dnfs_srvsubs.c295 nfsrv_fhtovp(nfsrvfh_t *nsfh, int lockflag, struct vnode **vpp, in nfsrv_fhtovp() argument
364 if (!lockflag) in nfsrv_fhtovp()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dcommit.c1750 int lockflag; in remove_file() local
1786 lockflag = 1; in remove_file()
1805 lockflag = 0; in remove_file()
1845 if (lockflag) in remove_file()