Searched refs:StrictLocks (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcssyn.c202 int StrictLocks; variable
316 if ((StrictLocks = getkeyopt(Kstrict)))
H A Dci.c775 ! (Expand==VAL_EXPAND || lockthis < StrictLocks)
923 if (StrictLocks || !myself(RCSstat.st_uid)) {
1131 * An exception is if !StrictLocks, and caller is the owner of
1152 if (!StrictLocks && myself(RCSstat.st_uid))
H A Dco.c493 ! (Expand==VAL_EXPAND || (lockflag<=0 && StrictLocks))
H A Drcsgen.c513 if (StrictLocks) aprintf(fout, "; %s", Kstrict);
H A Drcs.c532 changed |= StrictLocks ^ strictlock;
533 StrictLocks = strictlock;
H A Drlog.c402 StrictLocks ? " strict" : ""
410 if (StrictLocks && pre5)
H A Drcsbase.h666 extern int StrictLocks;
H A Drcsfnms.c176 * InitAdmin() now initializes StrictLocks=STRICT_LOCKING (def. in rcsbase.h).
403 StrictLocks=STRICT_LOCKING;

Completed in 143 milliseconds