HomeSort by: relevance | last modified time | path
    Searched defs:lockflag (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
co.c 191 static int lockflag; /* -1 -> unlock, 0 -> do nothing, 1 -> lock */ variable
241 if (lockflag < 0) {
244 lockflag = 1;
248 if (0 < lockflag) {
251 lockflag = -1;
339 if (pairnames(argc, argv, lockflag?rcswriteopen:rcsreadopen, true, false) <= 0)
384 if (lockflag)
387 lockflag < 0 ? "un" : ""
395 int locks = lockflag ? findlock(false, &targetdelta) : 0;
417 lockflag < 0
    [all...]
ci.c 230 * Replaced keeplock with lockflag, fclose() with ffclose(),
295 int lockflag, lockthis, mtimeflag, removedlock, Ttimeflag; variable
306 initflag = lockflag = mustread = false;
322 keepworkingfile = lockflag = false;
326 keepworkingfile = lockflag = true;
335 keepworkingfile=true; lockflag=false;
571 if (lockflag && addlock(&newdelta, true) < 0) continue;
586 lockthis = lockflag;
616 if (removedlock < lockflag) {
621 if (! (changedRCS = lockflag<removedlock || assoclst)
    [all...]
rlog.c 216 static int lockflag; variable
272 lockflag = true;
373 if (lockflag)
977 if (lockflag) { /* only locked revisions wanted */
  /src/external/bsd/ppp/dist/pppd/
tty.c 147 bool lockflag = 0; /* Create lock file to lock the serial dev */ variable
182 { "lock", o_bool, &lockflag,
184 { "nolock", o_bool, &lockflag,
530 lockflag = 0;
597 if (lockflag && !privopen) {
  /src/external/gpl2/xcvs/dist/src/
commit.c 1750 int lockflag; local
1786 lockflag = 1;
1805 lockflag = 0;
1845 if (lockflag)

Completed in 52 milliseconds