Home
last modified time | relevance | path

Searched refs:RCSbuf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/gnu/usr.bin/rcs/lib/
HDrcsfnms.c203 static struct buf RCSbuf, RCSb; variable
607 preferold = RCSbuf.string[0] && (mustread||0<=fdlock);
614 bufscpy(&RCSbuf, RCSb.string);
748 bufscpy(&RCSbuf, RCS1);
749 finptr = (*rcsopen)(&RCSbuf, &RCSstat, mustread);
752 bufscpy(&RCSbuf, "");
772 RCSname = p = RCSbuf.string;
HDrcsedit.c1299 rcswriteopen(RCSbuf, status, mustread) in rcswriteopen() argument
1300 struct buf *RCSbuf; in rcswriteopen()
1323 resolve_symlink(RCSbuf);
1325 stat(RCSbuf->string, &statbuf) == 0 ? 1
1336 RCSpath = RCSbuf->string;