Home
last modified time | relevance | path

Searched refs:CO_LOCK (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/rcs/
Dco.c89 flags |= CO_LOCK; in checkout_main()
115 if (flags & CO_LOCK) { in checkout_main()
117 flags &= ~CO_LOCK; in checkout_main()
169 if ((flags & CO_LOCK) && (kflag & RCS_KWEXP_VAL)) { in checkout_main()
371 if (flags & CO_LOCK) { in checkout_rev()
435 if (flags & CO_LOCK) { in checkout_rev()
450 ((flags & CO_LOCK) || (flags & CO_UNLOCK))) { in checkout_rev()
452 (flags & CO_LOCK) ? "locked" : "unlocked"); in checkout_rev()
455 if (flags & CO_LOCK) { in checkout_rev()
Dci.c163 base_flags |= CO_LOCK; in checkin_main()
521 else if (!(pb->flags & CO_LOCK)) in checkin_update()
575 if (((pb->flags & CO_LOCK) || (pb->flags & CO_UNLOCK)) && in checkin_update()
695 if (((pb->flags & CO_LOCK) || (pb->flags & CO_UNLOCK)) && in checkin_init()
781 if ((pb->flags & CO_LOCK) || (pb->flags & CO_UNLOCK)) in checkin_revert()
Drcsprog.h51 #define CO_LOCK (1<<7) macro