Searched refs:RCS_SLOCK (Results 1 – 8 of 8) sorted by relevance
118 #define RCS_SLOCK (1<<6) /* strict lock */ macro
183 rfp->rf_flags = flags | RCS_SLOCK | RCS_SYNCED; in rcs_open()354 if (rfp->rf_flags & RCS_SLOCK) in rcs_write()780 return (file->rf_flags & RCS_SLOCK) ? RCS_LOCK_STRICT : RCS_LOCK_LOOSE; in rcs_lock_getmode()797 file->rf_flags |= RCS_SLOCK; in rcs_lock_setmode()799 file->rf_flags &= ~RCS_SLOCK; in rcs_lock_setmode()
236 rfp->rf_flags &= ~RCS_SLOCK; in rcsparse_init()769 rfp->rf_flags |= RCS_SLOCK; in rcsparse_strict()
259 cvs_printf("\nlocks: %s", (cf->file_rcs->rf_flags & RCS_SLOCK) in cvs_log_local()
120 #define RCS_SLOCK (1<<6) /* strict lock */ macro
107 rfp->rf_flags = flags | RCS_SLOCK | RCS_SYNCED; in rcs_open()277 if (rfp->rf_flags & RCS_SLOCK) in rcs_write()659 return (file->rf_flags & RCS_SLOCK) ? RCS_LOCK_STRICT : RCS_LOCK_LOOSE; in rcs_lock_getmode()676 file->rf_flags |= RCS_SLOCK; in rcs_lock_setmode()678 file->rf_flags &= ~RCS_SLOCK; in rcs_lock_setmode()
392 printf("\nlocks: %s", (file->rf_flags & RCS_SLOCK) ? "strict" : ""); in rlog_file()