Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsfnms.c203 static struct buf RCSbuf, RCSb; variable
612 preferold = RCSbuf.string[0] && (mustread||0<=fdlock);
619 bufscpy(&RCSbuf, RCSb.string);
753 bufscpy(&RCSbuf, RCS1);
754 finptr = (*rcsopen)(&RCSbuf, &RCSstat, mustread);
757 bufscpy(&RCSbuf, "");
777 RCSname = p = RCSbuf.string;
H A Drcsedit.c1296 rcswriteopen(RCSbuf, status, mustread) in rcswriteopen() argument
1297 struct buf *RCSbuf; in rcswriteopen()
1320 resolve_symlink(RCSbuf);
1322 stat(RCSbuf->string, &statbuf) == 0 ? 1
1333 RCSpath = RCSbuf->string;