Home
last modified time | relevance | path

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

/dflybsd-src/gnu/usr.bin/rcs/co/
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 …]
/dflybsd-src/gnu/usr.bin/rcs/ci/
H A Dci.c300 int lockflag, lockthis, mtimeflag, removedlock, Ttimeflag; variable
311 initflag = lockflag = mustread = false;
366 keepworkingfile = lockflag = false;
370 keepworkingfile = lockflag = true;
379 keepworkingfile=true; lockflag=false;
617 if (lockflag && addlock(&newdelta, true) < 0) continue;
632 lockthis = lockflag;
662 if (removedlock < lockflag) {
667 if (! (changedRCS = lockflag<removedlock || assoclst))
/dflybsd-src/gnu/usr.bin/rcs/rlog/
H A Drlog.c216 static int lockflag; variable
271 lockflag = true;
377 if (lockflag)
990 if (lockflag) { /* only locked revisions wanted */
/dflybsd-src/contrib/cvs-1.12/src/
H A Dcommit.c1769 int lockflag; in remove_file() local
1805 lockflag = 1; in remove_file()
1824 lockflag = 0; in remove_file()
1864 if (lockflag) in remove_file()
/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1832 dorewrite(lockflag, changed) in dorewrite() argument
1833 int lockflag, changed; in dorewrite()
1844 if (lockflag) {
/dflybsd-src/sys/vfs/nfs/
H A Dnfs_subs.c1213 nfsrv_fhtovp(fhandle_t *fhp, int lockflag, in nfsrv_fhtovp() argument
1282 if (!lockflag) in nfsrv_fhtovp()
/dflybsd-src/sys/sys/
H A Dvnode.h565 int vget (struct vnode *vp, int lockflag);