OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Locks
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl2/rcs/dist/src/
rcssyn.c
181
Klocks[] = "
locks
",
200
struct rcslock *
Locks
;
299
LastLock = &
Locks
;
466
currlock=
Locks
;
rlog.c
240
int onlylockflag; /* print only files with
locks
*/
372
/* Keep only those
locks
given by -l. */
376
/* do nothing if -L is given and there are no
locks
*/
377
if (onlylockflag && !
Locks
)
404
currlock =
Locks
;
411
aputs(" ; strict" + (
Locks
?3:0), out);
849
/* Function: Truncate the list of
locks
to those that are held by the */
858
/* shorten
Locks
to those contained in lockerlist */
859
for (pp = &
Locks
; (p = *pp); )
978
for (plock =
Locks
; ; plock = plock->nextlock
[
all
...]
co.c
94
* Permit multiple
locks
by same user. Add setuid support.
395
int
locks
= lockflag ? findlock(false, &targetdelta) : 0;
variable
401
switch (
locks
) {
473
locks
+= lockflag;
474
if (1 <
locks
)
475
rcswarn("You now have %d
locks
.",
locks
);
588
dummy.nextlock=next=
Locks
;
607
Locks
=dummy.nextlock;
rcs.c
569
changed |= dolocks(); /* Update
locks
. */
1072
warn("Mail notification of broken
locks
is not available.");
1092
for (trail = &
Locks
; (next = *trail); trail = &next->nextlock)
1151
for (lockpt =
Locks
; lockpt; lockpt = lockpt->nextlock)
1363
* remove
locks
which are stored in rmvlocklst,
1364
* add new
locks
which are stored in newlocklst,
1374
if (
Locks
) {
1378
changed |= breaklock(
Locks
->delta);
1386
rcswarn("No
locks
are set.");
1393
/* remove
locks
which are stored in rmvlocklst *
[
all
...]
rcsclean.c
271
for (al = &
Locks
; (l = *al); al = &l->nextlock)
rcsedit.c
1305
* If all goes well, discard any previously acquired
locks
,
1420
* to get and release
locks
; it also afflicts the traditional
1421
* Unix method of using link() and unlink() to get and release
locks
,
1701
* Return 0 for no
locks
, 1 for one, 2 for two or more.
1707
for (trail = &
Locks
; (next = *trail); trail = &next->nextlock)
1739
for (next =
Locks
; next; next = next->nextlock)
1754
next->nextlock =
Locks
;
1755
Locks
= next;
rcsgen.c
508
curlock =
Locks
;
rcsbase.h
360
char const * lockedby; /* who
locks
the revision */
393
/* list element for
locks
*/
663
extern struct rcslock *
Locks
;
rcsfnms.c
402
Head=0; Dbranch=0; AccessList=0; Symbols=0;
Locks
=0;
ci.c
892
/* derive new revision number from
locks
*/
896
/* found two or more old
locks
*/
1140
for (trail = &
Locks
; (next = *trail); trail = &next->nextlock)
Completed in 35 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026