Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsedit.c1310 register char const *sp, *RCSpath, *x; local
1333 RCSpath = RCSbuf->string;
1334 sp = basefilename(RCSpath);
1335 l = sp - RCSpath;
1337 bufscpy(dirt, RCSpath);
1339 x = rcssuffix(RCSpath);
1342 error("symbolic link to non RCS file `%s'", RCSpath);
1375 error("RCS pathname `%s' ends with `%c'", RCSpath, *tp);
1458 f = Iopen(RCSpath, FOPEN_RB, status);
H A Drcsfnms.c583 rcsreadopen(RCSpath, status, mustread) in rcsreadopen() argument
584 struct buf *RCSpath; in rcsreadopen()
591 return Iopen(RCSpath->string, FOPEN_RB, status);