Searched refs:mustread (Results 1 – 3 of 3) sorted by relevance
| /trueos/gnu/usr.bin/rcs/lib/ |
| HD | rcsfnms.c | 575 rcsreadopen(RCSpath, status, mustread) in rcsreadopen() argument 578 int mustread; 587 finopen(rcsopen, mustread) 589 int mustread; variable 604 preferold = RCSbuf.string[0] && (mustread||0<=fdlock); 606 finptr = (*rcsopen)(&RCSb, &RCSstat, mustread); 617 fin2open(d, dlen, base, baselen, x, xlen, rcsopen, mustread) in fin2open() argument 621 int mustread; 647 if (finopen(rcsopen, mustread)) 657 return finopen(rcsopen, mustread); [all …]
|
| HD | rcsedit.c | 1294 rcswriteopen(RCSbuf, status, mustread) in rcswriteopen() argument 1297 int mustread; 1323 if (exists < (mustread|waslocked))
|
| /trueos/gnu/usr.bin/rcs/ci/ |
| HD | ci.c | 291 int initflag, mustread; variable 303 initflag = lockflag = mustread = false; 340 mustread = true; 451 switch (pairnames(argc, argv, rcswriteopen, mustread, false)) {
|