Home
last modified time | relevance | path

Searched refs:StrictLocks (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcssyn.c202 int StrictLocks; variable
316 if ((StrictLocks = getkeyopt(Kstrict))) in getadmin()
H A Dci.c775 ! (Expand==VAL_EXPAND || lockthis < StrictLocks)
923 if (StrictLocks || !myself(RCSstat.st_uid)) { in addelta()
1152 if (!StrictLocks && myself(RCSstat.st_uid))
H A Drlog.c402 StrictLocks ? " strict" : ""
410 if (StrictLocks && pre5)
H A Drcsgen.c513 if (StrictLocks) aprintf(fout, "; %s", Kstrict); in putadmin()
H A Dco.c493 ! (Expand==VAL_EXPAND || (lockflag<=0 && StrictLocks))
H A Drcs.c532 changed |= StrictLocks ^ strictlock;
533 StrictLocks = strictlock;
H A Drcsbase.h666 extern int StrictLocks;
H A Drcsfnms.c403 StrictLocks=STRICT_LOCKING; in InitAdmin()
H A DChangeLog1759 * rcsfnms.c: InitAdmin() now initializes StrictLocks=STRICT_LOCKING