Searched refs:lockflag (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | co.c | 191 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 D | ci.c | 295 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 D | rlog.c | 216 static int lockflag; variable 272 lockflag = true; 373 if (lockflag) 977 if (lockflag) { /* only locked revisions wanted */
|
H A D | rcsedit.c | 1834 dorewrite(lockflag, changed) in dorewrite() argument 1835 int lockflag, changed; in dorewrite() 1846 if (lockflag) {
|
H A D | ChangeLog | 1665 Replaced keeplock with lockflag.
|
/netbsd-src/sys/nfs/ |
H A D | nfs_srvsubs.c | 295 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 D | commit.c | 1750 int lockflag; in remove_file() local 1786 lockflag = 1; in remove_file() 1805 lockflag = 0; in remove_file() 1845 if (lockflag) in remove_file()
|